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

Unified Diff: content/content_ppapi_plugin.gypi

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
Index: content/content_ppapi_plugin.gypi
diff --git a/content/content_ppapi_plugin.gypi b/content/content_ppapi_plugin.gypi
index 60107db351b680ddf310de304698167cc6e2703d..0379f4f2ae86a44ede12fa138c11f6df490d7e7d 100644
--- a/content/content_ppapi_plugin.gypi
+++ b/content/content_ppapi_plugin.gypi
@@ -11,6 +11,7 @@
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/ui.gyp:ui',
+ '../third_party/WebKit/public/blink.gyp:blink',
],
'sources': [
'ppapi_plugin/broker_process_dispatcher.cc',

Powered by Google App Engine
This is Rietveld 408576698