diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-01 14:47:55 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-01 14:47:55 +0000 |
commit | bdd2d420304d257937e311f17dedca61c06711f4 (patch) | |
tree | 3678ff1cf7617c32c78af549f4abb0bf28fa1b47 /content/content_plugin.gypi | |
parent | c2454884f0878d17ed8096edb22cfaf3209c22ac (diff) | |
download | chromium_src-bdd2d420304d257937e311f17dedca61c06711f4.zip chromium_src-bdd2d420304d257937e311f17dedca61c06711f4.tar.gz chromium_src-bdd2d420304d257937e311f17dedca61c06711f4.tar.bz2 |
Move the rest of webkit/glue into content/child
One more step towards removing src/webkit/
BUG=265753
TEST=content_shell and content_unittests
R=jochen@chromium.org,jam@chromium.org
TBR=darin
Review URL: https://codereview.chromium.org/151023002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248367 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_plugin.gypi')
-rw-r--r-- | content/content_plugin.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi index 5ad3b80..09d8959 100644 --- a/content/content_plugin.gypi +++ b/content/content_plugin.gypi @@ -9,7 +9,6 @@ '../skia/skia.gyp:skia', '../third_party/WebKit/public/blink.gyp:blink', '../third_party/npapi/npapi.gyp:npapi', - '../webkit/glue/webkit_glue.gyp:glue', ], 'include_dirs': [ '<(INTERMEDIATE_DIR)', |