Commit 71b7554b authored by tfarina's avatar tfarina Committed by Commit bot

List blink tests individually in gn_migration.gypi.

This is necessary because we want to remove the 'blink_tests' target
from Blink (third_party/WebKit).

BUG=483171
TEST=build/gyp_chromium
R=dpranke@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#329739}
parent b34f7e90
...@@ -173,7 +173,10 @@ ...@@ -173,7 +173,10 @@
'../sync/tools/sync_tools.gyp:sync_client', '../sync/tools/sync_tools.gyp:sync_client',
'../sync/tools/sync_tools.gyp:sync_listen_notifications', '../sync/tools/sync_tools.gyp:sync_listen_notifications',
'../testing/gmock.gyp:gmock_main', '../testing/gmock.gyp:gmock_main',
'../third_party/WebKit/public/all.gyp:blink_tests', '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_heap_unittests',
'../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_platform_unittests',
'../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests',
'../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
'../third_party/codesighs/codesighs.gyp:codesighs', '../third_party/codesighs/codesighs.gyp:codesighs',
'../third_party/codesighs/codesighs.gyp:maptsvdifftool', '../third_party/codesighs/codesighs.gyp:maptsvdifftool',
...@@ -276,8 +279,6 @@ ...@@ -276,8 +279,6 @@
'../ui/ozone/ozone.gyp:ozone', '../ui/ozone/ozone.gyp:ozone',
], ],
}], }],
['use_x11==1', { ['use_x11==1', {
'dependencies': [ 'dependencies': [
'../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
...@@ -313,6 +314,10 @@ ...@@ -313,6 +314,10 @@
'../content/content_shell_and_tests.gyp:content_shell_apk', '../content/content_shell_and_tests.gyp:content_shell_apk',
'../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_heap_unittests_apk',
'../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_platform_unittests_apk',
'../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_apk',
'../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_apk',
# TODO(GYP): Are these needed, or will they be pulled in automatically? # TODO(GYP): Are these needed, or will they be pulled in automatically?
#"//third_party/android_tools:android_gcm_java", #"//third_party/android_tools:android_gcm_java",
#"//third_party/android_tools:uiautomator_java", #"//third_party/android_tools:uiautomator_java",
......
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