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

Unified Diff: third_party/cacheinvalidation/cacheinvalidation.gyp

Issue 513293002: Roll cacheinvalidation DEPS to r339 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nano-protobuf
Patch Set: Roll to 339 Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/cacheinvalidation/cacheinvalidation.gyp
diff --git a/third_party/cacheinvalidation/cacheinvalidation.gyp b/third_party/cacheinvalidation/cacheinvalidation.gyp
index 568f40220de31664af7163ef110d278335e155ae..fcd83682bab0daae04769e69c0e778e37b5212c5 100644
--- a/third_party/cacheinvalidation/cacheinvalidation.gyp
+++ b/third_party/cacheinvalidation/cacheinvalidation.gyp
@@ -40,7 +40,7 @@
},
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
- # channel_common.proto contains definition of ANDROID constant which on
+ # channel_common.proto contains definition of ANDROID constant which on
# android build conflicts with compiler option -DANDROID. Remove protos
# from android build.
'conditions': [
@@ -199,13 +199,13 @@
'target_name': 'cacheinvalidation_proto_java',
'type': 'none',
'variables': {
+ 'proto_runtime': 'nano',
'proto_in_dir': '../../third_party/cacheinvalidation/src/proto',
},
'sources': [
'<(proto_in_dir)/android_channel.proto',
'<(proto_in_dir)/android_listener.proto',
'<(proto_in_dir)/android_service.proto',
- '<(proto_in_dir)/android_state.proto',
'<(proto_in_dir)/channel_common.proto',
'<(proto_in_dir)/client.proto',
'<(proto_in_dir)/client_protocol.proto',
@@ -215,25 +215,11 @@
'includes': [ '../../build/protoc_java.gypi' ],
},
{
- 'target_name': 'cacheinvalidation_example_proto_java',
- 'type': 'none',
- 'variables': {
- 'cacheinvalidation_in_dir': '../../third_party/cacheinvalidation/src',
- 'proto_in_dir' : '<(cacheinvalidation_in_dir)/java/com/google/ipc/invalidation/examples/android2',
- },
- 'sources': [
- '<(proto_in_dir)/example_listener.proto',
- ],
- 'includes': [ '../../build/protoc_java.gypi' ],
- },
- {
'target_name': 'cacheinvalidation_javalib',
'type': 'none',
'dependencies': [
'../../third_party/android_tools/android_tools.gyp:android_gcm',
'../../third_party/guava/guava.gyp:guava_javalib',
- 'cacheinvalidation_aidl_javalib',
- 'cacheinvalidation_example_proto_java',
'cacheinvalidation_proto_java',
],
'variables': {
@@ -242,20 +228,6 @@
},
'includes': [ '../../build/java.gypi' ],
},
- {
- 'target_name': 'cacheinvalidation_aidl_javalib',
- 'type': 'none',
- 'variables': {
- # TODO(shashishekhar): aidl_interface_file should be made optional.
- 'aidl_interface_file':'<(android_sdk)/framework.aidl'
- },
- 'sources': [
- 'src/java/com/google/ipc/invalidation/external/client/android/service/InvalidationService.aidl',
- 'src/java/com/google/ipc/invalidation/external/client/android/service/ListenerService.aidl',
- 'src/java/com/google/ipc/invalidation/testing/android/InvalidationTest.aidl',
- ],
- 'includes': [ '../../build/java_aidl.gypi' ],
- },
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698