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/importer/firefox_importer_unittest_utils.h', | 1471 'browser/importer/firefox_importer_unittest_utils.h', |
1472 'browser/importer/firefox_importer_unittest_utils_mac.cc', | 1472 'browser/importer/firefox_importer_unittest_utils_mac.cc', |
1473 'browser/importer/firefox_importer_utils_unittest.cc', | 1473 'browser/importer/firefox_importer_utils_unittest.cc', |
1474 'browser/importer/firefox_profile_lock_unittest.cc', | 1474 'browser/importer/firefox_profile_lock_unittest.cc', |
1475 'browser/importer/firefox_proxy_settings_unittest.cc', | 1475 'browser/importer/firefox_proxy_settings_unittest.cc', |
1476 'browser/importer/importer_unittest.cc', | 1476 'browser/importer/importer_unittest.cc', |
1477 'browser/importer/safari_importer_unittest.mm', | 1477 'browser/importer/safari_importer_unittest.mm', |
1478 'browser/importer/toolbar_importer_unittest.cc', | 1478 'browser/importer/toolbar_importer_unittest.cc', |
1479 'browser/instant/instant_loader_manager_unittest.cc', | 1479 'browser/instant/instant_loader_manager_unittest.cc', |
1480 'browser/instant/promo_counter_unittest.cc', | 1480 'browser/instant/promo_counter_unittest.cc', |
| 1481 'browser/intents/register_intent_handler_infobar_delegate_unittest.cc', |
1481 'browser/internal_auth_unittest.cc', | 1482 'browser/internal_auth_unittest.cc', |
1482 'browser/language_usage_metrics_unittest.cc', | 1483 'browser/language_usage_metrics_unittest.cc', |
1483 'browser/mac/keystone_glue_unittest.mm', | 1484 'browser/mac/keystone_glue_unittest.mm', |
1484 'browser/media/media_internals_unittest.cc', | 1485 'browser/media/media_internals_unittest.cc', |
1485 'browser/metrics/display_utils_unittest.cc', | 1486 'browser/metrics/display_utils_unittest.cc', |
1486 'browser/metrics/metrics_log_unittest.cc', | 1487 'browser/metrics/metrics_log_unittest.cc', |
1487 'browser/metrics/metrics_response_unittest.cc', | 1488 'browser/metrics/metrics_response_unittest.cc', |
1488 'browser/metrics/metrics_service_unittest.cc', | 1489 'browser/metrics/metrics_service_unittest.cc', |
1489 'browser/metrics/thread_watcher_unittest.cc', | 1490 'browser/metrics/thread_watcher_unittest.cc', |
1490 'browser/mock_keychain_mac.cc', | 1491 'browser/mock_keychain_mac.cc', |
(...skipping 2866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4357 # Use outputs of this action as inputs for the main target build. | 4358 # Use outputs of this action as inputs for the main target build. |
4358 # Seems as a misnomer but makes this happy on Linux (scons). | 4359 # Seems as a misnomer but makes this happy on Linux (scons). |
4359 'process_outputs_as_sources': 1, | 4360 'process_outputs_as_sources': 1, |
4360 }, | 4361 }, |
4361 ], # 'actions' | 4362 ], # 'actions' |
4362 }, | 4363 }, |
4363 ] | 4364 ] |
4364 }], # 'coverage!=0' | 4365 }], # 'coverage!=0' |
4365 ], # 'conditions' | 4366 ], # 'conditions' |
4366 } | 4367 } |
OLD | NEW |