Chromium Code Reviews| Index: content/content_shell.gypi |
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
| index 35e792841d7fee3fc9c3ff44cd99898927da5e41..be5de01a172da4fe546a5abb1ae3bc593d0952d2 100644 |
| --- a/content/content_shell.gypi |
| +++ b/content/content_shell.gypi |
| @@ -52,9 +52,9 @@ |
| '../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', |
| + '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
|
jam
2013/05/07 23:18:10
nit: order
|
| + '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit_test_support', |
| + '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:TestRunner', |
| ], |
| 'include_dirs': [ |
| '..', |