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

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

Issue 284493002: Fix policy_component shared_library link without configuration_policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Put policy_pref_names.cc in two separate sources list Created 6 years, 7 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/chrome_process_finder.gypi ('k') | components/policy/policy_common.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 2014 The Chromium Authors. All rights reserved. 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 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/base.gyp:base_prefs', 8 '../base/base.gyp:base_prefs',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
11 '../ui/base/ui_base.gyp:ui_base', 11 '../ui/base/ui_base.gyp:ui_base',
12 '../url/url.gyp:url_lib', 12 '../url/url.gyp:url_lib',
13 'components_strings.gyp:components_strings', 13 'components_strings.gyp:components_strings',
14 'url_matcher',
14 'user_prefs', 15 'user_prefs',
15 ], 16 ],
16 'defines': [ 17 'defines': [
17 'POLICY_COMPONENT_IMPLEMENTATION', 18 'POLICY_COMPONENT_IMPLEMENTATION',
18 ], 19 ],
19 'include_dirs': [ 20 'include_dirs': [
20 '..', 21 '..',
21 ], 22 ],
22 'sources': [ 23 'sources': [
23 # Note that these sources are always included, even for builds that 24 # Note that these sources are always included, even for builds that
24 # disable policy. Most source files should go in the conditional 25 # disable policy. Most source files should go in the conditional
25 # sources list below. 26 # sources list below.
26 # url_blacklist_manager.h is used by managed mode. 27 # url_blacklist_manager.h is used by managed mode.
27 'core/browser/url_blacklist_manager.cc', 28 'core/browser/url_blacklist_manager.cc',
28 'core/browser/url_blacklist_manager.h', 29 'core/browser/url_blacklist_manager.h',
29 ], 30 ],
30 'conditions': [ 31 'conditions': [
31 ['configuration_policy==1', { 32 ['configuration_policy==1', {
32 'dependencies': [ 33 'dependencies': [
33 'autofill_core_browser', 34 'autofill_core_browser',
34 'autofill_core_common', 35 'autofill_core_common',
35 'cloud_policy_proto', 36 'cloud_policy_proto',
36 'policy', 37 'policy',
37 'url_matcher',
38 ], 38 ],
39 'sources': [ 39 'sources': [
40 'core/browser/autofill_policy_handler.cc', 40 'core/browser/autofill_policy_handler.cc',
41 'core/browser/autofill_policy_handler.h', 41 'core/browser/autofill_policy_handler.h',
42 'core/browser/browser_policy_connector.cc', 42 'core/browser/browser_policy_connector.cc',
43 'core/browser/browser_policy_connector.h', 43 'core/browser/browser_policy_connector.h',
44 'core/browser/browser_policy_connector_ios.h', 44 'core/browser/browser_policy_connector_ios.h',
45 'core/browser/browser_policy_connector_ios.mm', 45 'core/browser/browser_policy_connector_ios.mm',
46 'core/browser/cloud/message_util.cc', 46 'core/browser/cloud/message_util.cc',
47 'core/browser/cloud/message_util.h', 47 'core/browser/cloud/message_util.h',
48 'core/browser/configuration_policy_handler.cc', 48 'core/browser/configuration_policy_handler.cc',
49 'core/browser/configuration_policy_handler.h', 49 'core/browser/configuration_policy_handler.h',
50 'core/browser/configuration_policy_handler_list.cc', 50 'core/browser/configuration_policy_handler_list.cc',
51 'core/browser/configuration_policy_handler_list.h', 51 'core/browser/configuration_policy_handler_list.h',
52 'core/browser/configuration_policy_pref_store.cc', 52 'core/browser/configuration_policy_pref_store.cc',
53 'core/browser/configuration_policy_pref_store.h', 53 'core/browser/configuration_policy_pref_store.h',
54 'core/browser/policy_error_map.cc', 54 'core/browser/policy_error_map.cc',
55 'core/browser/policy_error_map.h', 55 'core/browser/policy_error_map.h',
56 'core/browser/url_blacklist_policy_handler.cc', 56 'core/browser/url_blacklist_policy_handler.cc',
57 'core/browser/url_blacklist_policy_handler.h', 57 'core/browser/url_blacklist_policy_handler.h',
58 ], 58 ],
59 }], 59 }],
60 ], 60 ],
61 } 61 }
OLDNEW
« no previous file with comments | « chrome/chrome_process_finder.gypi ('k') | components/policy/policy_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698