Created
February 22, 2012 23:50
-
-
Save KushalP/1888466 to your computer and use it in GitHub Desktop.
The build that failed!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/third_party/cacheinvalidation/cacheinvalidation.gyp b/third_party/cacheinvalidation/cacheinvalidation.gyp | |
index 819b9cc..061c4cc 100644 | |
--- a/third_party/cacheinvalidation/cacheinvalidation.gyp | |
+++ b/third_party/cacheinvalidation/cacheinvalidation.gyp | |
@@ -117,9 +117,6 @@ | |
'../../base/base.gyp:base', | |
'cacheinvalidation_proto', | |
], | |
- # This target exports a hard dependency because its include files | |
- # include generated header files from cache_invalidation_proto_cpp. | |
- 'hard_dependency': 1, | |
'direct_dependent_settings': { | |
'include_dirs': [ | |
'./overrides', | |
@@ -128,6 +125,7 @@ | |
}, | |
'export_dependent_settings': [ | |
'../../base/base.gyp:base', | |
+ 'cacheinvalidation_proto', | |
], | |
}, | |
# Unittests for the cache invalidation library. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment