| 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 1404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1415 'browser/policy/testing_cloud_policy_subsystem.cc', | 1415 'browser/policy/testing_cloud_policy_subsystem.cc', |
| 1416 'browser/policy/testing_cloud_policy_subsystem.h', | 1416 'browser/policy/testing_cloud_policy_subsystem.h', |
| 1417 'browser/policy/testing_policy_url_fetcher_factory.cc', | 1417 'browser/policy/testing_policy_url_fetcher_factory.cc', |
| 1418 'browser/policy/testing_policy_url_fetcher_factory.h', | 1418 'browser/policy/testing_policy_url_fetcher_factory.h', |
| 1419 'browser/policy/url_blacklist_manager_unittest.cc', | 1419 'browser/policy/url_blacklist_manager_unittest.cc', |
| 1420 'browser/policy/user_cloud_policy_manager_unittest.cc', | 1420 'browser/policy/user_cloud_policy_manager_unittest.cc', |
| 1421 'browser/policy/user_cloud_policy_store_chromeos_unittest.cc', | 1421 'browser/policy/user_cloud_policy_store_chromeos_unittest.cc', |
| 1422 'browser/policy/user_policy_cache_unittest.cc', | 1422 'browser/policy/user_policy_cache_unittest.cc', |
| 1423 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', | 1423 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', |
| 1424 'browser/predictors/autocomplete_action_predictor_unittest.cc', | 1424 'browser/predictors/autocomplete_action_predictor_unittest.cc', |
| 1425 'browser/predictors/resource_prefetch_predictor_unittest.cc', |
| 1426 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', |
| 1425 'browser/preferences_mock_mac.cc', | 1427 'browser/preferences_mock_mac.cc', |
| 1426 'browser/preferences_mock_mac.h', | 1428 'browser/preferences_mock_mac.h', |
| 1427 'browser/prefs/command_line_pref_store_unittest.cc', | 1429 'browser/prefs/command_line_pref_store_unittest.cc', |
| 1428 'browser/prefs/incognito_mode_prefs_unittest.cc', | 1430 'browser/prefs/incognito_mode_prefs_unittest.cc', |
| 1429 'browser/prefs/overlay_user_pref_store_unittest.cc', | 1431 'browser/prefs/overlay_user_pref_store_unittest.cc', |
| 1430 'browser/prefs/pref_change_registrar_unittest.cc', | 1432 'browser/prefs/pref_change_registrar_unittest.cc', |
| 1431 'browser/prefs/pref_member_unittest.cc', | 1433 'browser/prefs/pref_member_unittest.cc', |
| 1432 'browser/prefs/pref_model_associator_unittest.cc', | 1434 'browser/prefs/pref_model_associator_unittest.cc', |
| 1433 'browser/prefs/pref_notifier_impl_unittest.cc', | 1435 'browser/prefs/pref_notifier_impl_unittest.cc', |
| 1434 'browser/prefs/pref_service_unittest.cc', | 1436 'browser/prefs/pref_service_unittest.cc', |
| (...skipping 3210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4645 # Use outputs of this action as inputs for the main target build. | 4647 # Use outputs of this action as inputs for the main target build. |
| 4646 # Seems as a misnomer but makes this happy on Linux (scons). | 4648 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4647 'process_outputs_as_sources': 1, | 4649 'process_outputs_as_sources': 1, |
| 4648 }, | 4650 }, |
| 4649 ], # 'actions' | 4651 ], # 'actions' |
| 4650 }, | 4652 }, |
| 4651 ] | 4653 ] |
| 4652 }], # 'coverage!=0' | 4654 }], # 'coverage!=0' |
| 4653 ], # 'conditions' | 4655 ], # 'conditions' |
| 4654 } | 4656 } |
| OLD | NEW |