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

Side by Side Diff: third_party/cacheinvalidation/cacheinvalidation.gyp

Issue 573733004: Roll cacheinvalidation DEPS to r341 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-navigation-controller
Patch Set: Rebased Created 6 years, 3 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 6 'variables': {
7 # This library should build cleanly with the extra warnings turned on 7 # This library should build cleanly with the extra warnings turned on
8 # for Chromium. 8 # for Chromium.
9 'chromium_code': 1, 9 'chromium_code': 1,
10 }, 10 },
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 '<(proto_in_dir)/java_client.proto', 211 '<(proto_in_dir)/java_client.proto',
212 '<(proto_in_dir)/types.proto', 212 '<(proto_in_dir)/types.proto',
213 ], 213 ],
214 'includes': [ '../../build/protoc_java.gypi' ], 214 'includes': [ '../../build/protoc_java.gypi' ],
215 }, 215 },
216 { 216 {
217 'target_name': 'cacheinvalidation_javalib', 217 'target_name': 'cacheinvalidation_javalib',
218 'type': 'none', 218 'type': 'none',
219 'dependencies': [ 219 'dependencies': [
220 '../../third_party/android_tools/android_tools.gyp:android_gcm', 220 '../../third_party/android_tools/android_tools.gyp:android_gcm',
221 '../../third_party/guava/guava.gyp:guava_javalib',
222 'cacheinvalidation_proto_java', 221 'cacheinvalidation_proto_java',
223 ], 222 ],
224 'variables': { 223 'variables': {
225 'java_in_dir': '../../build/android/empty', 224 'java_in_dir': '../../build/android/empty',
226 'additional_src_dirs': [ 'src/java/' ], 225 'additional_src_dirs': [ 'src/java/' ],
227 }, 226 },
228 'includes': [ '../../build/java.gypi' ], 227 'includes': [ '../../build/java.gypi' ],
229 }, 228 },
230 ], 229 ],
231 }], 230 }],
232 ], 231 ],
233 } 232 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698