| 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 import("//testing/test.gni") | 5 import("//testing/test.gni") |
| 6 | 6 |
| 7 config("cacheinvalidation_config") { | 7 config("cacheinvalidation_config") { |
| 8 include_dirs = [ | 8 include_dirs = [ |
| 9 "overrides", | 9 "overrides", |
| 10 "src", | 10 "src", |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 android_library("cacheinvalidation_javalib") { | 137 android_library("cacheinvalidation_javalib") { |
| 138 deps = [ | 138 deps = [ |
| 139 ":cacheinvalidation_proto_java", | 139 ":cacheinvalidation_proto_java", |
| 140 "//third_party/android_protobuf:protobuf_nano_javalib", | 140 "//third_party/android_protobuf:protobuf_nano_javalib", |
| 141 "//third_party/android_tools:android_gcm_java", | 141 "//third_party/android_tools:android_gcm_java", |
| 142 ] | 142 ] |
| 143 | 143 |
| 144 DEPRECATED_java_in_dir = "src/java" | 144 DEPRECATED_java_in_dir = "src/java" |
| 145 } | 145 } |
| 146 } | 146 } |
| OLD | NEW |