| 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 1371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1382 'browser/policy/mock_cloud_policy_store.h', | 1382 'browser/policy/mock_cloud_policy_store.h', |
| 1383 'browser/policy/mock_configuration_policy_provider.cc', | 1383 'browser/policy/mock_configuration_policy_provider.cc', |
| 1384 'browser/policy/mock_configuration_policy_provider.h', | 1384 'browser/policy/mock_configuration_policy_provider.h', |
| 1385 'browser/policy/mock_device_management_service.cc', | 1385 'browser/policy/mock_device_management_service.cc', |
| 1386 'browser/policy/mock_device_management_service.h', | 1386 'browser/policy/mock_device_management_service.h', |
| 1387 'browser/policy/network_configuration_updater_unittest.cc', | 1387 'browser/policy/network_configuration_updater_unittest.cc', |
| 1388 'browser/policy/policy_bundle_unittest.cc', | 1388 'browser/policy/policy_bundle_unittest.cc', |
| 1389 'browser/policy/policy_map_unittest.cc', | 1389 'browser/policy/policy_map_unittest.cc', |
| 1390 'browser/policy/policy_path_parser_unittest.cc', | 1390 'browser/policy/policy_path_parser_unittest.cc', |
| 1391 'browser/policy/policy_service_impl_unittest.cc', | 1391 'browser/policy/policy_service_impl_unittest.cc', |
| 1392 'browser/policy/proxy_policy_provider_unittest.cc', |
| 1392 'browser/policy/testing_cloud_policy_subsystem.cc', | 1393 'browser/policy/testing_cloud_policy_subsystem.cc', |
| 1393 'browser/policy/testing_cloud_policy_subsystem.h', | 1394 'browser/policy/testing_cloud_policy_subsystem.h', |
| 1394 'browser/policy/testing_policy_url_fetcher_factory.cc', | 1395 'browser/policy/testing_policy_url_fetcher_factory.cc', |
| 1395 'browser/policy/testing_policy_url_fetcher_factory.h', | 1396 'browser/policy/testing_policy_url_fetcher_factory.h', |
| 1396 'browser/policy/url_blacklist_manager_unittest.cc', | 1397 'browser/policy/url_blacklist_manager_unittest.cc', |
| 1398 'browser/policy/user_cloud_policy_manager_unittest.cc', |
| 1397 'browser/policy/user_cloud_policy_store_chromeos_unittest.cc', | 1399 'browser/policy/user_cloud_policy_store_chromeos_unittest.cc', |
| 1398 'browser/policy/user_policy_cache_unittest.cc', | 1400 'browser/policy/user_policy_cache_unittest.cc', |
| 1399 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', | 1401 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', |
| 1400 'browser/predictors/autocomplete_action_predictor_unittest.cc', | 1402 'browser/predictors/autocomplete_action_predictor_unittest.cc', |
| 1401 'browser/preferences_mock_mac.cc', | 1403 'browser/preferences_mock_mac.cc', |
| 1402 'browser/preferences_mock_mac.h', | 1404 'browser/preferences_mock_mac.h', |
| 1403 'browser/prefs/command_line_pref_store_unittest.cc', | 1405 'browser/prefs/command_line_pref_store_unittest.cc', |
| 1404 'browser/prefs/incognito_mode_prefs_unittest.cc', | 1406 'browser/prefs/incognito_mode_prefs_unittest.cc', |
| 1405 'browser/prefs/overlay_user_pref_store_unittest.cc', | 1407 'browser/prefs/overlay_user_pref_store_unittest.cc', |
| 1406 'browser/prefs/pref_change_registrar_unittest.cc', | 1408 'browser/prefs/pref_change_registrar_unittest.cc', |
| (...skipping 3243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4650 # Use outputs of this action as inputs for the main target build. | 4652 # Use outputs of this action as inputs for the main target build. |
| 4651 # Seems as a misnomer but makes this happy on Linux (scons). | 4653 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4652 'process_outputs_as_sources': 1, | 4654 'process_outputs_as_sources': 1, |
| 4653 }, | 4655 }, |
| 4654 ], # 'actions' | 4656 ], # 'actions' |
| 4655 }, | 4657 }, |
| 4656 ] | 4658 ] |
| 4657 }], # 'coverage!=0' | 4659 }], # 'coverage!=0' |
| 4658 ], # 'conditions' | 4660 ], # 'conditions' |
| 4659 } | 4661 } |
| OLD | NEW |