diff options
Diffstat (limited to 'webkit/default_plugin/default_plugin.gyp')
-rw-r--r-- | webkit/default_plugin/default_plugin.gyp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webkit/default_plugin/default_plugin.gyp b/webkit/default_plugin/default_plugin.gyp index dd4ca16..2aeac4e 100644 --- a/webkit/default_plugin/default_plugin.gyp +++ b/webkit/default_plugin/default_plugin.gyp @@ -15,13 +15,14 @@ 'target_name': 'default_plugin', 'type': '<(library)', 'dependencies': [ - '../../third_party/libxml/libxml.gyp:libxml', + '../../net/net.gyp:net_resources', '../../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': [ '../..', |