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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10448118: Add the AsyncPolicyProvider and AsyncPolicyLoader (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/policy/async_policy_provider_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 # 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 1537 matching lines...) Expand 10 before | Expand all | Expand 10 after
1548 'browser/plugin_installer_observer.cc', 1548 'browser/plugin_installer_observer.cc',
1549 'browser/plugin_installer_observer.h', 1549 'browser/plugin_installer_observer.h',
1550 'browser/plugin_observer.cc', 1550 'browser/plugin_observer.cc',
1551 'browser/plugin_observer.h', 1551 'browser/plugin_observer.h',
1552 'browser/plugin_prefs.cc', 1552 'browser/plugin_prefs.cc',
1553 'browser/plugin_prefs.h', 1553 'browser/plugin_prefs.h',
1554 'browser/plugin_prefs_factory.cc', 1554 'browser/plugin_prefs_factory.cc',
1555 'browser/plugin_prefs_factory.h', 1555 'browser/plugin_prefs_factory.h',
1556 'browser/plugin_status_pref_setter.cc', 1556 'browser/plugin_status_pref_setter.cc',
1557 'browser/plugin_status_pref_setter.h', 1557 'browser/plugin_status_pref_setter.h',
1558 'browser/policy/async_policy_loader.cc',
1559 'browser/policy/async_policy_loader.h',
1560 'browser/policy/async_policy_provider.cc',
1561 'browser/policy/async_policy_provider.h',
1558 'browser/policy/asynchronous_policy_loader.cc', 1562 'browser/policy/asynchronous_policy_loader.cc',
1559 'browser/policy/asynchronous_policy_loader.h', 1563 'browser/policy/asynchronous_policy_loader.h',
1560 'browser/policy/asynchronous_policy_provider.cc', 1564 'browser/policy/asynchronous_policy_provider.cc',
1561 'browser/policy/asynchronous_policy_provider.h', 1565 'browser/policy/asynchronous_policy_provider.h',
1562 'browser/policy/app_pack_updater.cc', 1566 'browser/policy/app_pack_updater.cc',
1563 'browser/policy/app_pack_updater.h', 1567 'browser/policy/app_pack_updater.h',
1564 'browser/policy/auto_enrollment_client.cc', 1568 'browser/policy/auto_enrollment_client.cc',
1565 'browser/policy/auto_enrollment_client.h', 1569 'browser/policy/auto_enrollment_client.h',
1566 'browser/policy/browser_policy_connector.cc', 1570 'browser/policy/browser_policy_connector.cc',
1567 'browser/policy/browser_policy_connector.h', 1571 'browser/policy/browser_policy_connector.h',
(...skipping 3603 matching lines...) Expand 10 before | Expand all | Expand 10 after
5171 'browser/metrics/proto/study.proto', 5175 'browser/metrics/proto/study.proto',
5172 ], 5176 ],
5173 'variables': { 5177 'variables': {
5174 'proto_in_dir': 'browser/metrics/proto', 5178 'proto_in_dir': 'browser/metrics/proto',
5175 'proto_out_dir': 'chrome/browser/metrics/proto', 5179 'proto_out_dir': 'chrome/browser/metrics/proto',
5176 }, 5180 },
5177 'includes': [ '../build/protoc.gypi' ] 5181 'includes': [ '../build/protoc.gypi' ]
5178 }, 5182 },
5179 ], 5183 ],
5180 } 5184 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/async_policy_provider_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698