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 1413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1424 'browser/profiles/profile_info_cache_unittest.h', | 1424 'browser/profiles/profile_info_cache_unittest.h', |
1425 'browser/profiles/profile_info_util_unittest.cc', | 1425 'browser/profiles/profile_info_util_unittest.cc', |
1426 'browser/profiles/profile_manager_unittest.cc', | 1426 'browser/profiles/profile_manager_unittest.cc', |
1427 'browser/protector/composite_settings_change_unittest.cc', | 1427 'browser/protector/composite_settings_change_unittest.cc', |
1428 'browser/protector/homepage_change_unittest.cc', | 1428 'browser/protector/homepage_change_unittest.cc', |
1429 'browser/protector/prefs_backup_invalid_change_unittest.cc', | 1429 'browser/protector/prefs_backup_invalid_change_unittest.cc', |
1430 'browser/protector/protected_prefs_watcher_unittest.cc', | 1430 'browser/protector/protected_prefs_watcher_unittest.cc', |
1431 'browser/protector/session_startup_change_unittest.cc', | 1431 'browser/protector/session_startup_change_unittest.cc', |
1432 'browser/renderer_host/web_cache_manager_unittest.cc', | 1432 'browser/renderer_host/web_cache_manager_unittest.cc', |
1433 'browser/renderer_host/plugin_info_message_filter_unittest.cc', | 1433 'browser/renderer_host/plugin_info_message_filter_unittest.cc', |
| 1434 'browser/resources/print_preview/data/measurement_system.js', |
| 1435 'browser/resources/print_preview/data/measurement_system_unittest.gtestj
s', |
1434 'browser/resources/print_preview/print_preview_utils.js', | 1436 'browser/resources/print_preview/print_preview_utils.js', |
1435 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', | 1437 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', |
| 1438 'browser/resources/shared/js/cr.js', |
1436 'browser/resources_util_unittest.cc', | 1439 'browser/resources_util_unittest.cc', |
1437 'browser/rlz/rlz_unittest.cc', | 1440 'browser/rlz/rlz_unittest.cc', |
1438 'browser/safe_browsing/bloom_filter_unittest.cc', | 1441 'browser/safe_browsing/bloom_filter_unittest.cc', |
1439 'browser/safe_browsing/browser_feature_extractor_unittest.cc', | 1442 'browser/safe_browsing/browser_feature_extractor_unittest.cc', |
1440 'browser/safe_browsing/chunk_range_unittest.cc', | 1443 'browser/safe_browsing/chunk_range_unittest.cc', |
1441 'browser/safe_browsing/client_side_detection_host_unittest.cc', | 1444 'browser/safe_browsing/client_side_detection_host_unittest.cc', |
1442 'browser/safe_browsing/client_side_detection_service_unittest.cc', | 1445 'browser/safe_browsing/client_side_detection_service_unittest.cc', |
1443 'browser/safe_browsing/download_protection_service_unittest.cc', | 1446 'browser/safe_browsing/download_protection_service_unittest.cc', |
1444 'browser/safe_browsing/malware_details_unittest.cc', | 1447 'browser/safe_browsing/malware_details_unittest.cc', |
1445 'browser/safe_browsing/prefix_set_unittest.cc', | 1448 'browser/safe_browsing/prefix_set_unittest.cc', |
(...skipping 3165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4611 # Use outputs of this action as inputs for the main target build. | 4614 # Use outputs of this action as inputs for the main target build. |
4612 # Seems as a misnomer but makes this happy on Linux (scons). | 4615 # Seems as a misnomer but makes this happy on Linux (scons). |
4613 'process_outputs_as_sources': 1, | 4616 'process_outputs_as_sources': 1, |
4614 }, | 4617 }, |
4615 ], # 'actions' | 4618 ], # 'actions' |
4616 }, | 4619 }, |
4617 ] | 4620 ] |
4618 }], # 'coverage!=0' | 4621 }], # 'coverage!=0' |
4619 ], # 'conditions' | 4622 ], # 'conditions' |
4620 } | 4623 } |
OLD | NEW |