diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-07 01:18:58 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-07 01:18:58 +0000 |
commit | cc6e701be963178587b1e6edab1c74ec025ad9c0 (patch) | |
tree | eb2b7fbfa27c75edfa563adf10f93ba855575c38 /chrome/chrome_common.gypi | |
parent | d8e0a0c7cd72ceeb3ae0675018856cf66c70e1f2 (diff) | |
download | chromium_src-cc6e701be963178587b1e6edab1c74ec025ad9c0.zip chromium_src-cc6e701be963178587b1e6edab1c74ec025ad9c0.tar.gz chromium_src-cc6e701be963178587b1e6edab1c74ec025ad9c0.tar.bz2 |
Move default_plugin out of webkit.
BUG=48419
Review URL: http://codereview.chromium.org/2803035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51681 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 08c643a..8e3830c 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -125,6 +125,7 @@ 'chrome_strings', 'common_constants', 'common_net', + 'default_plugin/default_plugin.gyp:default_plugin', 'theme_resources', '../app/app.gyp:app_base', '../app/app.gyp:app_resources', @@ -141,7 +142,6 @@ '../third_party/sqlite/sqlite.gyp:sqlite', '../third_party/zlib/zlib.gyp:zlib', '../third_party/npapi/npapi.gyp:npapi', - '../webkit/default_plugin/default_plugin.gyp:default_plugin', '../webkit/support/webkit_support.gyp:appcache', '../webkit/support/webkit_support.gyp:glue', ], |