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-Original-Commit-Position: refs/heads/master@{#329739}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 71b7554b14c1ef97e8d4c487ab357b5dcef891dc
This commit is contained in:
tfarina 2015-05-13 15:43:19 -07:00 коммит произвёл Commit bot
Родитель a1e4aa24fc
Коммит 717fc189e8
1 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -173,7 +173,10 @@
'../sync/tools/sync_tools.gyp:sync_client',
'../sync/tools/sync_tools.gyp:sync_listen_notifications',
'../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/codesighs/codesighs.gyp:codesighs',
'../third_party/codesighs/codesighs.gyp:maptsvdifftool',
@ -276,8 +279,6 @@
'../ui/ozone/ozone.gyp:ozone',
],
}],
['use_x11==1', {
'dependencies': [
'../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
@ -313,6 +314,10 @@
'../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?
#"//third_party/android_tools:android_gcm_java",
#"//third_party/android_tools:uiautomator_java",