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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9911029: Refactored the CloudPolicyProvider so that it becomes initialized once and stays initialized. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased 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
« no previous file with comments | « chrome/browser/policy/user_policy_disk_cache.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 { 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 1579 matching lines...) Expand 10 before | Expand all | Expand 10 after
1590 'browser/policy/cloud_policy_cache_base.cc', 1590 'browser/policy/cloud_policy_cache_base.cc',
1591 'browser/policy/cloud_policy_cache_base.h', 1591 'browser/policy/cloud_policy_cache_base.h',
1592 'browser/policy/cloud_policy_constants.cc', 1592 'browser/policy/cloud_policy_constants.cc',
1593 'browser/policy/cloud_policy_constants.h', 1593 'browser/policy/cloud_policy_constants.h',
1594 'browser/policy/cloud_policy_controller.cc', 1594 'browser/policy/cloud_policy_controller.cc',
1595 'browser/policy/cloud_policy_controller.h', 1595 'browser/policy/cloud_policy_controller.h',
1596 'browser/policy/cloud_policy_data_store.cc', 1596 'browser/policy/cloud_policy_data_store.cc',
1597 'browser/policy/cloud_policy_data_store.h', 1597 'browser/policy/cloud_policy_data_store.h',
1598 'browser/policy/cloud_policy_provider.cc', 1598 'browser/policy/cloud_policy_provider.cc',
1599 'browser/policy/cloud_policy_provider.h', 1599 'browser/policy/cloud_policy_provider.h',
1600 'browser/policy/cloud_policy_provider_impl.cc',
1601 'browser/policy/cloud_policy_provider_impl.h',
1602 'browser/policy/cloud_policy_subsystem.cc', 1600 'browser/policy/cloud_policy_subsystem.cc',
1603 'browser/policy/cloud_policy_subsystem.h', 1601 'browser/policy/cloud_policy_subsystem.h',
1604 'browser/policy/config_dir_policy_provider.cc', 1602 'browser/policy/config_dir_policy_provider.cc',
1605 'browser/policy/config_dir_policy_provider.h', 1603 'browser/policy/config_dir_policy_provider.h',
1606 'browser/policy/configuration_policy_handler.cc', 1604 'browser/policy/configuration_policy_handler.cc',
1607 'browser/policy/configuration_policy_handler.h', 1605 'browser/policy/configuration_policy_handler.h',
1608 'browser/policy/configuration_policy_handler_chromeos.cc', 1606 'browser/policy/configuration_policy_handler_chromeos.cc',
1609 'browser/policy/configuration_policy_handler_chromeos.h', 1607 'browser/policy/configuration_policy_handler_chromeos.h',
1610 'browser/policy/configuration_policy_handler_list.cc', 1608 'browser/policy/configuration_policy_handler_list.cc',
1611 'browser/policy/configuration_policy_handler_list.h', 1609 'browser/policy/configuration_policy_handler_list.h',
(...skipping 3675 matching lines...) Expand 10 before | Expand all | Expand 10 after
5287 'variables': { 5285 'variables': {
5288 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5286 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5289 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5287 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5290 }, 5288 },
5291 'includes': ['../build/protoc.gypi'], 5289 'includes': ['../build/protoc.gypi'],
5292 }], 5290 }],
5293 ], 5291 ],
5294 }, 5292 },
5295 ], 5293 ],
5296 } 5294 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/user_policy_disk_cache.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698