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

Side by Side Diff: chrome/chrome_browser.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/browser/profiles/profile_dependency_manager.cc ('k') | chrome/chrome_tests.gypi » ('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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1618 matching lines...) Expand 10 before | Expand all | Expand 10 after
1629 'browser/policy/device_policy_cache.cc', 1629 'browser/policy/device_policy_cache.cc',
1630 'browser/policy/device_policy_cache.h', 1630 'browser/policy/device_policy_cache.h',
1631 'browser/policy/device_token_fetcher.cc', 1631 'browser/policy/device_token_fetcher.cc',
1632 'browser/policy/device_token_fetcher.h', 1632 'browser/policy/device_token_fetcher.h',
1633 'browser/policy/device_status_collector.cc', 1633 'browser/policy/device_status_collector.cc',
1634 'browser/policy/device_status_collector.h', 1634 'browser/policy/device_status_collector.h',
1635 'browser/policy/enterprise_install_attributes.cc', 1635 'browser/policy/enterprise_install_attributes.cc',
1636 'browser/policy/enterprise_install_attributes.h', 1636 'browser/policy/enterprise_install_attributes.h',
1637 'browser/policy/enterprise_metrics.cc', 1637 'browser/policy/enterprise_metrics.cc',
1638 'browser/policy/enterprise_metrics.h', 1638 'browser/policy/enterprise_metrics.h',
1639 'browser/policy/managed_mode_policy_provider.cc',
1640 'browser/policy/managed_mode_policy_provider.h',
1641 'browser/policy/managed_mode_policy_provider_factory.cc',
1642 'browser/policy/managed_mode_policy_provider_factory.h',
1639 'browser/policy/network_configuration_updater.cc', 1643 'browser/policy/network_configuration_updater.cc',
1640 'browser/policy/network_configuration_updater.h', 1644 'browser/policy/network_configuration_updater.h',
1641 'browser/policy/policy_bundle.cc', 1645 'browser/policy/policy_bundle.cc',
1642 'browser/policy/policy_bundle.h', 1646 'browser/policy/policy_bundle.h',
1643 'browser/policy/policy_constants.h', 1647 'browser/policy/policy_constants.h',
1644 'browser/policy/policy_error_map.cc', 1648 'browser/policy/policy_error_map.cc',
1645 'browser/policy/policy_error_map.h', 1649 'browser/policy/policy_error_map.h',
1646 'browser/policy/policy_loader_mac.cc', 1650 'browser/policy/policy_loader_mac.cc',
1647 'browser/policy/policy_loader_mac.h', 1651 'browser/policy/policy_loader_mac.h',
1648 'browser/policy/policy_loader_win.cc', 1652 'browser/policy/policy_loader_win.cc',
(...skipping 3561 matching lines...) Expand 10 before | Expand all | Expand 10 after
5210 'browser/metrics/proto/study.proto', 5214 'browser/metrics/proto/study.proto',
5211 ], 5215 ],
5212 'variables': { 5216 'variables': {
5213 'proto_in_dir': 'browser/metrics/proto', 5217 'proto_in_dir': 'browser/metrics/proto',
5214 'proto_out_dir': 'chrome/browser/metrics/proto', 5218 'proto_out_dir': 'chrome/browser/metrics/proto',
5215 }, 5219 },
5216 'includes': [ '../build/protoc.gypi' ] 5220 'includes': [ '../build/protoc.gypi' ]
5217 }, 5221 },
5218 ], 5222 ],
5219 } 5223 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_dependency_manager.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698