| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index 35e792841d7fee3fc9c3ff44cd99898927da5e41..53edbd8017d1347d0bc85f901316b39991388f01 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -47,14 +47,14 @@
|
| '../net/net.gyp:net',
|
| '../net/net.gyp:net_resources',
|
| '../skia/skia.gyp:skia',
|
| + '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| + '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit_test_support',
|
| + '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:TestRunner',
|
| '../ui/gl/gl.gyp:gl',
|
| '../ui/ui.gyp:ui',
|
| '../v8/tools/gyp/v8.gyp:v8',
|
| '../webkit/support/webkit_support.gyp:webkit_resources',
|
| '../webkit/support/webkit_support.gyp:webkit_support',
|
| - '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| - '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_test_support',
|
| - '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:TestRunner',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|