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

Side by Side Diff: components/invalidation.gypi

Issue 1648403002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/history.gypi ('k') | components/keyed_service.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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/invalidation/public 8 # GN version: //components/invalidation/public
9 'target_name': 'invalidation_public', 9 'target_name': 'invalidation_public',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 ], 43 ],
44 }, 44 },
45 { 45 {
46 # GN version: //components/invalidation/impl 46 # GN version: //components/invalidation/impl
47 'target_name': 'invalidation_impl', 47 'target_name': 'invalidation_impl',
48 'type': 'static_library', 48 'type': 'static_library',
49 'dependencies': [ 49 'dependencies': [
50 'invalidation_public', 50 'invalidation_public',
51 '../base/base.gyp:base', 51 '../base/base.gyp:base',
52 '../base/base.gyp:base_i18n', 52 '../base/base.gyp:base_i18n',
53 '../base/base.gyp:base_prefs',
54 '../google_apis/google_apis.gyp:google_apis', 53 '../google_apis/google_apis.gyp:google_apis',
55 '../jingle/jingle.gyp:notifier', 54 '../jingle/jingle.gyp:notifier',
56 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 55 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
57 'data_use_measurement_core', 56 'data_use_measurement_core',
58 'gcm_driver', 57 'gcm_driver',
59 'keyed_service_core', 58 'keyed_service_core',
60 'pref_registry', 59 'pref_registry',
60 'prefs/prefs.gyp:prefs',
61 'signin_core_browser', 61 'signin_core_browser',
62 ], 62 ],
63 'export_dependent_settings': [ 63 'export_dependent_settings': [
64 'invalidation_public', 64 'invalidation_public',
65 ], 65 ],
66 'include_dirs': [ 66 'include_dirs': [
67 '..', 67 '..',
68 ], 68 ],
69 'sources': [ 69 'sources': [
70 # Note: sources list duplicated in GN build. 70 # Note: sources list duplicated in GN build.
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'variables': { 245 'variables': {
246 'jni_gen_package': 'components/invalidation', 246 'jni_gen_package': 'components/invalidation',
247 }, 247 },
248 'includes': [ '../build/jni_generator.gypi' ], 248 'includes': [ '../build/jni_generator.gypi' ],
249 }, 249 },
250 ], 250 ],
251 }, 251 },
252 ], 252 ],
253 ], 253 ],
254 } 254 }
OLDNEW
« no previous file with comments | « components/history.gypi ('k') | components/keyed_service.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698