diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-24 02:54:46 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-24 02:54:46 +0000 |
commit | a356e5cccae3ee3c8cf1505e81e34179fa7f36d5 (patch) | |
tree | 4aaebe7bdef4b0eb02d303f13c44b35bf29e59e6 /content/content_plugin.gypi | |
parent | c67a82cbf39e28a9160158c6f9638bed0c934f6f (diff) | |
download | chromium_src-a356e5cccae3ee3c8cf1505e81e34179fa7f36d5.zip chromium_src-a356e5cccae3ee3c8cf1505e81e34179fa7f36d5.tar.gz chromium_src-a356e5cccae3ee3c8cf1505e81e34179fa7f36d5.tar.bz2 |
webkit: Kill support/ directory.
- Rename webkit_support.gyp to webkit_glue.gyp
- Move it into glue/ directory.
- Remove DEPS and OWNERS file.
BUG=265753
R=darin@chromium.org
Review URL: https://chromiumcodereview.appspot.com/23583055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224864 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_plugin.gypi')
-rw-r--r-- | content/content_plugin.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi index 7ff4221..5ad3b80 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)', |