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

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

Issue 365793002: Add lots of GN targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « components/policy/core/common/BUILD.gn ('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',
(...skipping 13 matching lines...) Expand all
24 ], 24 ],
25 'sources': [ 25 'sources': [
26 # Note that these sources are always included, even for builds that 26 # Note that these sources are always included, even for builds that
27 # disable policy. Most source files should go in the conditional 27 # disable policy. Most source files should go in the conditional
28 # sources list below. 28 # sources list below.
29 # url_blacklist_manager.h is used by managed mode. 29 # url_blacklist_manager.h is used by managed mode.
30 'core/browser/url_blacklist_manager.cc', 30 'core/browser/url_blacklist_manager.cc',
31 'core/browser/url_blacklist_manager.h', 31 'core/browser/url_blacklist_manager.h',
32 ], 32 ],
33 'conditions': [ 33 'conditions': [
34 # GN version: //components/policy/core/browser
34 ['configuration_policy==1', { 35 ['configuration_policy==1', {
35 'dependencies': [ 36 'dependencies': [
36 'autofill_core_browser', 37 'autofill_core_browser',
37 'autofill_core_common', 38 'autofill_core_common',
38 'cloud_policy_proto', 39 'cloud_policy_proto',
39 'policy', 40 'policy',
40 ], 41 ],
41 'sources': [ 42 'sources': [
42 'core/browser/autofill_policy_handler.cc', 43 'core/browser/autofill_policy_handler.cc',
43 'core/browser/autofill_policy_handler.h', 44 'core/browser/autofill_policy_handler.h',
(...skipping 12 matching lines...) Expand all
56 'core/browser/managed_bookmarks_tracker.cc', 57 'core/browser/managed_bookmarks_tracker.cc',
57 'core/browser/managed_bookmarks_tracker.h', 58 'core/browser/managed_bookmarks_tracker.h',
58 'core/browser/policy_error_map.cc', 59 'core/browser/policy_error_map.cc',
59 'core/browser/policy_error_map.h', 60 'core/browser/policy_error_map.h',
60 'core/browser/url_blacklist_policy_handler.cc', 61 'core/browser/url_blacklist_policy_handler.cc',
61 'core/browser/url_blacklist_policy_handler.h', 62 'core/browser/url_blacklist_policy_handler.h',
62 ], 63 ],
63 }], 64 }],
64 ], 65 ],
65 } 66 }
OLDNEW
« no previous file with comments | « components/policy/core/common/BUILD.gn ('k') | components/policy/policy_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698