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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8872032: Added the AutoEnrollmentClient and unit tests for it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style cleanup, rebased Created 9 years 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/browser_policy_connector.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 1742 matching lines...) Expand 10 before | Expand all | Expand 10 after
1753 'browser/plugin_observer.cc', 1753 'browser/plugin_observer.cc',
1754 'browser/plugin_observer.h', 1754 'browser/plugin_observer.h',
1755 'browser/plugin_prefs.cc', 1755 'browser/plugin_prefs.cc',
1756 'browser/plugin_prefs.h', 1756 'browser/plugin_prefs.h',
1757 'browser/plugin_prefs_factory.cc', 1757 'browser/plugin_prefs_factory.cc',
1758 'browser/plugin_prefs_factory.h', 1758 'browser/plugin_prefs_factory.h',
1759 'browser/policy/asynchronous_policy_loader.cc', 1759 'browser/policy/asynchronous_policy_loader.cc',
1760 'browser/policy/asynchronous_policy_loader.h', 1760 'browser/policy/asynchronous_policy_loader.h',
1761 'browser/policy/asynchronous_policy_provider.cc', 1761 'browser/policy/asynchronous_policy_provider.cc',
1762 'browser/policy/asynchronous_policy_provider.h', 1762 'browser/policy/asynchronous_policy_provider.h',
1763 'browser/policy/auto_enrollment_client.cc',
1764 'browser/policy/auto_enrollment_client.h',
1763 'browser/policy/browser_policy_connector.cc', 1765 'browser/policy/browser_policy_connector.cc',
1764 'browser/policy/browser_policy_connector.h', 1766 'browser/policy/browser_policy_connector.h',
1765 'browser/policy/cloud_policy_cache_base.cc', 1767 'browser/policy/cloud_policy_cache_base.cc',
1766 'browser/policy/cloud_policy_cache_base.h', 1768 'browser/policy/cloud_policy_cache_base.h',
1767 'browser/policy/cloud_policy_controller.cc', 1769 'browser/policy/cloud_policy_controller.cc',
1768 'browser/policy/cloud_policy_controller.h', 1770 'browser/policy/cloud_policy_controller.h',
1769 'browser/policy/cloud_policy_data_store.cc', 1771 'browser/policy/cloud_policy_data_store.cc',
1770 'browser/policy/cloud_policy_data_store.h', 1772 'browser/policy/cloud_policy_data_store.h',
1771 'browser/policy/cloud_policy_provider.cc', 1773 'browser/policy/cloud_policy_provider.cc',
1772 'browser/policy/cloud_policy_provider.h', 1774 'browser/policy/cloud_policy_provider.h',
(...skipping 2310 matching lines...) Expand 10 before | Expand all | Expand 10 after
4083 ['exclude', '^browser/chromeos'], 4085 ['exclude', '^browser/chromeos'],
4084 ['exclude', '^browser/ui/webui/chromeos'], 4086 ['exclude', '^browser/ui/webui/chromeos'],
4085 ['exclude', '^browser/ui/webui/options/chromeos'], 4087 ['exclude', '^browser/ui/webui/options/chromeos'],
4086 ['exclude', 'browser/extensions/extension_input_ime_api.cc'], 4088 ['exclude', 'browser/extensions/extension_input_ime_api.cc'],
4087 ['exclude', 'browser/extensions/extension_input_ime_api.h'], 4089 ['exclude', 'browser/extensions/extension_input_ime_api.h'],
4088 ['exclude', 'browser/extensions/extension_input_method_api.cc'], 4090 ['exclude', 'browser/extensions/extension_input_method_api.cc'],
4089 ['exclude', 'browser/extensions/extension_input_method_api.h'], 4091 ['exclude', 'browser/extensions/extension_input_method_api.h'],
4090 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], 4092 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'],
4091 ['exclude', 'browser/oom_priority_manager.cc'], 4093 ['exclude', 'browser/oom_priority_manager.cc'],
4092 ['exclude', 'browser/oom_priority_manager.h'], 4094 ['exclude', 'browser/oom_priority_manager.h'],
4095 ['exclude', 'browser/policy/auto_enrollment_client.cc'],
4096 ['exclude', 'browser/policy/auto_enrollment_client.h'],
4093 ['exclude', 'browser/policy/device_policy_cache.cc'], 4097 ['exclude', 'browser/policy/device_policy_cache.cc'],
4094 ['exclude', 'browser/policy/device_policy_cache.h'], 4098 ['exclude', 'browser/policy/device_policy_cache.h'],
4095 ['exclude', 'browser/policy/enterprise_install_attributes.cc'], 4099 ['exclude', 'browser/policy/enterprise_install_attributes.cc'],
4096 ['exclude', 'browser/policy/enterprise_install_attributes.h'], 4100 ['exclude', 'browser/policy/enterprise_install_attributes.h'],
4097 ['exclude', 'browser/policy/network_configuration_updater.cc'], 4101 ['exclude', 'browser/policy/network_configuration_updater.cc'],
4098 ['exclude', 'browser/policy/network_configuration_updater.h'], 4102 ['exclude', 'browser/policy/network_configuration_updater.h'],
4099 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'], 4103 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'],
4100 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'], 4104 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'],
4101 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], 4105 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'],
4102 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], 4106 ['exclude', 'browser/renderer_host/offline_resource_handler.h'],
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
5262 'type': 'static_library', 5266 'type': 'static_library',
5263 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5267 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5264 'variables': { 5268 'variables': {
5265 'proto_in_dir': 'browser/history', 5269 'proto_in_dir': 'browser/history',
5266 'proto_out_dir': 'chrome/browser/history', 5270 'proto_out_dir': 'chrome/browser/history',
5267 }, 5271 },
5268 'includes': [ '../build/protoc.gypi' ] 5272 'includes': [ '../build/protoc.gypi' ]
5269 }, 5273 },
5270 ], 5274 ],
5271 } 5275 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/browser_policy_connector.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698