Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Side by Side Diff: build/gn_migration.gypi

Issue 1129653004: List blink tests individually in gn_migration.gypi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file defines five targets that we are using to track the progress of the 5 # This file defines five targets that we are using to track the progress of the
6 # GYP->GN migration: 6 # GYP->GN migration:
7 # 7 #
8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should 8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should
9 # match the 'both_gn_and_gyp' target in //BUILD.gn. 9 # match the 'both_gn_and_gyp' target in //BUILD.gn.
10 # 10 #
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 '../skia/skia_tests.gyp:skia_unittests', 166 '../skia/skia_tests.gyp:skia_unittests',
167 '../skia/skia.gyp:filter_fuzz_stub', 167 '../skia/skia.gyp:filter_fuzz_stub',
168 '../skia/skia.gyp:image_operations_bench', 168 '../skia/skia.gyp:image_operations_bench',
169 '../sql/sql.gyp:sql_unittests', 169 '../sql/sql.gyp:sql_unittests',
170 '../sync/sync.gyp:run_sync_testserver', 170 '../sync/sync.gyp:run_sync_testserver',
171 '../sync/sync.gyp:sync_endtoend_tests', 171 '../sync/sync.gyp:sync_endtoend_tests',
172 '../sync/sync.gyp:sync_unit_tests', 172 '../sync/sync.gyp:sync_unit_tests',
173 '../sync/tools/sync_tools.gyp:sync_client', 173 '../sync/tools/sync_tools.gyp:sync_client',
174 '../sync/tools/sync_tools.gyp:sync_listen_notifications', 174 '../sync/tools/sync_tools.gyp:sync_listen_notifications',
175 '../testing/gmock.gyp:gmock_main', 175 '../testing/gmock.gyp:gmock_main',
176 '../third_party/WebKit/public/all.gyp:blink_tests', 176 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_he ap_unittests',
177 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_pl atform_unittests',
178 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests',
179 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests',
177 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 180 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
178 '../third_party/codesighs/codesighs.gyp:codesighs', 181 '../third_party/codesighs/codesighs.gyp:codesighs',
179 '../third_party/codesighs/codesighs.gyp:maptsvdifftool', 182 '../third_party/codesighs/codesighs.gyp:maptsvdifftool',
180 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests', 183 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
181 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts', 184 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts',
182 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests', 185 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests',
183 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests', 186 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests',
184 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests', 187 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
185 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittest s', 188 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittest s',
186 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests', 189 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 '../ui/aura/aura.gyp:aura_unittests', 272 '../ui/aura/aura.gyp:aura_unittests',
270 '../ui/keyboard/keyboard.gyp:keyboard_unittests', 273 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
271 '../ui/wm/wm.gyp:wm_unittests', 274 '../ui/wm/wm.gyp:wm_unittests',
272 ], 275 ],
273 }], 276 }],
274 ['use_ozone==1', { 277 ['use_ozone==1', {
275 'dependencies': [ 278 'dependencies': [
276 '../ui/ozone/ozone.gyp:ozone', 279 '../ui/ozone/ozone.gyp:ozone',
277 ], 280 ],
278 }], 281 }],
279
280
281 ['use_x11==1', { 282 ['use_x11==1', {
282 'dependencies': [ 283 'dependencies': [
283 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 284 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
284 ], 285 ],
285 'conditions': [ 286 'conditions': [
286 ['target_arch!="arm"', { 287 ['target_arch!="arm"', {
287 'dependencies': [ 288 'dependencies': [
288 '../gpu/tools/tools.gyp:compositor_model_bench', 289 '../gpu/tools/tools.gyp:compositor_model_bench',
289 ], 290 ],
290 }], 291 }],
(...skipping 15 matching lines...) Expand all
306 #"//components/policy:policy_component_test_support", 307 #"//components/policy:policy_component_test_support",
307 #"//components/policy:test_support", 308 #"//components/policy:test_support",
308 #"//components/rappor:test_support", 309 #"//components/rappor:test_support",
309 #"//components/signin/core/browser:test_support", 310 #"//components/signin/core/browser:test_support",
310 #"//components/sync_driver:test_support", 311 #"//components/sync_driver:test_support",
311 #"//components/user_manager", 312 #"//components/user_manager",
312 #"//components/wallpaper", 313 #"//components/wallpaper",
313 314
314 '../content/content_shell_and_tests.gyp:content_shell_apk', 315 '../content/content_shell_and_tests.gyp:content_shell_apk',
315 316
317 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests_apk',
318 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests_apk',
319 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ap k',
320 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_apk',
316 # TODO(GYP): Are these needed, or will they be pulled in automatical ly? 321 # TODO(GYP): Are these needed, or will they be pulled in automatical ly?
317 #"//third_party/android_tools:android_gcm_java", 322 #"//third_party/android_tools:android_gcm_java",
318 #"//third_party/android_tools:uiautomator_java", 323 #"//third_party/android_tools:uiautomator_java",
319 #"//third_party/android_tools:android_support_v13_java", 324 #"//third_party/android_tools:android_support_v13_java",
320 #"//third_party/android_tools:android_support_v7_appcompat_java", 325 #"//third_party/android_tools:android_support_v7_appcompat_java",
321 #"//third_party/android_tools:android_support_v7_mediarouter_java", 326 #"//third_party/android_tools:android_support_v7_mediarouter_java",
322 #"//third_party/mesa", 327 #"//third_party/mesa",
323 #"//third_party/mockito:mockito_java", 328 #"//third_party/mockito:mockito_java",
324 #"//third_party/openmax_dl/dl", 329 #"//third_party/openmax_dl/dl",
325 #"//third_party/speex", 330 #"//third_party/speex",
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 'dependencies': [ 674 'dependencies': [
670 # TODO(GYP): All of these targets need to be ported over. 675 # TODO(GYP): All of these targets need to be ported over.
671 '../components/components.gyp:policy_win64', 676 '../components/components.gyp:policy_win64',
672 ] 677 ]
673 }], 678 }],
674 ], 679 ],
675 }, 680 },
676 ] 681 ]
677 } 682 }
678 683
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698