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 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1558 'browser/policy/mock_configuration_policy_store.cc', | 1558 'browser/policy/mock_configuration_policy_store.cc', |
1559 'browser/policy/mock_configuration_policy_store.h', | 1559 'browser/policy/mock_configuration_policy_store.h', |
1560 'browser/policy/mock_device_management_backend.cc', | 1560 'browser/policy/mock_device_management_backend.cc', |
1561 'browser/policy/mock_device_management_backend.h', | 1561 'browser/policy/mock_device_management_backend.h', |
1562 'browser/policy/policy_map_unittest.cc', | 1562 'browser/policy/policy_map_unittest.cc', |
1563 'browser/policy/policy_path_parser_unittest.cc', | 1563 'browser/policy/policy_path_parser_unittest.cc', |
1564 'browser/policy/testing_cloud_policy_subsystem.cc', | 1564 'browser/policy/testing_cloud_policy_subsystem.cc', |
1565 'browser/policy/testing_cloud_policy_subsystem.h', | 1565 'browser/policy/testing_cloud_policy_subsystem.h', |
1566 'browser/policy/testing_policy_url_fetcher_factory.cc', | 1566 'browser/policy/testing_policy_url_fetcher_factory.cc', |
1567 'browser/policy/testing_policy_url_fetcher_factory.h', | 1567 'browser/policy/testing_policy_url_fetcher_factory.h', |
| 1568 'browser/policy/url_blacklist_manager_unittest.cc', |
1568 'browser/policy/user_policy_cache_unittest.cc', | 1569 'browser/policy/user_policy_cache_unittest.cc', |
1569 'browser/preferences_mock_mac.cc', | 1570 'browser/preferences_mock_mac.cc', |
1570 'browser/preferences_mock_mac.h', | 1571 'browser/preferences_mock_mac.h', |
1571 'browser/prefs/command_line_pref_store_unittest.cc', | 1572 'browser/prefs/command_line_pref_store_unittest.cc', |
1572 'browser/prefs/incognito_mode_prefs_unittest.cc', | 1573 'browser/prefs/incognito_mode_prefs_unittest.cc', |
1573 'browser/prefs/incognito_user_pref_store_unittest.cc', | 1574 'browser/prefs/incognito_user_pref_store_unittest.cc', |
1574 'browser/prefs/pref_change_registrar_unittest.cc', | 1575 'browser/prefs/pref_change_registrar_unittest.cc', |
1575 'browser/prefs/pref_member_unittest.cc', | 1576 'browser/prefs/pref_member_unittest.cc', |
1576 'browser/prefs/pref_model_associator_unittest.cc', | 1577 'browser/prefs/pref_model_associator_unittest.cc', |
1577 'browser/prefs/pref_notifier_impl_unittest.cc', | 1578 'browser/prefs/pref_notifier_impl_unittest.cc', |
(...skipping 2539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4117 # Use outputs of this action as inputs for the main target build. | 4118 # Use outputs of this action as inputs for the main target build. |
4118 # Seems as a misnomer but makes this happy on Linux (scons). | 4119 # Seems as a misnomer but makes this happy on Linux (scons). |
4119 'process_outputs_as_sources': 1, | 4120 'process_outputs_as_sources': 1, |
4120 }, | 4121 }, |
4121 ], # 'actions' | 4122 ], # 'actions' |
4122 }, | 4123 }, |
4123 ] | 4124 ] |
4124 }], # 'coverage!=0' | 4125 }], # 'coverage!=0' |
4125 ], # 'conditions' | 4126 ], # 'conditions' |
4126 } | 4127 } |
OLD | NEW |