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

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

Issue 1000793002: [Android] Incorporate findbugs into android builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address cjhopman's comment + rebase Created 5 years, 9 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 # GN: //third_party/cacheinvalidation:cacheinvalidation_javalib (secon dary) 221 # GN: //third_party/cacheinvalidation:cacheinvalidation_javalib (secon dary)
222 'target_name': 'cacheinvalidation_javalib', 222 'target_name': 'cacheinvalidation_javalib',
223 'type': 'none', 223 'type': 'none',
224 'dependencies': [ 224 'dependencies': [
225 '../../third_party/android_tools/android_tools.gyp:android_gcm', 225 '../../third_party/android_tools/android_tools.gyp:android_gcm',
226 'cacheinvalidation_proto_java', 226 'cacheinvalidation_proto_java',
227 ], 227 ],
228 'variables': { 228 'variables': {
229 'java_in_dir': '../../build/android/empty', 229 'java_in_dir': '../../build/android/empty',
230 'additional_src_dirs': [ 'src/java/' ], 230 'additional_src_dirs': [ 'src/java/' ],
231 'run_findbugs': 0,
231 }, 232 },
232 'includes': [ '../../build/java.gypi' ], 233 'includes': [ '../../build/java.gypi' ],
233 }, 234 },
234 ], 235 ],
235 }], 236 }],
236 ], 237 ],
237 } 238 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698