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

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

Issue 1457883002: Port EMMA Java code coverage build rules to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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") 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
137 "$proto_path/channel_common.proto", 137 "$proto_path/channel_common.proto",
138 "$proto_path/client.proto", 138 "$proto_path/client.proto",
139 "$proto_path/client_protocol.proto", 139 "$proto_path/client_protocol.proto",
140 "$proto_path/java_client.proto", 140 "$proto_path/java_client.proto",
141 "$proto_path/types.proto", 141 "$proto_path/types.proto",
142 ] 142 ]
143 } 143 }
144 144
145 # GYP: //third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation _javalib 145 # GYP: //third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation _javalib
146 android_library("cacheinvalidation_javalib") { 146 android_library("cacheinvalidation_javalib") {
147 emma_never_instrument = true
147 deps = [ 148 deps = [
148 ":cacheinvalidation_proto_java", 149 ":cacheinvalidation_proto_java",
149 "//third_party/android_protobuf:protobuf_nano_javalib", 150 "//third_party/android_protobuf:protobuf_nano_javalib",
150 "//third_party/android_tools:android_gcm_java", 151 "//third_party/android_tools:android_gcm_java",
151 google_play_services_library, 152 google_play_services_library,
152 ] 153 ]
153 154
154 DEPRECATED_java_in_dir = "src/java" 155 DEPRECATED_java_in_dir = "src/java"
155 } 156 }
156 } 157 }
OLDNEW
« build/config/android/rules.gni ('K') | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698