| 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 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1539 'browser/password_manager/password_store_mac_unittest.cc', | 1539 'browser/password_manager/password_store_mac_unittest.cc', |
| 1540 'browser/password_manager/password_store_win_unittest.cc', | 1540 'browser/password_manager/password_store_win_unittest.cc', |
| 1541 'browser/password_manager/password_store_x_unittest.cc', | 1541 'browser/password_manager/password_store_x_unittest.cc', |
| 1542 'browser/plugin_finder_unittest.cc', | 1542 'browser/plugin_finder_unittest.cc', |
| 1543 'browser/plugin_prefs_unittest.cc', | 1543 'browser/plugin_prefs_unittest.cc', |
| 1544 'browser/policy/asynchronous_policy_loader_unittest.cc', | 1544 'browser/policy/asynchronous_policy_loader_unittest.cc', |
| 1545 'browser/policy/asynchronous_policy_provider_unittest.cc', | 1545 'browser/policy/asynchronous_policy_provider_unittest.cc', |
| 1546 'browser/policy/asynchronous_policy_test_base.cc', | 1546 'browser/policy/asynchronous_policy_test_base.cc', |
| 1547 'browser/policy/asynchronous_policy_test_base.h', | 1547 'browser/policy/asynchronous_policy_test_base.h', |
| 1548 'browser/policy/auto_enrollment_client_unittest.cc', | 1548 'browser/policy/auto_enrollment_client_unittest.cc', |
| 1549 'browser/policy/cloud_policy_client_unittest.cc', |
| 1549 'browser/policy/cloud_policy_controller_unittest.cc', | 1550 'browser/policy/cloud_policy_controller_unittest.cc', |
| 1550 'browser/policy/cloud_policy_provider_unittest.cc', | 1551 'browser/policy/cloud_policy_provider_unittest.cc', |
| 1551 'browser/policy/cloud_policy_subsystem_unittest.cc', | 1552 'browser/policy/cloud_policy_subsystem_unittest.cc', |
| 1552 'browser/policy/config_dir_policy_provider_unittest.cc', | 1553 'browser/policy/config_dir_policy_provider_unittest.cc', |
| 1553 'browser/policy/configuration_policy_handler_chromeos_unittest.cc', | 1554 'browser/policy/configuration_policy_handler_chromeos_unittest.cc', |
| 1554 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1555 'browser/policy/configuration_policy_pref_store_unittest.cc', |
| 1555 'browser/policy/configuration_policy_provider_mac_unittest.cc', | 1556 'browser/policy/configuration_policy_provider_mac_unittest.cc', |
| 1556 'browser/policy/configuration_policy_provider_test.cc', | 1557 'browser/policy/configuration_policy_provider_test.cc', |
| 1557 'browser/policy/configuration_policy_provider_test.h', | 1558 'browser/policy/configuration_policy_provider_test.h', |
| 1558 'browser/policy/configuration_policy_provider_win_unittest.cc', | 1559 'browser/policy/configuration_policy_provider_win_unittest.cc', |
| (...skipping 2977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4536 # Use outputs of this action as inputs for the main target build. | 4537 # Use outputs of this action as inputs for the main target build. |
| 4537 # Seems as a misnomer but makes this happy on Linux (scons). | 4538 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4538 'process_outputs_as_sources': 1, | 4539 'process_outputs_as_sources': 1, |
| 4539 }, | 4540 }, |
| 4540 ], # 'actions' | 4541 ], # 'actions' |
| 4541 }, | 4542 }, |
| 4542 ] | 4543 ] |
| 4543 }], # 'coverage!=0' | 4544 }], # 'coverage!=0' |
| 4544 ], # 'conditions' | 4545 ], # 'conditions' |
| 4545 } | 4546 } |
| OLD | NEW |