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

Unified Diff: content/content_plugin.gypi

Issue 23583055: webkit: Kill support/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
« no previous file with comments | « content/content_common.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_plugin.gypi
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi
index 7ff4221d15d81dbaec0a145ff1888237534af98a..5ad3b808f3f512271a04293be65024b63961ee01 100644
--- a/content/content_plugin.gypi
+++ b/content/content_plugin.gypi
@@ -7,9 +7,9 @@
['enable_plugins==1', {
'dependencies': [
'../skia/skia.gyp:skia',
- '../third_party/npapi/npapi.gyp:npapi',
'../third_party/WebKit/public/blink.gyp:blink',
- '../webkit/support/webkit_support.gyp:glue',
+ '../third_party/npapi/npapi.gyp:npapi',
+ '../webkit/glue/webkit_glue.gyp:glue',
],
'include_dirs': [
'<(INTERMEDIATE_DIR)',
« no previous file with comments | « content/content_common.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698