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

Side by Side Diff: components/invalidation.gypi

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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
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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 ], 200 ],
201 'conditions': [ 201 'conditions': [
202 ['OS == "android"', { 202 ['OS == "android"', {
203 'targets': [ 203 'targets': [
204 { 204 {
205 'target_name': 'invalidation_java', 205 'target_name': 'invalidation_java',
206 'type': 'none', 206 'type': 'none',
207 'dependencies': [ 207 'dependencies': [
208 'invalidation_proto_java', 208 'invalidation_proto_java',
209 '../base/base.gyp:base', 209 '../base/base.gyp:base',
210 '../sync/sync.gyp:sync_java', 210 '../components/sync.gyp:sync_java',
211 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib', 211 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib',
212 ], 212 ],
213 'variables': { 213 'variables': {
214 'java_in_dir': 'invalidation/impl/android/java', 214 'java_in_dir': 'invalidation/impl/android/java',
215 }, 215 },
216 'includes': [ '../build/java.gypi' ], 216 'includes': [ '../build/java.gypi' ],
217 }, 217 },
218 { 218 {
219 'target_name': 'invalidation_proto_java', 219 'target_name': 'invalidation_proto_java',
220 'type': 'none', 220 'type': 'none',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 ], 260 ],
261 'wrapper_script_name': 'helper/<(_target_name)', 261 'wrapper_script_name': 'helper/<(_target_name)',
262 }, 262 },
263 'includes': [ '../build/host_jar.gypi' ], 263 'includes': [ '../build/host_jar.gypi' ],
264 }, 264 },
265 ], 265 ],
266 }, 266 },
267 ], 267 ],
268 ], 268 ],
269 } 269 }
OLDNEW
« no previous file with comments | « components/history/core/test/fake_web_history_service.cc ('k') | components/invalidation/impl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698