Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10386097: Refactored ConfigurationPolicyProvider to provide PolicyBundles instead of PolicyMaps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/policy_ui.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after
1370 'browser/policy/logging_work_scheduler.h', 1370 'browser/policy/logging_work_scheduler.h',
1371 'browser/policy/logging_work_scheduler_unittest.cc', 1371 'browser/policy/logging_work_scheduler_unittest.cc',
1372 'browser/policy/mock_configuration_policy_provider.cc', 1372 'browser/policy/mock_configuration_policy_provider.cc',
1373 'browser/policy/mock_configuration_policy_provider.h', 1373 'browser/policy/mock_configuration_policy_provider.h',
1374 'browser/policy/mock_device_management_service.cc', 1374 'browser/policy/mock_device_management_service.cc',
1375 'browser/policy/mock_device_management_service.h', 1375 'browser/policy/mock_device_management_service.h',
1376 'browser/policy/network_configuration_updater_unittest.cc', 1376 'browser/policy/network_configuration_updater_unittest.cc',
1377 'browser/policy/policy_bundle_unittest.cc', 1377 'browser/policy/policy_bundle_unittest.cc',
1378 'browser/policy/policy_map_unittest.cc', 1378 'browser/policy/policy_map_unittest.cc',
1379 'browser/policy/policy_path_parser_unittest.cc', 1379 'browser/policy/policy_path_parser_unittest.cc',
1380 'browser/policy/policy_service_unittest.cc', 1380 'browser/policy/policy_service_impl_unittest.cc',
1381 'browser/policy/testing_cloud_policy_subsystem.cc', 1381 'browser/policy/testing_cloud_policy_subsystem.cc',
1382 'browser/policy/testing_cloud_policy_subsystem.h', 1382 'browser/policy/testing_cloud_policy_subsystem.h',
1383 'browser/policy/testing_policy_url_fetcher_factory.cc', 1383 'browser/policy/testing_policy_url_fetcher_factory.cc',
1384 'browser/policy/testing_policy_url_fetcher_factory.h', 1384 'browser/policy/testing_policy_url_fetcher_factory.h',
1385 'browser/policy/url_blacklist_manager_unittest.cc', 1385 'browser/policy/url_blacklist_manager_unittest.cc',
1386 'browser/policy/user_policy_cache_unittest.cc', 1386 'browser/policy/user_policy_cache_unittest.cc',
1387 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', 1387 'browser/predictors/autocomplete_action_predictor_table_unittest.cc',
1388 'browser/predictors/autocomplete_action_predictor_unittest.cc', 1388 'browser/predictors/autocomplete_action_predictor_unittest.cc',
1389 'browser/preferences_mock_mac.cc', 1389 'browser/preferences_mock_mac.cc',
1390 'browser/preferences_mock_mac.h', 1390 'browser/preferences_mock_mac.h',
(...skipping 3232 matching lines...) Expand 10 before | Expand all | Expand 10 after
4623 # Use outputs of this action as inputs for the main target build. 4623 # Use outputs of this action as inputs for the main target build.
4624 # Seems as a misnomer but makes this happy on Linux (scons). 4624 # Seems as a misnomer but makes this happy on Linux (scons).
4625 'process_outputs_as_sources': 1, 4625 'process_outputs_as_sources': 1,
4626 }, 4626 },
4627 ], # 'actions' 4627 ], # 'actions'
4628 }, 4628 },
4629 ] 4629 ]
4630 }], # 'coverage!=0' 4630 }], # 'coverage!=0'
4631 ], # 'conditions' 4631 ], # 'conditions'
4632 } 4632 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/policy_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698