| 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 1441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1452 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 1452 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
| 1453 'browser/safe_browsing/safe_browsing_store_unittest.cc', | 1453 'browser/safe_browsing/safe_browsing_store_unittest.cc', |
| 1454 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', | 1454 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', |
| 1455 'browser/safe_browsing/safe_browsing_util_unittest.cc', | 1455 'browser/safe_browsing/safe_browsing_util_unittest.cc', |
| 1456 'browser/safe_browsing/signature_util_win_unittest.cc', | 1456 'browser/safe_browsing/signature_util_win_unittest.cc', |
| 1457 'browser/search_engines/search_host_to_urls_map_unittest.cc', | 1457 'browser/search_engines/search_host_to_urls_map_unittest.cc', |
| 1458 'browser/search_engines/search_provider_install_data_unittest.cc', | 1458 'browser/search_engines/search_provider_install_data_unittest.cc', |
| 1459 'browser/search_engines/template_url_fetcher_unittest.cc', | 1459 'browser/search_engines/template_url_fetcher_unittest.cc', |
| 1460 'browser/search_engines/template_url_service_test_util.cc', | 1460 'browser/search_engines/template_url_service_test_util.cc', |
| 1461 'browser/search_engines/template_url_service_test_util.h', | 1461 'browser/search_engines/template_url_service_test_util.h', |
| 1462 'browser/search_engines/template_url_service_util_unittest.cc', |
| 1462 'browser/search_engines/template_url_service_sync_unittest.cc', | 1463 'browser/search_engines/template_url_service_sync_unittest.cc', |
| 1463 'browser/search_engines/template_url_service_unittest.cc', | 1464 'browser/search_engines/template_url_service_unittest.cc', |
| 1464 'browser/search_engines/template_url_parser_unittest.cc', | 1465 'browser/search_engines/template_url_parser_unittest.cc', |
| 1465 'browser/search_engines/template_url_prepopulate_data_unittest.cc', | 1466 'browser/search_engines/template_url_prepopulate_data_unittest.cc', |
| 1466 'browser/search_engines/template_url_scraper_unittest.cc', | 1467 'browser/search_engines/template_url_scraper_unittest.cc', |
| 1467 'browser/search_engines/template_url_unittest.cc', | 1468 'browser/search_engines/template_url_unittest.cc', |
| 1468 'browser/sessions/session_backend_unittest.cc', | 1469 'browser/sessions/session_backend_unittest.cc', |
| 1469 'browser/sessions/session_service_unittest.cc', | 1470 'browser/sessions/session_service_unittest.cc', |
| 1470 'browser/shell_integration_unittest.cc', | 1471 'browser/shell_integration_unittest.cc', |
| 1471 'browser/signin/signin_manager_unittest.cc', | 1472 'browser/signin/signin_manager_unittest.cc', |
| (...skipping 3151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4623 # Use outputs of this action as inputs for the main target build. | 4624 # Use outputs of this action as inputs for the main target build. |
| 4624 # Seems as a misnomer but makes this happy on Linux (scons). | 4625 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4625 'process_outputs_as_sources': 1, | 4626 'process_outputs_as_sources': 1, |
| 4626 }, | 4627 }, |
| 4627 ], # 'actions' | 4628 ], # 'actions' |
| 4628 }, | 4629 }, |
| 4629 ] | 4630 ] |
| 4630 }], # 'coverage!=0' | 4631 }], # 'coverage!=0' |
| 4631 ], # 'conditions' | 4632 ], # 'conditions' |
| 4632 } | 4633 } |
| OLD | NEW |