Commit 2050fe19 authored by tfarina@chromium.org's avatar tfarina@chromium.org

Add blink_test_support target.

This target will replace the current blink_web_test_support target. But
we need to add it first, then change Chromium to use, just after that we
will be able to remove blink_web_test_support from blink.gyp.

In fact webkit_test_support after this three side change lands,
webkit_test_support will actually be renamed to blink_web_test_support.

BUG=None
TEST=content_unittests, blink_tests
R=abarth@chromium.org

Review URL: https://codereview.chromium.org/180743011

git-svn-id: svn://svn.chromium.org/blink/trunk@168315 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 1a1de944
......@@ -61,7 +61,7 @@
],
},
{
'target_name': 'blink_web_test_support',
'target_name': 'blink_test_support',
'type': 'none',
'dependencies': [
'../Source/web/web.gyp:webkit_test_support',
......@@ -70,5 +70,15 @@
'../Source/web/web.gyp:webkit_test_support',
],
},
{
'target_name': 'blink_web_test_support',
'type': 'none',
'dependencies': [
'blink_test_support',
],
'export_dependent_settings': [
'blink_test_support',
],
},
],
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment