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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7233006: Store/Retrieve CrOS user policy in session_manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 8 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/policy/cros_user_policy_cache_unittest.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 # 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1544 matching lines...) Expand 10 before | Expand all | Expand 10 after
1555 'browser/policy/configuration_policy_provider_delegate_win.cc', 1555 'browser/policy/configuration_policy_provider_delegate_win.cc',
1556 'browser/policy/configuration_policy_provider_delegate_win.h', 1556 'browser/policy/configuration_policy_provider_delegate_win.h',
1557 'browser/policy/configuration_policy_provider_mac.cc', 1557 'browser/policy/configuration_policy_provider_mac.cc',
1558 'browser/policy/configuration_policy_provider_mac.h', 1558 'browser/policy/configuration_policy_provider_mac.h',
1559 'browser/policy/configuration_policy_provider_win.cc', 1559 'browser/policy/configuration_policy_provider_win.cc',
1560 'browser/policy/configuration_policy_provider_win.h', 1560 'browser/policy/configuration_policy_provider_win.h',
1561 'browser/policy/configuration_policy_reader.cc', 1561 'browser/policy/configuration_policy_reader.cc',
1562 'browser/policy/configuration_policy_reader.h', 1562 'browser/policy/configuration_policy_reader.h',
1563 'browser/policy/delayed_work_scheduler.cc', 1563 'browser/policy/delayed_work_scheduler.cc',
1564 'browser/policy/delayed_work_scheduler.h', 1564 'browser/policy/delayed_work_scheduler.h',
1565 'browser/policy/cros_user_policy_cache.cc',
1566 'browser/policy/cros_user_policy_cache.h',
1565 'browser/policy/device_management_service.cc', 1567 'browser/policy/device_management_service.cc',
1566 'browser/policy/device_management_service.h', 1568 'browser/policy/device_management_service.h',
1567 'browser/policy/device_policy_cache.cc', 1569 'browser/policy/device_policy_cache.cc',
1568 'browser/policy/device_policy_cache.h', 1570 'browser/policy/device_policy_cache.h',
1569 'browser/policy/device_token_fetcher.cc', 1571 'browser/policy/device_token_fetcher.cc',
1570 'browser/policy/device_token_fetcher.h', 1572 'browser/policy/device_token_fetcher.h',
1571 'browser/policy/device_status_collector.cc', 1573 'browser/policy/device_status_collector.cc',
1572 'browser/policy/device_status_collector.h', 1574 'browser/policy/device_status_collector.h',
1573 'browser/policy/enterprise_install_attributes.cc', 1575 'browser/policy/enterprise_install_attributes.cc',
1574 'browser/policy/enterprise_install_attributes.h', 1576 'browser/policy/enterprise_install_attributes.h',
(...skipping 2521 matching lines...) Expand 10 before | Expand all | Expand 10 after
4096 ['exclude', 'browser/icon_loader_chromeos.cc'], 4098 ['exclude', 'browser/icon_loader_chromeos.cc'],
4097 ['exclude', 'browser/icon_manager_chromeos.cc'], 4099 ['exclude', 'browser/icon_manager_chromeos.cc'],
4098 ['exclude', 'browser/low_memory_observer.cc'], 4100 ['exclude', 'browser/low_memory_observer.cc'],
4099 ['exclude', 'browser/low_memory_observer.h'], 4101 ['exclude', 'browser/low_memory_observer.h'],
4100 ['exclude', 'browser/oom_priority_manager.cc'], 4102 ['exclude', 'browser/oom_priority_manager.cc'],
4101 ['exclude', 'browser/oom_priority_manager.h'], 4103 ['exclude', 'browser/oom_priority_manager.h'],
4102 ['exclude', 'browser/policy/app_pack_updater.cc'], 4104 ['exclude', 'browser/policy/app_pack_updater.cc'],
4103 ['exclude', 'browser/policy/app_pack_updater.h'], 4105 ['exclude', 'browser/policy/app_pack_updater.h'],
4104 ['exclude', 'browser/policy/auto_enrollment_client.cc'], 4106 ['exclude', 'browser/policy/auto_enrollment_client.cc'],
4105 ['exclude', 'browser/policy/auto_enrollment_client.h'], 4107 ['exclude', 'browser/policy/auto_enrollment_client.h'],
4108 ['exclude', 'browser/policy/cros_user_policy_cache.cc'],
4109 ['exclude', 'browser/policy/cros_user_policy_cache.h'],
4106 ['exclude', 'browser/policy/device_policy_cache.cc'], 4110 ['exclude', 'browser/policy/device_policy_cache.cc'],
4107 ['exclude', 'browser/policy/device_policy_cache.h'], 4111 ['exclude', 'browser/policy/device_policy_cache.h'],
4108 ['exclude', 'browser/policy/device_status_collector.cc'], 4112 ['exclude', 'browser/policy/device_status_collector.cc'],
4109 ['exclude', 'browser/policy/device_status_collector.h'], 4113 ['exclude', 'browser/policy/device_status_collector.h'],
4110 ['exclude', 'browser/policy/enterprise_install_attributes.cc'], 4114 ['exclude', 'browser/policy/enterprise_install_attributes.cc'],
4111 ['exclude', 'browser/policy/enterprise_install_attributes.h'], 4115 ['exclude', 'browser/policy/enterprise_install_attributes.h'],
4112 ['exclude', 'browser/policy/network_configuration_updater.cc'], 4116 ['exclude', 'browser/policy/network_configuration_updater.cc'],
4113 ['exclude', 'browser/policy/network_configuration_updater.h'], 4117 ['exclude', 'browser/policy/network_configuration_updater.h'],
4114 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'], 4118 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'],
4115 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'], 4119 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'],
(...skipping 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after
5228 'type': 'static_library', 5232 'type': 'static_library',
5229 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5233 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5230 'variables': { 5234 'variables': {
5231 'proto_in_dir': 'browser/chromeos/gdata', 5235 'proto_in_dir': 'browser/chromeos/gdata',
5232 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5236 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5233 }, 5237 },
5234 'includes': [ '../build/protoc.gypi' ] 5238 'includes': [ '../build/protoc.gypi' ]
5235 }, 5239 },
5236 ], 5240 ],
5237 } 5241 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/cros_user_policy_cache_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698