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

Side by Side Diff: components/policy/policy_browser.gypi

Issue 124393003: Break dependency of chrome.gyp:common on content.gyp:content_browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix header macro Created 6 years, 11 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
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'dependencies': [
7 '../base/base.gyp:base',
8 '../base/base.gyp:base_prefs',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../net/net.gyp:net',
11 '../ui/ui.gyp:ui',
12 '../url/url.gyp:url_lib',
13 'component_strings.gyp:component_strings',
14 'user_prefs',
15 ],
16 'defines': [
17 'POLICY_COMPONENT_IMPLEMENTATION',
18 ],
19 'include_dirs': [
20 '..',
21 ],
22 'sources': [
23 # Note that these sources are always included, even for builds that
24 # disable policy. Most source files should go in the conditional
25 # sources list below.
26 # url_blacklist_manager.h is used by managed mode.
27 'core/browser/url_blacklist_manager.cc',
28 'core/browser/url_blacklist_manager.h',
29 ],
30 'conditions': [
31 ['configuration_policy==1', {
32 'dependencies': [
33 'cloud_policy_proto',
34 'url_matcher',
35 ],
36 'sources': [
37 'core/browser/cloud/message_util.cc',
38 'core/browser/cloud/message_util.h',
39 'core/browser/configuration_policy_handler.cc',
40 'core/browser/configuration_policy_handler.h',
41 'core/browser/configuration_policy_handler_list.cc',
42 'core/browser/configuration_policy_handler_list.h',
43 'core/browser/configuration_policy_pref_store.cc',
44 'core/browser/configuration_policy_pref_store.h',
45 'core/browser/policy_error_map.cc',
46 'core/browser/policy_error_map.h',
47 ],
48 }],
49 ],
50 }
OLDNEW
« no previous file with comments | « components/policy/core/common/url_blacklist_manager.cc ('k') | components/policy/policy_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698