| Index: webkit/support/webkit_support.gypi
|
| ===================================================================
|
| --- webkit/support/webkit_support.gypi (revision 87744)
|
| +++ webkit/support/webkit_support.gypi (working copy)
|
| @@ -12,10 +12,11 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '<(DEPTH)/base/base.gyp:base',
|
| - '<(DEPTH)/ui/ui.gyp:ui_gfx',
|
| '<(DEPTH)/media/media.gyp:media',
|
| + '<(DEPTH)/net/net.gyp:net',
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| '<(DEPTH)/testing/gtest.gyp:gtest',
|
| + '<(DEPTH)/ui/ui.gyp:ui_gfx',
|
| 'appcache',
|
| 'blob',
|
| 'database',
|
| @@ -76,6 +77,7 @@
|
| 'dependencies': [
|
| '<(DEPTH)/base/base.gyp:base',
|
| '<(DEPTH)/crypto/crypto.gyp:crypto',
|
| + '<(DEPTH)/net/net.gyp:net',
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| '<(DEPTH)/ui/ui.gyp:ui_base',
|
| 'glue',
|
|
|