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

Side by Side Diff: build/secondary/third_party/cacheinvalidation/BUILD.gn

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 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")
6
5 config("cacheinvalidation_config") { 7 config("cacheinvalidation_config") {
6 include_dirs = [ 8 include_dirs = [
7 "overrides", 9 "overrides",
8 "src", 10 "src",
9 ] 11 ]
10 } 12 }
11 13
12 static_library("cacheinvalidation") { 14 static_library("cacheinvalidation") {
13 sources = [ 15 sources = [
14 "overrides/google/cacheinvalidation/deps/callback.h", 16 "overrides/google/cacheinvalidation/deps/callback.h",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 android_library("cacheinvalidation_javalib") { 137 android_library("cacheinvalidation_javalib") {
136 deps = [ 138 deps = [
137 ":cacheinvalidation_proto_java", 139 ":cacheinvalidation_proto_java",
138 "//third_party/android_protobuf:protobuf_nano_javalib", 140 "//third_party/android_protobuf:protobuf_nano_javalib",
139 "//third_party/android_tools:android_gcm_java", 141 "//third_party/android_tools:android_gcm_java",
140 ] 142 ]
141 143
142 DEPRECATED_java_in_dir = "src/java" 144 DEPRECATED_java_in_dir = "src/java"
143 } 145 }
144 } 146 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698