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 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1450 'browser/profiles/profile_downloader_unittest.cc', | 1450 'browser/profiles/profile_downloader_unittest.cc', |
1451 'browser/profiles/profile_info_cache_unittest.cc', | 1451 'browser/profiles/profile_info_cache_unittest.cc', |
1452 'browser/profiles/profile_info_cache_unittest.h', | 1452 'browser/profiles/profile_info_cache_unittest.h', |
1453 'browser/profiles/profile_info_util_unittest.cc', | 1453 'browser/profiles/profile_info_util_unittest.cc', |
1454 'browser/profiles/profile_manager_unittest.cc', | 1454 'browser/profiles/profile_manager_unittest.cc', |
1455 'browser/protector/composite_settings_change_unittest.cc', | 1455 'browser/protector/composite_settings_change_unittest.cc', |
1456 'browser/protector/homepage_change_unittest.cc', | 1456 'browser/protector/homepage_change_unittest.cc', |
1457 'browser/protector/prefs_backup_invalid_change_unittest.cc', | 1457 'browser/protector/prefs_backup_invalid_change_unittest.cc', |
1458 'browser/protector/protected_prefs_watcher_unittest.cc', | 1458 'browser/protector/protected_prefs_watcher_unittest.cc', |
1459 'browser/protector/session_startup_change_unittest.cc', | 1459 'browser/protector/session_startup_change_unittest.cc', |
| 1460 'browser/renderer_host/intercept_navigation_resource_throttle_unittest.c
c', |
| 1461 'browser/renderer_host/plugin_info_message_filter_unittest.cc', |
1460 'browser/renderer_host/web_cache_manager_unittest.cc', | 1462 'browser/renderer_host/web_cache_manager_unittest.cc', |
1461 'browser/renderer_host/plugin_info_message_filter_unittest.cc', | |
1462 'browser/resources/print_preview/data/measurement_system.js', | 1463 'browser/resources/print_preview/data/measurement_system.js', |
1463 'browser/resources/print_preview/data/measurement_system_unittest.gtestj
s', | 1464 'browser/resources/print_preview/data/measurement_system_unittest.gtestj
s', |
1464 'browser/resources/print_preview/print_preview_utils.js', | 1465 'browser/resources/print_preview/print_preview_utils.js', |
1465 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', | 1466 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', |
1466 'browser/resources/shared/js/cr.js', | 1467 'browser/resources/shared/js/cr.js', |
1467 'browser/resources_util_unittest.cc', | 1468 'browser/resources_util_unittest.cc', |
1468 'browser/rlz/rlz_unittest.cc', | 1469 'browser/rlz/rlz_unittest.cc', |
1469 'browser/safe_browsing/bloom_filter_unittest.cc', | 1470 'browser/safe_browsing/bloom_filter_unittest.cc', |
1470 'browser/safe_browsing/browser_feature_extractor_unittest.cc', | 1471 'browser/safe_browsing/browser_feature_extractor_unittest.cc', |
1471 'browser/safe_browsing/chunk_range_unittest.cc', | 1472 'browser/safe_browsing/chunk_range_unittest.cc', |
(...skipping 3219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4691 # Use outputs of this action as inputs for the main target build. | 4692 # Use outputs of this action as inputs for the main target build. |
4692 # Seems as a misnomer but makes this happy on Linux (scons). | 4693 # Seems as a misnomer but makes this happy on Linux (scons). |
4693 'process_outputs_as_sources': 1, | 4694 'process_outputs_as_sources': 1, |
4694 }, | 4695 }, |
4695 ], # 'actions' | 4696 ], # 'actions' |
4696 }, | 4697 }, |
4697 ] | 4698 ] |
4698 }], # 'coverage!=0' | 4699 }], # 'coverage!=0' |
4699 ], # 'conditions' | 4700 ], # 'conditions' |
4700 } | 4701 } |
OLD | NEW |