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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10510006: Add ManagedModePolicyProvider and extension API to get and set policies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 6 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/chrome_browser.gypi ('k') | chrome/common/chrome_constants.h » ('j') | 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 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1383 'browser/policy/configuration_policy_provider_test.h', 1383 'browser/policy/configuration_policy_provider_test.h',
1384 'browser/policy/cros_user_policy_cache_unittest.cc', 1384 'browser/policy/cros_user_policy_cache_unittest.cc',
1385 'browser/policy/device_management_service_unittest.cc', 1385 'browser/policy/device_management_service_unittest.cc',
1386 'browser/policy/device_policy_cache_unittest.cc', 1386 'browser/policy/device_policy_cache_unittest.cc',
1387 'browser/policy/device_status_collector_unittest.cc', 1387 'browser/policy/device_status_collector_unittest.cc',
1388 'browser/policy/device_token_fetcher_unittest.cc', 1388 'browser/policy/device_token_fetcher_unittest.cc',
1389 'browser/policy/enterprise_install_attributes_unittest.cc', 1389 'browser/policy/enterprise_install_attributes_unittest.cc',
1390 'browser/policy/logging_work_scheduler.cc', 1390 'browser/policy/logging_work_scheduler.cc',
1391 'browser/policy/logging_work_scheduler.h', 1391 'browser/policy/logging_work_scheduler.h',
1392 'browser/policy/logging_work_scheduler_unittest.cc', 1392 'browser/policy/logging_work_scheduler_unittest.cc',
1393 'browser/policy/managed_mode_policy_provider_unittest.cc',
1393 'browser/policy/mock_cloud_policy_client.cc', 1394 'browser/policy/mock_cloud_policy_client.cc',
1394 'browser/policy/mock_cloud_policy_client.h', 1395 'browser/policy/mock_cloud_policy_client.h',
1395 'browser/policy/mock_cloud_policy_store.cc', 1396 'browser/policy/mock_cloud_policy_store.cc',
1396 'browser/policy/mock_cloud_policy_store.h', 1397 'browser/policy/mock_cloud_policy_store.h',
1397 'browser/policy/mock_configuration_policy_provider.cc', 1398 'browser/policy/mock_configuration_policy_provider.cc',
1398 'browser/policy/mock_configuration_policy_provider.h', 1399 'browser/policy/mock_configuration_policy_provider.h',
1399 'browser/policy/mock_device_management_service.cc', 1400 'browser/policy/mock_device_management_service.cc',
1400 'browser/policy/mock_device_management_service.h', 1401 'browser/policy/mock_device_management_service.h',
1401 'browser/policy/network_configuration_updater_unittest.cc', 1402 'browser/policy/network_configuration_updater_unittest.cc',
1402 'browser/policy/policy_bundle_unittest.cc', 1403 'browser/policy/policy_bundle_unittest.cc',
(...skipping 3282 matching lines...) Expand 10 before | Expand all | Expand 10 after
4685 # Use outputs of this action as inputs for the main target build. 4686 # Use outputs of this action as inputs for the main target build.
4686 # Seems as a misnomer but makes this happy on Linux (scons). 4687 # Seems as a misnomer but makes this happy on Linux (scons).
4687 'process_outputs_as_sources': 1, 4688 'process_outputs_as_sources': 1,
4688 }, 4689 },
4689 ], # 'actions' 4690 ], # 'actions'
4690 }, 4691 },
4691 ] 4692 ]
4692 }], # 'coverage!=0' 4693 }], # 'coverage!=0'
4693 ], # 'conditions' 4694 ], # 'conditions'
4694 } 4695 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698