diff options
author | jochen@chromium.org <jochen@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-10-19 23:12:06 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-10-19 23:12:06 +0000 |
commit | 323db7daf362001608d91d61e54c4d7949b1afa0 (patch) | |
tree | a6e1c9bfafddf19de10c224690e87ba13e1de50e | |
parent | 2ad0ca76bae25870807e1a6d6effeb10aaaf7275 (diff) | |
download | chromium_src-323db7daf362001608d91d61e54c4d7949b1afa0.zip chromium_src-323db7daf362001608d91d61e54c4d7949b1afa0.tar.gz chromium_src-323db7daf362001608d91d61e54c4d7949b1afa0.tar.bz2 |
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
-rw-r--r-- | third_party/WebKit/Source/web/web_tests.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
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', |