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 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1446 'browser/importer/firefox_importer_unittest_utils_mac.cc', | 1446 'browser/importer/firefox_importer_unittest_utils_mac.cc', |
1447 'browser/importer/firefox_importer_utils_unittest.cc', | 1447 'browser/importer/firefox_importer_utils_unittest.cc', |
1448 'browser/importer/firefox_profile_lock_unittest.cc', | 1448 'browser/importer/firefox_profile_lock_unittest.cc', |
1449 'browser/importer/firefox_proxy_settings_unittest.cc', | 1449 'browser/importer/firefox_proxy_settings_unittest.cc', |
1450 'browser/importer/importer_unittest.cc', | 1450 'browser/importer/importer_unittest.cc', |
1451 'browser/importer/safari_importer_unittest.mm', | 1451 'browser/importer/safari_importer_unittest.mm', |
1452 'browser/importer/toolbar_importer_unittest.cc', | 1452 'browser/importer/toolbar_importer_unittest.cc', |
1453 'browser/instant/instant_loader_manager_unittest.cc', | 1453 'browser/instant/instant_loader_manager_unittest.cc', |
1454 'browser/instant/promo_counter_unittest.cc', | 1454 'browser/instant/promo_counter_unittest.cc', |
1455 'browser/internal_auth_unittest.cc', | 1455 'browser/internal_auth_unittest.cc', |
| 1456 'browser/language_usage_metrics_unittest.cc', |
1456 'browser/mac/keystone_glue_unittest.mm', | 1457 'browser/mac/keystone_glue_unittest.mm', |
1457 'browser/media/media_internals_unittest.cc', | 1458 'browser/media/media_internals_unittest.cc', |
1458 'browser/metrics/display_utils_unittest.cc', | 1459 'browser/metrics/display_utils_unittest.cc', |
1459 'browser/metrics/metrics_log_unittest.cc', | 1460 'browser/metrics/metrics_log_unittest.cc', |
1460 'browser/metrics/metrics_response_unittest.cc', | 1461 'browser/metrics/metrics_response_unittest.cc', |
1461 'browser/metrics/metrics_service_unittest.cc', | 1462 'browser/metrics/metrics_service_unittest.cc', |
1462 'browser/metrics/thread_watcher_unittest.cc', | 1463 'browser/metrics/thread_watcher_unittest.cc', |
1463 'browser/mock_keychain_mac.cc', | 1464 'browser/mock_keychain_mac.cc', |
1464 'browser/mock_keychain_mac.h', | 1465 'browser/mock_keychain_mac.h', |
1465 'browser/mock_plugin_exceptions_table_model.cc', | 1466 'browser/mock_plugin_exceptions_table_model.cc', |
(...skipping 2691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4157 # Use outputs of this action as inputs for the main target build. | 4158 # Use outputs of this action as inputs for the main target build. |
4158 # Seems as a misnomer but makes this happy on Linux (scons). | 4159 # Seems as a misnomer but makes this happy on Linux (scons). |
4159 'process_outputs_as_sources': 1, | 4160 'process_outputs_as_sources': 1, |
4160 }, | 4161 }, |
4161 ], # 'actions' | 4162 ], # 'actions' |
4162 }, | 4163 }, |
4163 ] | 4164 ] |
4164 }], # 'coverage!=0' | 4165 }], # 'coverage!=0' |
4165 ], # 'conditions' | 4166 ], # 'conditions' |
4166 } | 4167 } |
OLD | NEW |