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 1463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1474 'browser/profiles/profile_downloader_unittest.cc', | 1474 'browser/profiles/profile_downloader_unittest.cc', |
1475 'browser/profiles/profile_info_cache_unittest.cc', | 1475 'browser/profiles/profile_info_cache_unittest.cc', |
1476 'browser/profiles/profile_info_cache_unittest.h', | 1476 'browser/profiles/profile_info_cache_unittest.h', |
1477 'browser/profiles/profile_info_util_unittest.cc', | 1477 'browser/profiles/profile_info_util_unittest.cc', |
1478 'browser/profiles/profile_manager_unittest.cc', | 1478 'browser/profiles/profile_manager_unittest.cc', |
1479 'browser/protector/composite_settings_change_unittest.cc', | 1479 'browser/protector/composite_settings_change_unittest.cc', |
1480 'browser/protector/homepage_change_unittest.cc', | 1480 'browser/protector/homepage_change_unittest.cc', |
1481 'browser/protector/prefs_backup_invalid_change_unittest.cc', | 1481 'browser/protector/prefs_backup_invalid_change_unittest.cc', |
1482 'browser/protector/protected_prefs_watcher_unittest.cc', | 1482 'browser/protector/protected_prefs_watcher_unittest.cc', |
1483 'browser/protector/session_startup_change_unittest.cc', | 1483 'browser/protector/session_startup_change_unittest.cc', |
| 1484 'browser/renderer_host/should_ignore_navigation_resource_throttle_unitte
st.cc', |
1484 'browser/renderer_host/web_cache_manager_unittest.cc', | 1485 'browser/renderer_host/web_cache_manager_unittest.cc', |
1485 'browser/renderer_host/plugin_info_message_filter_unittest.cc', | 1486 'browser/renderer_host/plugin_info_message_filter_unittest.cc', |
1486 'browser/resources/print_preview/print_preview_utils.js', | 1487 'browser/resources/print_preview/print_preview_utils.js', |
1487 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', | 1488 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', |
1488 'browser/resources_util_unittest.cc', | 1489 'browser/resources_util_unittest.cc', |
1489 'browser/rlz/rlz_unittest.cc', | 1490 'browser/rlz/rlz_unittest.cc', |
1490 'browser/safe_browsing/bloom_filter_unittest.cc', | 1491 'browser/safe_browsing/bloom_filter_unittest.cc', |
1491 'browser/safe_browsing/browser_feature_extractor_unittest.cc', | 1492 'browser/safe_browsing/browser_feature_extractor_unittest.cc', |
1492 'browser/safe_browsing/chunk_range_unittest.cc', | 1493 'browser/safe_browsing/chunk_range_unittest.cc', |
1493 'browser/safe_browsing/client_side_detection_host_unittest.cc', | 1494 'browser/safe_browsing/client_side_detection_host_unittest.cc', |
(...skipping 3213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4707 # Use outputs of this action as inputs for the main target build. | 4708 # Use outputs of this action as inputs for the main target build. |
4708 # Seems as a misnomer but makes this happy on Linux (scons). | 4709 # Seems as a misnomer but makes this happy on Linux (scons). |
4709 'process_outputs_as_sources': 1, | 4710 'process_outputs_as_sources': 1, |
4710 }, | 4711 }, |
4711 ], # 'actions' | 4712 ], # 'actions' |
4712 }, | 4713 }, |
4713 ] | 4714 ] |
4714 }], # 'coverage!=0' | 4715 }], # 'coverage!=0' |
4715 ], # 'conditions' | 4716 ], # 'conditions' |
4716 } | 4717 } |
OLD | NEW |