diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-09 03:48:07 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-09 03:48:07 +0000 |
commit | 7327029fef0f7468b9d243ec9d57716fc410b6df (patch) | |
tree | c5b7009a7dd9e34258d101882302cfc6e924399f /content/content_plugin.gypi | |
parent | 26e039478869e5883d86c6e7714ed19a78330d95 (diff) | |
download | chromium_src-7327029fef0f7468b9d243ec9d57716fc410b6df.zip chromium_src-7327029fef0f7468b9d243ec9d57716fc410b6df.tar.gz chromium_src-7327029fef0f7468b9d243ec9d57716fc410b6df.tar.bz2 |
Get rid of webkit/plugins/plugin_constants.* and move them to content/public/common/content_constants. This allows us to delete webkit_plugins.gyp and webkit/plugins.
BUG=265753
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/22723004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216553 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 37095ea..7ff4221 100644 --- a/content/content_plugin.gypi +++ b/content/content_plugin.gypi @@ -9,7 +9,6 @@ '../skia/skia.gyp:skia', '../third_party/npapi/npapi.gyp:npapi', '../third_party/WebKit/public/blink.gyp:blink', - '../webkit/plugins/webkit_plugins.gyp:plugins_common', '../webkit/support/webkit_support.gyp:glue', ], 'include_dirs': [ |