From 323db7daf362001608d91d61e54c4d7949b1afa0 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Sat, 19 Oct 2013 23:12:06 +0000 Subject: Switch from temporary content tests gyp target to final target TBR=jam@chromium.org BUG=247431 Review URL: https://codereview.chromium.org/30773002 git-svn-id: svn://svn.chromium.org/blink/trunk@160021 bbb929c8-8fbe-4397-9dbb-9b2b20218538 --- third_party/WebKit/Source/web/web_tests.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/WebKit/Source/web/web_tests.gyp b/third_party/WebKit/Source/web/web_tests.gyp index 898315f..7ca15d1 100644 --- a/third_party/WebKit/Source/web/web_tests.gyp +++ b/third_party/WebKit/Source/web/web_tests.gyp @@ -55,7 +55,7 @@ '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', '<(DEPTH)/url/url.gyp:url_lib', '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', - '<(DEPTH)/content/content_shell_and_tests.gyp:content_webkit_unit_test_support_tmp', + '<(DEPTH)/content/content_shell_and_tests.gyp:content_webkit_unit_test_support', ], 'sources': [ '../web/tests/RunAllTests.cpp', -- cgit v1.1