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

Unified Diff: third_party/cacheinvalidation/cacheinvalidation.gyp

Issue 580343002: Add proto_java_library to gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: = Created 6 years, 3 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
« no previous file with comments | « third_party/android_protobuf/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cacheinvalidation/cacheinvalidation.gyp
diff --git a/third_party/cacheinvalidation/cacheinvalidation.gyp b/third_party/cacheinvalidation/cacheinvalidation.gyp
index a92b39a03be9ef0478ab502a48b8b85adcf82777..b48cfdc03403c8240d63d154d8214cb3bd1957d0 100644
--- a/third_party/cacheinvalidation/cacheinvalidation.gyp
+++ b/third_party/cacheinvalidation/cacheinvalidation.gyp
@@ -11,6 +11,7 @@
'targets': [
# The C++ files generated from the cache invalidation protocol buffers.
{
+ # GN: //third_party/cacheinvalidation/src/google/cacheinvalidation:cacheinvalidation_proto_cpp (secondary)
'target_name': 'cacheinvalidation_proto_cpp',
'type': 'static_library',
'variables': {
@@ -55,6 +56,7 @@
# The main cache invalidation library. External clients should depend
# only on this.
{
+ # GN: //third_party/cacheinvalidation (secondary)
'target_name': 'cacheinvalidation',
'type': 'static_library',
'sources': [
@@ -147,6 +149,7 @@
# Unittests for the cache invalidation library.
# TODO(ghc): Write native tests and include them here.
{
+ # GN: //third_party/cacheinvalidation:cacheinvalidation_unittests (secondary)
'target_name': 'cacheinvalidation_unittests',
'type': 'executable',
'sources': [
@@ -175,6 +178,7 @@
['test_isolation_mode != "noop"', {
'targets': [
{
+ # TODO(GN)
'target_name': 'cacheinvalidation_unittests_run',
'type': 'none',
'dependencies': [
@@ -196,6 +200,7 @@
},
'targets': [
{
+ # GN: //third_party/cacheinvalidation:cacheinvalidation_proto_java (secondary)
'target_name': 'cacheinvalidation_proto_java',
'type': 'none',
'variables': {
@@ -214,6 +219,7 @@
'includes': [ '../../build/protoc_java.gypi' ],
},
{
+ # GN: //third_party/cacheinvalidation:cacheinvalidation_javalib (secondary)
'target_name': 'cacheinvalidation_javalib',
'type': 'none',
'dependencies': [
« no previous file with comments | « third_party/android_protobuf/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698