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