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

Side by Side Diff: build/gn_migration.gypi

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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/get_landmines.py ('k') | build/gyp_chromium » ('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 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 '../jingle/jingle.gyp:jingle_unittests', 101 '../jingle/jingle.gyp:jingle_unittests',
102 '../media/media.gyp:ffmpeg_regression_tests', # TODO(GYP) this should b e conditional on media_use_ffmpeg 102 '../media/media.gyp:ffmpeg_regression_tests', # TODO(GYP) this should b e conditional on media_use_ffmpeg
103 '../media/media.gyp:media_perftests', 103 '../media/media.gyp:media_perftests',
104 '../media/media.gyp:media_unittests', 104 '../media/media.gyp:media_unittests',
105 '../media/midi/midi.gyp:midi_unittests', 105 '../media/midi/midi.gyp:midi_unittests',
106 '../media/cast/cast.gyp:cast_benchmarks', 106 '../media/cast/cast.gyp:cast_benchmarks',
107 '../media/cast/cast.gyp:cast_unittests', 107 '../media/cast/cast.gyp:cast_unittests',
108 '../media/cast/cast.gyp:generate_barcode_video', 108 '../media/cast/cast.gyp:generate_barcode_video',
109 '../media/cast/cast.gyp:generate_timecode_audio', 109 '../media/cast/cast.gyp:generate_timecode_audio',
110 '../mojo/mojo.gyp:mojo', 110 '../mojo/mojo.gyp:mojo',
111 '../mojo/mojo_base.gyp:mojo_application_chromium', 111 '../mojo/mojo_base.gyp:mojo_application_base',
112 '../mojo/mojo_base.gyp:mojo_common_unittests', 112 '../mojo/mojo_base.gyp:mojo_common_unittests',
113 '../net/net.gyp:crash_cache', 113 '../net/net.gyp:crash_cache',
114 '../net/net.gyp:crl_set_dump', 114 '../net/net.gyp:crl_set_dump',
115 '../net/net.gyp:dns_fuzz_stub', 115 '../net/net.gyp:dns_fuzz_stub',
116 '../net/net.gyp:dump_cache', 116 '../net/net.gyp:dump_cache',
117 '../net/net.gyp:gdig', 117 '../net/net.gyp:gdig',
118 '../net/net.gyp:get_server_time', 118 '../net/net.gyp:get_server_time',
119 '../net/net.gyp:hpack_example_generator', 119 '../net/net.gyp:hpack_example_generator',
120 '../net/net.gyp:hpack_fuzz_mutator', 120 '../net/net.gyp:hpack_fuzz_mutator',
121 '../net/net.gyp:hpack_fuzz_wrapper', 121 '../net/net.gyp:hpack_fuzz_wrapper',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 '../ppapi/ppapi_internal.gyp:ppapi_tests', 161 '../ppapi/ppapi_internal.gyp:ppapi_tests',
162 '../ppapi/ppapi_internal.gyp:ppapi_perftests', 162 '../ppapi/ppapi_internal.gyp:ppapi_perftests',
163 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 163 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
164 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma', 164 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma',
165 '../printing/printing.gyp:printing_unittests', 165 '../printing/printing.gyp:printing_unittests',
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',
172 '../sync/sync.gyp:sync_unit_tests', 171 '../sync/sync.gyp:sync_unit_tests',
173 '../sync/tools/sync_tools.gyp:sync_client', 172 '../sync/tools/sync_tools.gyp:sync_client',
174 '../sync/tools/sync_tools.gyp:sync_listen_notifications', 173 '../sync/tools/sync_tools.gyp:sync_listen_notifications',
175 '../testing/gmock.gyp:gmock_main', 174 '../testing/gmock.gyp:gmock_main',
176 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_he ap_unittests', 175 '../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', 176 '../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', 177 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests',
179 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests', 178 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests',
180 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 179 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
181 '../third_party/codesighs/codesighs.gyp:codesighs', 180 '../third_party/codesighs/codesighs.gyp:codesighs',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 ['enable_mdns==1', { 233 ['enable_mdns==1', {
235 'dependencies': [ 234 'dependencies': [
236 '../chrome/chrome.gyp:service_discovery_sniffer', 235 '../chrome/chrome.gyp:service_discovery_sniffer',
237 ] 236 ]
238 }], 237 }],
239 ['remoting==1', { 238 ['remoting==1', {
240 'dependencies': [ 239 'dependencies': [
241 '../remoting/remoting_all.gyp:remoting_all', 240 '../remoting/remoting_all.gyp:remoting_all',
242 ], 241 ],
243 }], 242 }],
244 ['remoting==1 and chromeos==0', { 243 ['remoting==1 and chromeos==0 and use_x11==1', {
245 'dependencies': [ 244 'dependencies': [
246 '../remoting/remoting.gyp:remoting_me2me_host', 245 '../remoting/remoting.gyp:remoting_me2me_host',
247 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host', 246 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
248 ], 247 ],
249 }], 248 }],
250 ['toolkit_views==1', { 249 ['toolkit_views==1', {
251 'dependencies': [ 250 'dependencies': [
252 '../ui/app_list/app_list.gyp:app_list_demo', 251 '../ui/app_list/app_list.gyp:app_list_demo',
253 '../ui/views/views.gyp:views_unittests', 252 '../ui/views/views.gyp:views_unittests',
254 ], 253 ],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 '../gpu/tools/tools.gyp:compositor_model_bench', 288 '../gpu/tools/tools.gyp:compositor_model_bench',
290 ], 289 ],
291 }], 290 }],
292 ], 291 ],
293 }], 292 }],
294 ['OS=="android"', { 293 ['OS=="android"', {
295 'dependencies': [ 294 'dependencies': [
296 '../base/base.gyp:chromium_android_linker', 295 '../base/base.gyp:chromium_android_linker',
297 '../breakpad/breakpad.gyp:dump_syms', 296 '../breakpad/breakpad.gyp:dump_syms',
298 '../build/android/rezip.gyp:rezip_apk_jar', 297 '../build/android/rezip.gyp:rezip_apk_jar',
298 '../chrome/chrome.gyp:chrome_public_apk',
299 '../chrome/chrome.gyp:chrome_public_test_apk',
299 '../chrome/chrome.gyp:chrome_shell_apk', 300 '../chrome/chrome.gyp:chrome_shell_apk',
300 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', 301 '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
301 #"//clank" TODO(GYP) - conditional somehow? 302 #"//clank" TODO(GYP) - conditional somehow?
302 '../tools/imagediff/image_diff.gyp:image_diff#host', 303 '../tools/imagediff/image_diff.gyp:image_diff#host',
303 '../tools/telemetry/telemetry.gyp:bitmaptools#host', 304 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
304 305
305 # TODO(GYP): Remove these when the components_unittests work. 306 # TODO(GYP): Remove these when the components_unittests work.
306 #"//components/history/core/test:test", 307 #"//components/history/core/test:test",
307 #"//components/policy:policy_component_test_support", 308 #"//components/policy:policy_component_test_support",
308 #"//components/policy:test_support", 309 #"//components/policy:test_support",
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 610
610 # TODO(GYP): in progress - see tfarina. 611 # TODO(GYP): in progress - see tfarina.
611 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', 612 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
612 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 613 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
613 ], 614 ],
614 }], 615 }],
615 ['OS=="win"', { 616 ['OS=="win"', {
616 'dependencies': [ 617 'dependencies': [
617 # TODO(GYP): All of these targets still need to be converted. 618 # TODO(GYP): All of these targets still need to be converted.
618 '../base/base.gyp:debug_message', 619 '../base/base.gyp:debug_message',
619 '../chrome/chrome.gyp:app_installer',
620 '../chrome/chrome.gyp:app_installer_unittests',
621 '../chrome/chrome.gyp:app_shim', 620 '../chrome/chrome.gyp:app_shim',
622 '../chrome/chrome.gyp:gcapi_dll', 621 '../chrome/chrome.gyp:gcapi_dll',
623 '../chrome/chrome.gyp:gcapi_test', 622 '../chrome/chrome.gyp:gcapi_test',
624 '../chrome/chrome.gyp:installer_util_unittests', 623 '../chrome/chrome.gyp:installer_util_unittests',
625 '../chrome/chrome.gyp:pack_policy_templates', 624 '../chrome/chrome.gyp:pack_policy_templates',
626 '../chrome/chrome.gyp:sb_sigutil', 625 '../chrome/chrome.gyp:sb_sigutil',
627 '../chrome/chrome.gyp:setup', 626 '../chrome/chrome.gyp:setup',
628 '../chrome/chrome.gyp:setup_unittests', 627 '../chrome/chrome.gyp:setup_unittests',
629 '../chrome/installer/mini_installer.gyp:mini_installer', 628 '../chrome/installer/mini_installer.gyp:mini_installer',
630 '../chrome/tools/crash_service/caps/caps.gyp:caps', 629 '../chrome/tools/crash_service/caps/caps.gyp:caps',
631 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device', 630 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device',
632 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device_unitte sts', 631 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device_unitte sts',
633 '../cloud_print/service/service.gyp:cloud_print_service', 632 '../cloud_print/service/service.gyp:cloud_print_service',
634 '../cloud_print/service/service.gyp:cloud_print_service_config', 633 '../cloud_print/service/service.gyp:cloud_print_service_config',
635 '../cloud_print/service/service.gyp:cloud_print_service_setup', 634 '../cloud_print/service/service.gyp:cloud_print_service_setup',
636 '../cloud_print/virtual_driver/win/install/virtual_driver_install.gy p:virtual_driver_setup', 635 '../cloud_print/virtual_driver/win/install/virtual_driver_install.gy p:virtual_driver_setup',
637 '../cloud_print/virtual_driver/win/virtual_driver.gyp:gcp_portmon', 636 '../cloud_print/virtual_driver/win/virtual_driver.gyp:gcp_portmon',
637 '../components/test_runner/test_runner.gyp:layout_test_helper',
638 '../content/content_shell_and_tests.gyp:content_shell_crash_service' , 638 '../content/content_shell_and_tests.gyp:content_shell_crash_service' ,
639 '../content/content_shell_and_tests.gyp:layout_test_helper',
640 '../gpu/gpu.gyp:angle_end2end_tests', 639 '../gpu/gpu.gyp:angle_end2end_tests',
641 '../gpu/gpu.gyp:angle_perftests', 640 '../gpu/gpu.gyp:angle_perftests',
642 '../net/net.gyp:net_docs', 641 '../net/net.gyp:net_docs',
643 '../ppapi/ppapi_internal.gyp:ppapi_perftests', 642 '../ppapi/ppapi_internal.gyp:ppapi_perftests',
644 '../remoting/app_remoting_test.gyp:ar_sample_test_driver', 643 '../remoting/app_remoting_test.gyp:ar_sample_test_driver',
645 '../remoting/remoting.gyp:remoting_breakpad_tester', 644 '../remoting/remoting.gyp:remoting_breakpad_tester',
646 '../remoting/remoting.gyp:remoting_console', 645 '../remoting/remoting.gyp:remoting_console',
647 '../remoting/remoting.gyp:remoting_desktop', 646 '../remoting/remoting.gyp:remoting_desktop',
648 '../rlz/rlz.gyp:rlz', 647 '../rlz/rlz.gyp:rlz',
649 '../tools/win/static_initializers/static_initializers.gyp:static_ini tializers', 648 '../tools/win/static_initializers/static_initializers.gyp:static_ini tializers',
(...skipping 24 matching lines...) Expand all
674 'dependencies': [ 673 'dependencies': [
675 # TODO(GYP): All of these targets need to be ported over. 674 # TODO(GYP): All of these targets need to be ported over.
676 '../components/components.gyp:policy_win64', 675 '../components/components.gyp:policy_win64',
677 ] 676 ]
678 }], 677 }],
679 ], 678 ],
680 }, 679 },
681 ] 680 ]
682 } 681 }
683 682
OLDNEW
« no previous file with comments | « build/get_landmines.py ('k') | build/gyp_chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698