diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-13 17:12:47 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-13 17:12:47 +0000 |
commit | b579372db4dd0d1b29d7ff3aef45a19ba5ea1c29 (patch) | |
tree | 3e9c3539afbd5cb96af547a012fd99ad4f1aecac /webkit/default_plugin/default_plugin.gyp | |
parent | adc0fc28c932ae503d5392577c4d232bc478b8fb (diff) | |
download | chromium_src-b579372db4dd0d1b29d7ff3aef45a19ba5ea1c29.zip chromium_src-b579372db4dd0d1b29d7ff3aef45a19ba5ea1c29.tar.gz chromium_src-b579372db4dd0d1b29d7ff3aef45a19ba5ea1c29.tar.bz2 |
Revert r18354.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/125100
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18355 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/default_plugin/default_plugin.gyp')
-rw-r--r-- | webkit/default_plugin/default_plugin.gyp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/webkit/default_plugin/default_plugin.gyp b/webkit/default_plugin/default_plugin.gyp index 2aeac4e..dd4ca16 100644 --- a/webkit/default_plugin/default_plugin.gyp +++ b/webkit/default_plugin/default_plugin.gyp @@ -15,14 +15,13 @@ 'target_name': 'default_plugin', 'type': '<(library)', 'dependencies': [ - '../../net/net.gyp:net_resources', + '../../third_party/libxml/libxml.gyp:libxml', '../../third_party/icu38/icu38.gyp:icui18n', '../../third_party/icu38/icu38.gyp:icuuc', - '../../third_party/libxml/libxml.gyp:libxml', '../../third_party/npapi/npapi.gyp:npapi', - '../activex_shim/activex_shim.gyp:activex_shim', '../webkit.gyp:webkit_resources', '../webkit.gyp:webkit_strings', + '../../net/net.gyp:net_resources', ], 'include_dirs': [ '../..', |