summaryrefslogtreecommitdiffstats
path: root/build/protoc.gypi
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-19 18:19:52 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-19 18:19:52 +0000
commitf30e11dce0e8a28c3791cc093d3edd6888d406c5 (patch)
treeccb01e4e5b9d53c93c8633543c563915004e3b4f /build/protoc.gypi
parent7ee76d72d43f923d49ea43ec9c9fc30ebc0511d1 (diff)
downloadchromium_src-f30e11dce0e8a28c3791cc093d3edd6888d406c5.zip
chromium_src-f30e11dce0e8a28c3791cc093d3edd6888d406c5.tar.gz
chromium_src-f30e11dce0e8a28c3791cc093d3edd6888d406c5.tar.bz2
Update sync protos to use the new shared protoc gyp rules
Just a refactoring. Review URL: http://codereview.chromium.org/7677034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97484 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/protoc.gypi')
-rw-r--r--build/protoc.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/protoc.gypi b/build/protoc.gypi
index d5df91f..555c5be 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,