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

Unified Diff: webkit/common/webkit_common.gyp

Issue 189713002: Declare dependency on blink_headers in targets that use blink headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« ppapi/ppapi_proxy_nacl.gyp ('K') | « ppapi/ppapi_proxy_nacl.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/webkit_common.gyp
diff --git a/webkit/common/webkit_common.gyp b/webkit/common/webkit_common.gyp
index 33eec7ca4e8bdc6ce072a0024b0da63d3b8791f2..bab726ce38631194559f9fe65af9c103b6cbd8c3 100644
--- a/webkit/common/webkit_common.gyp
+++ b/webkit/common/webkit_common.gyp
@@ -26,6 +26,10 @@
'<(DEPTH)/ui/ui.gyp:ui',
'<(DEPTH)/url/url.gyp:url_lib',
'<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources',
+ '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_headers',
+ ],
+ 'export_dependent_settings': [
+ '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_headers',
],
'include_dirs': [
« ppapi/ppapi_proxy_nacl.gyp ('K') | « ppapi/ppapi_proxy_nacl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698