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

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: Fix unittest 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
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 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after
1544 'browser/plugin_installer_observer.cc', 1544 'browser/plugin_installer_observer.cc',
1545 'browser/plugin_installer_observer.h', 1545 'browser/plugin_installer_observer.h',
1546 'browser/plugin_observer.cc', 1546 'browser/plugin_observer.cc',
1547 'browser/plugin_observer.h', 1547 'browser/plugin_observer.h',
1548 'browser/plugin_prefs.cc', 1548 'browser/plugin_prefs.cc',
1549 'browser/plugin_prefs.h', 1549 'browser/plugin_prefs.h',
1550 'browser/plugin_prefs_factory.cc', 1550 'browser/plugin_prefs_factory.cc',
1551 'browser/plugin_prefs_factory.h', 1551 'browser/plugin_prefs_factory.h',
1552 'browser/plugin_status_pref_setter.cc', 1552 'browser/plugin_status_pref_setter.cc',
1553 'browser/plugin_status_pref_setter.h', 1553 'browser/plugin_status_pref_setter.h',
1554 'browser/policy/async_policy_loader.cc',
1555 'browser/policy/async_policy_loader.h',
1556 'browser/policy/async_policy_provider.cc',
1557 'browser/policy/async_policy_provider.h',
1554 'browser/policy/asynchronous_policy_loader.cc', 1558 'browser/policy/asynchronous_policy_loader.cc',
1555 'browser/policy/asynchronous_policy_loader.h', 1559 'browser/policy/asynchronous_policy_loader.h',
1556 'browser/policy/asynchronous_policy_provider.cc', 1560 'browser/policy/asynchronous_policy_provider.cc',
1557 'browser/policy/asynchronous_policy_provider.h', 1561 'browser/policy/asynchronous_policy_provider.h',
1558 'browser/policy/app_pack_updater.cc', 1562 'browser/policy/app_pack_updater.cc',
1559 'browser/policy/app_pack_updater.h', 1563 'browser/policy/app_pack_updater.h',
1560 'browser/policy/auto_enrollment_client.cc', 1564 'browser/policy/auto_enrollment_client.cc',
1561 'browser/policy/auto_enrollment_client.h', 1565 'browser/policy/auto_enrollment_client.h',
1562 'browser/policy/browser_policy_connector.cc', 1566 'browser/policy/browser_policy_connector.cc',
1563 'browser/policy/browser_policy_connector.h', 1567 'browser/policy/browser_policy_connector.h',
(...skipping 3582 matching lines...) Expand 10 before | Expand all | Expand 10 after
5146 'browser/metrics/proto/study.proto', 5150 'browser/metrics/proto/study.proto',
5147 ], 5151 ],
5148 'variables': { 5152 'variables': {
5149 'proto_in_dir': 'browser/metrics/proto', 5153 'proto_in_dir': 'browser/metrics/proto',
5150 'proto_out_dir': 'chrome/browser/metrics/proto', 5154 'proto_out_dir': 'chrome/browser/metrics/proto',
5151 }, 5155 },
5152 'includes': [ '../build/protoc.gypi' ] 5156 'includes': [ '../build/protoc.gypi' ]
5153 }, 5157 },
5154 ], 5158 ],
5155 } 5159 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698