OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1108 'browser/chromeos/external_metrics_unittest.cc', | 1108 'browser/chromeos/external_metrics_unittest.cc', |
1109 'browser/chromeos/gdata/drive_api_parser_unittest.cc', | 1109 'browser/chromeos/gdata/drive_api_parser_unittest.cc', |
1110 'browser/chromeos/gdata/drive_webapps_registry_unittest.cc', | 1110 'browser/chromeos/gdata/drive_webapps_registry_unittest.cc', |
1111 'browser/chromeos/gdata/file_write_helper_unittest.cc', | 1111 'browser/chromeos/gdata/file_write_helper_unittest.cc', |
1112 'browser/chromeos/gdata/gdata_cache_metadata_unittest.cc', | 1112 'browser/chromeos/gdata/gdata_cache_metadata_unittest.cc', |
1113 'browser/chromeos/gdata/gdata_cache_unittest.cc', | 1113 'browser/chromeos/gdata/gdata_cache_unittest.cc', |
1114 'browser/chromeos/gdata/gdata_contacts_service_stub.cc', | 1114 'browser/chromeos/gdata/gdata_contacts_service_stub.cc', |
1115 'browser/chromeos/gdata/gdata_contacts_service_stub.h', | 1115 'browser/chromeos/gdata/gdata_contacts_service_stub.h', |
1116 'browser/chromeos/gdata/gdata_directory_service_unittest.cc', | 1116 'browser/chromeos/gdata/gdata_directory_service_unittest.cc', |
1117 'browser/chromeos/gdata/gdata_file_system_unittest.cc', | 1117 'browser/chromeos/gdata/gdata_file_system_unittest.cc', |
1118 'browser/chromeos/gdata/gdata_files_unittest.cc', | |
1119 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc', | 1118 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc', |
1120 'browser/chromeos/gdata/gdata_operations_unittest.cc', | 1119 'browser/chromeos/gdata/gdata_operations_unittest.cc', |
1121 'browser/chromeos/gdata/gdata_sync_client_unittest.cc', | 1120 'browser/chromeos/gdata/gdata_sync_client_unittest.cc', |
1122 'browser/chromeos/gdata/gdata_test_util.cc', | 1121 'browser/chromeos/gdata/gdata_test_util.cc', |
1123 'browser/chromeos/gdata/gdata_test_util.h', | 1122 'browser/chromeos/gdata/gdata_test_util.h', |
1124 'browser/chromeos/gdata/gdata_util_unittest.cc', | 1123 'browser/chromeos/gdata/gdata_util_unittest.cc', |
1125 'browser/chromeos/gdata/gdata_wapi_parser_unittest.cc', | 1124 'browser/chromeos/gdata/gdata_wapi_parser_unittest.cc', |
1126 'browser/chromeos/gdata/mock_directory_change_observer.cc', | 1125 'browser/chromeos/gdata/mock_directory_change_observer.cc', |
1127 'browser/chromeos/gdata/mock_directory_change_observer.h', | 1126 'browser/chromeos/gdata/mock_directory_change_observer.h', |
1128 'browser/chromeos/gdata/mock_gdata_cache_observer.cc', | 1127 'browser/chromeos/gdata/mock_gdata_cache_observer.cc', |
(...skipping 3566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4695 '--result', '<@(_outputs)', | 4694 '--result', '<@(_outputs)', |
4696 '--isolate', 'browser_tests.isolate', | 4695 '--isolate', 'browser_tests.isolate', |
4697 ], | 4696 ], |
4698 }, | 4697 }, |
4699 ], | 4698 ], |
4700 }, | 4699 }, |
4701 ], | 4700 ], |
4702 }], | 4701 }], |
4703 ], # 'conditions' | 4702 ], # 'conditions' |
4704 } | 4703 } |
OLD | NEW |