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

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: fix bad merge of export_dependent_settings block in content_browser.gypi 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 55a77f32919a704258f1c31da7930094a4c67551..578ffd08873a7da8e214698461b2d24626f74b73 100644
--- a/content/content_ppapi_plugin.gypi
+++ b/content/content_ppapi_plugin.gypi
@@ -11,6 +11,7 @@
'../ui/base/ui_base.gyp:ui_base',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
+ '../third_party/WebKit/public/blink.gyp:blink',
],
'sources': [
'ppapi_plugin/broker_process_dispatcher.cc',

Powered by Google App Engine
This is Rietveld 408576698