| 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 '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 1607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1618 'browser/search_engines/template_url_service_sync_unittest.cc', | 1618 'browser/search_engines/template_url_service_sync_unittest.cc', |
| 1619 'browser/search_engines/template_url_service_unittest.cc', | 1619 'browser/search_engines/template_url_service_unittest.cc', |
| 1620 'browser/search_engines/template_url_parser_unittest.cc', | 1620 'browser/search_engines/template_url_parser_unittest.cc', |
| 1621 'browser/search_engines/template_url_prepopulate_data_unittest.cc', | 1621 'browser/search_engines/template_url_prepopulate_data_unittest.cc', |
| 1622 'browser/search_engines/template_url_scraper_unittest.cc', | 1622 'browser/search_engines/template_url_scraper_unittest.cc', |
| 1623 'browser/search_engines/template_url_unittest.cc', | 1623 'browser/search_engines/template_url_unittest.cc', |
| 1624 'browser/sessions/session_backend_unittest.cc', | 1624 'browser/sessions/session_backend_unittest.cc', |
| 1625 'browser/sessions/session_service_unittest.cc', | 1625 'browser/sessions/session_service_unittest.cc', |
| 1626 'browser/shell_integration_unittest.cc', | 1626 'browser/shell_integration_unittest.cc', |
| 1627 'browser/speech/speech_input_bubble_controller_unittest.cc', | 1627 'browser/speech/speech_input_bubble_controller_unittest.cc', |
| 1628 'browser/spellchecker/spellchecker_platform_engine_unittest.cc', | 1628 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', |
| 1629 'browser/spellchecker/spellcheck_profile_unittest.cc', | 1629 'browser/spellchecker/spellcheck_profile_unittest.cc', |
| 1630 'browser/status_icons/status_icon_unittest.cc', | 1630 'browser/status_icons/status_icon_unittest.cc', |
| 1631 'browser/status_icons/status_tray_unittest.cc', | 1631 'browser/status_icons/status_tray_unittest.cc', |
| 1632 'browser/sync/abstract_profile_sync_service_test.cc', | 1632 'browser/sync/abstract_profile_sync_service_test.cc', |
| 1633 'browser/sync/abstract_profile_sync_service_test.h', | 1633 'browser/sync/abstract_profile_sync_service_test.h', |
| 1634 'browser/sync/backend_migrator_unittest.cc', | 1634 'browser/sync/backend_migrator_unittest.cc', |
| 1635 'browser/sync/internal_api/read_node_mock.cc', | 1635 'browser/sync/internal_api/read_node_mock.cc', |
| 1636 'browser/sync/internal_api/read_node_mock.h', | 1636 'browser/sync/internal_api/read_node_mock.h', |
| 1637 'browser/sync/glue/app_notification_data_type_controller_unittest.cc', | 1637 'browser/sync/glue/app_notification_data_type_controller_unittest.cc', |
| 1638 'browser/sync/glue/autofill_data_type_controller_unittest.cc', | 1638 'browser/sync/glue/autofill_data_type_controller_unittest.cc', |
| (...skipping 2675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4314 # Use outputs of this action as inputs for the main target build. | 4314 # Use outputs of this action as inputs for the main target build. |
| 4315 # Seems as a misnomer but makes this happy on Linux (scons). | 4315 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4316 'process_outputs_as_sources': 1, | 4316 'process_outputs_as_sources': 1, |
| 4317 }, | 4317 }, |
| 4318 ], # 'actions' | 4318 ], # 'actions' |
| 4319 }, | 4319 }, |
| 4320 ] | 4320 ] |
| 4321 }], # 'coverage!=0' | 4321 }], # 'coverage!=0' |
| 4322 ], # 'conditions' | 4322 ], # 'conditions' |
| 4323 } | 4323 } |
| OLD | NEW |