| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |