OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 1460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1471 'browser/printing/print_dialog_cloud_unittest.cc', | 1471 'browser/printing/print_dialog_cloud_unittest.cc', |
1472 'browser/printing/print_job_unittest.cc', | 1472 'browser/printing/print_job_unittest.cc', |
1473 'browser/printing/print_preview_tab_controller_unittest.cc', | 1473 'browser/printing/print_preview_tab_controller_unittest.cc', |
1474 'browser/process_info_snapshot_mac_unittest.cc', | 1474 'browser/process_info_snapshot_mac_unittest.cc', |
1475 'browser/process_singleton_mac_unittest.cc', | 1475 'browser/process_singleton_mac_unittest.cc', |
1476 'browser/profiles/avatar_menu_model_unittest.cc', | 1476 'browser/profiles/avatar_menu_model_unittest.cc', |
1477 'browser/profiles/off_the_record_profile_impl_unittest.cc', | 1477 'browser/profiles/off_the_record_profile_impl_unittest.cc', |
1478 'browser/profiles/profile_dependency_manager_unittest.cc', | 1478 'browser/profiles/profile_dependency_manager_unittest.cc', |
1479 'browser/profiles/profile_info_cache_unittest.cc', | 1479 'browser/profiles/profile_info_cache_unittest.cc', |
1480 'browser/profiles/profile_manager_unittest.cc', | 1480 'browser/profiles/profile_manager_unittest.cc', |
1481 'browser/remoting/firewall_traversal_observer_unittest.cc', | |
1482 'browser/renderer_host/web_cache_manager_unittest.cc', | 1481 'browser/renderer_host/web_cache_manager_unittest.cc', |
1483 'browser/resources_util_unittest.cc', | 1482 'browser/resources_util_unittest.cc', |
1484 'browser/rlz/rlz_unittest.cc', | 1483 'browser/rlz/rlz_unittest.cc', |
1485 'browser/safe_browsing/bloom_filter_unittest.cc', | 1484 'browser/safe_browsing/bloom_filter_unittest.cc', |
1486 'browser/safe_browsing/browser_feature_extractor_unittest.cc', | 1485 'browser/safe_browsing/browser_feature_extractor_unittest.cc', |
1487 'browser/safe_browsing/chunk_range_unittest.cc', | 1486 'browser/safe_browsing/chunk_range_unittest.cc', |
1488 'browser/safe_browsing/client_side_detection_host_unittest.cc', | 1487 'browser/safe_browsing/client_side_detection_host_unittest.cc', |
1489 'browser/safe_browsing/client_side_detection_service_unittest.cc', | 1488 'browser/safe_browsing/client_side_detection_service_unittest.cc', |
1490 'browser/safe_browsing/download_protection_service_unittest.cc', | 1489 'browser/safe_browsing/download_protection_service_unittest.cc', |
1491 'browser/safe_browsing/malware_details_unittest.cc', | 1490 'browser/safe_browsing/malware_details_unittest.cc', |
(...skipping 2567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4059 # Use outputs of this action as inputs for the main target build. | 4058 # Use outputs of this action as inputs for the main target build. |
4060 # Seems as a misnomer but makes this happy on Linux (scons). | 4059 # Seems as a misnomer but makes this happy on Linux (scons). |
4061 'process_outputs_as_sources': 1, | 4060 'process_outputs_as_sources': 1, |
4062 }, | 4061 }, |
4063 ], # 'actions' | 4062 ], # 'actions' |
4064 }, | 4063 }, |
4065 ] | 4064 ] |
4066 }], # 'coverage!=0' | 4065 }], # 'coverage!=0' |
4067 ], # 'conditions' | 4066 ], # 'conditions' |
4068 } | 4067 } |
OLD | NEW |