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

Side by Side Diff: build/gn_migration.gypi

Issue 1041363002: Add a stub implementation of khronos_glcts_test to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_gyp_only
Patch Set: merge to #322930 Created 5 years, 8 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 | « BUILD.gn ('k') | gpu/khronos_glcts_support/BUILD.gn » ('j') | 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 three targets that we are using to 5 # This file defines three targets that we are using to
6 # track the progress of the GYP->GN migration: 6 # track the progress of the GYP->GN migration:
7 # 7 #
8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then 8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then
9 # run 'ninja', the second ninja invocation should do nothing. This 9 # run 'ninja', the second ninja invocation should do nothing. This
10 # indicates that everything built by a ninja build is in fact 10 # indicates that everything built by a ninja build is in fact
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 '../gin/gin.gyp:gin_v8_snapshot_fingerprint', 88 '../gin/gin.gyp:gin_v8_snapshot_fingerprint',
89 '../gin/gin.gyp:gin_shell', 89 '../gin/gin.gyp:gin_shell',
90 '../gin/gin.gyp:gin_unittests', 90 '../gin/gin.gyp:gin_unittests',
91 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 91 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
92 '../google_apis/gcm/gcm.gyp:mcs_probe', 92 '../google_apis/gcm/gcm.gyp:mcs_probe',
93 '../google_apis/google_apis.gyp:google_apis_unittests', 93 '../google_apis/google_apis.gyp:google_apis_unittests',
94 '../gpu/gpu.gyp:angle_unittests', 94 '../gpu/gpu.gyp:angle_unittests',
95 '../gpu/gpu.gyp:gl_tests', 95 '../gpu/gpu.gyp:gl_tests',
96 '../gpu/gpu.gyp:gpu_perftests', 96 '../gpu/gpu.gyp:gpu_perftests',
97 '../gpu/gpu.gyp:gpu_unittests', 97 '../gpu/gpu.gyp:gpu_unittests',
98 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_test' , # TODO(GYP) crbug.com/471903 to make this complete.
98 '../ipc/ipc.gyp:ipc_perftests', 99 '../ipc/ipc.gyp:ipc_perftests',
99 '../ipc/ipc.gyp:ipc_tests', 100 '../ipc/ipc.gyp:ipc_tests',
100 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', 101 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
101 '../jingle/jingle.gyp:jingle_unittests', 102 '../jingle/jingle.gyp:jingle_unittests',
102 '../media/media.gyp:ffmpeg_regression_tests', # TODO(GYP) this should b e conditional on media_use_ffmpeg 103 '../media/media.gyp:ffmpeg_regression_tests', # TODO(GYP) this should b e conditional on media_use_ffmpeg
103 '../media/media.gyp:media_perftests', 104 '../media/media.gyp:media_perftests',
104 '../media/media.gyp:media_unittests', 105 '../media/media.gyp:media_unittests',
105 '../media/cast/cast.gyp:cast_benchmarks', 106 '../media/cast/cast.gyp:cast_benchmarks',
106 '../media/cast/cast.gyp:cast_unittests', 107 '../media/cast/cast.gyp:cast_unittests',
107 '../media/cast/cast.gyp:generate_barcode_video', 108 '../media/cast/cast.gyp:generate_barcode_video',
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 ], 408 ],
408 }, 409 },
409 { 410 {
410 'target_name': 'gyp_remaining', 411 'target_name': 'gyp_remaining',
411 'type': 'none', 412 'type': 'none',
412 'conditions': [ 413 'conditions': [
413 ['OS=="linux"', { 414 ['OS=="linux"', {
414 'dependencies': [ 415 'dependencies': [
415 '../chrome/chrome.gyp:performance_browser_tests', 416 '../chrome/chrome.gyp:performance_browser_tests',
416 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 417 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
417 '../gpu/gpu.gyp:gl_tests', 418 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', # crbug.com/471920
418 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 419 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', # crbug.com/471920
419 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
420 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est',
421 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', 420 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
422 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 421 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
423 422
424 # TODO(GYP) - list all of the examples explicitly. 423 # TODO(GYP) - list all of the examples explicitly.
425 '../ppapi/ppapi_internal.gyp:*', 424 '../ppapi/ppapi_internal.gyp:*',
426 ], 425 ],
427 'conditions': [ 426 'conditions': [
428 ['disable_nacl==0 and disable_nacl_untrusted==0', { 427 ['disable_nacl==0 and disable_nacl_untrusted==0', {
429 'dependencies': [ 428 'dependencies': [
430 '../components/nacl.gyp:nacl_loader_unittests', 429 '../components/nacl.gyp:nacl_loader_unittests',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 'chromium_builder_perf', 497 'chromium_builder_perf',
499 'chromium_builder_tests', 498 'chromium_builder_tests',
500 'chromium_builder_webrtc', 499 'chromium_builder_webrtc',
501 'chromium_gpu_builder', 500 'chromium_gpu_builder',
502 'chromium_gpu_debug_builder', 501 'chromium_gpu_debug_builder',
503 ], 502 ],
504 }, 503 },
505 ] 504 ]
506 } 505 }
507 506
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | gpu/khronos_glcts_support/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698