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

Unified Diff: build/protoc.gypi

Issue 7677034: Update sync protos to use the new shared protoc gyp rules (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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: build/protoc.gypi
diff --git a/build/protoc.gypi b/build/protoc.gypi
index d5df91f094ea4eadc296191eba2604a16c8ea966..555c5be45d29f3e0866eddc6aa996ec6a8a675ad 100644
--- a/build/protoc.gypi
+++ b/build/protoc.gypi
@@ -81,6 +81,11 @@
'<(SHARED_INTERMEDIATE_DIR)/protoc_out',
]
},
+ 'export_dependent_settings': [
+ # The generated headers reference headers within protobuf_lite,
+ # so dependencies must be able to find those headers too.
+ '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite',
+ ],
# This target exports a hard dependency because it generates header
# files.
'hard_dependency': 1,
« no previous file with comments | « no previous file | chrome/browser/sync/protocol/sync_proto.gyp » ('j') | chrome/browser/sync/protocol/sync_proto.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698