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

Unified Diff: webkit/appcache/webkit_appcache.gypi

Issue 8667009: Work around a bug in gyp triggered by webkit_appcache.gypi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: refactor again so that the mac build doesn't pull in the webkit dependency Created 9 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/webkit_appcache.gypi
diff --git a/webkit/appcache/webkit_appcache.gypi b/webkit/appcache/webkit_appcache.gypi
index fc35bf77c98f6808f99fcccb909d6cef5b8f7a46..f61a8c4f7abbee57d78d56fe12b1336a5828ff70 100644
--- a/webkit/appcache/webkit_appcache.gypi
+++ b/webkit/appcache/webkit_appcache.gypi
@@ -86,15 +86,19 @@
'type': 'static_library',
}, {
'type': '<(component)',
- 'dependencies': [
- '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
- ],
}],
['inside_chromium_build==0', {
'dependencies': [
'<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
],
}],
+ [# TODO(dpranke): Figure out why this doesn't work outside of
+ # a webkit build - this seems to be a bug in the make gyp generator.
+ 'OS!="mac" and inside_chromium_build==1', {
+ 'dependencies': [
+ '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
+ ],
+ }],
],
},
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698