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

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

Issue 1653693002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: iOS fix Created 4 years, 10 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 | « components/metrics.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',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../net/net.gyp:net', 9 '../net/net.gyp:net',
11 '../ui/base/ui_base.gyp:ui_base', 10 '../ui/base/ui_base.gyp:ui_base',
12 '../url/url.gyp:url_lib', 11 '../url/url.gyp:url_lib',
13 'bookmarks_browser', 12 'bookmarks_browser',
14 'bookmarks_managed', 13 'bookmarks_managed',
15 'components_strings.gyp:components_strings', 14 'components_strings.gyp:components_strings',
16 'keyed_service_core', 15 'keyed_service_core',
17 'pref_registry', 16 'pref_registry',
17 'prefs/prefs.gyp:prefs',
18 'url_matcher', 18 'url_matcher',
19 ], 19 ],
20 'defines': [ 20 'defines': [
21 'POLICY_COMPONENT_IMPLEMENTATION', 21 'POLICY_COMPONENT_IMPLEMENTATION',
22 ], 22 ],
23 'include_dirs': [ 23 'include_dirs': [
24 '..', 24 '..',
25 ], 25 ],
26 'sources': [ 26 'sources': [
27 # Note that these sources are always included, even for builds that 27 # Note that these sources are always included, even for builds that
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'core/browser/android/component_jni_registrar.h', 75 'core/browser/android/component_jni_registrar.h',
76 'core/browser/android/policy_converter.cc', 76 'core/browser/android/policy_converter.cc',
77 'core/browser/android/policy_converter.h', 77 'core/browser/android/policy_converter.h',
78 ], 78 ],
79 'dependencies': [ 'policy_jni_headers' ] 79 'dependencies': [ 'policy_jni_headers' ]
80 }] 80 }]
81 ] 81 ]
82 }], 82 }],
83 ], 83 ],
84 } 84 }
OLDNEW
« no previous file with comments | « components/metrics.gypi ('k') | components/policy/policy_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698