OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |