| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index b47450c036017acc125c077b108312bc449e5060..deabfdd1f1f22b77609f964c096c4fa8a0457e93 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -39,6 +39,7 @@
|
| '../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': [
|
| '..',
|
| @@ -286,7 +287,6 @@
|
| 'content_shell_lib',
|
| 'content_shell_pak',
|
| '../third_party/mesa/mesa.gyp:osmesa',
|
| - '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:TestRunner_resources',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|