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

Side by Side Diff: build/gn_migration.gypi

Issue 1784643002: Mojo C++ bindings: remove the utility/ folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@13_1_remove_thread_dep
Patch Set: Created 4 years, 9 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/all.gyp ('k') | mojo/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 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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', # TODO(GYP) crbug.com/471920 278 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', # TODO(GYP) crbug.com/471920
279 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 279 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
280 '../google_apis/gcm/gcm.gyp:mcs_probe', 280 '../google_apis/gcm/gcm.gyp:mcs_probe',
281 '../google_apis/google_apis.gyp:google_apis_unittests', 281 '../google_apis/google_apis.gyp:google_apis_unittests',
282 '../jingle/jingle.gyp:jingle_unittests', 282 '../jingle/jingle.gyp:jingle_unittests',
283 '../mojo/mojo.gyp:mojo', 283 '../mojo/mojo.gyp:mojo',
284 '../mojo/mojo_edk_tests.gyp:mojo_system_unittests', 284 '../mojo/mojo_edk_tests.gyp:mojo_system_unittests',
285 '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests', 285 '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
286 '../mojo/mojo_edk_tests.gyp:mojo_public_system_perftests', 286 '../mojo/mojo_edk_tests.gyp:mojo_public_system_perftests',
287 '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests', 287 '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests',
288 '../mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests',
289 '../net/net.gyp:crash_cache', 288 '../net/net.gyp:crash_cache',
290 '../net/net.gyp:crl_set_dump', 289 '../net/net.gyp:crl_set_dump',
291 '../net/net.gyp:dns_fuzz_stub', 290 '../net/net.gyp:dns_fuzz_stub',
292 '../net/net.gyp:gdig', 291 '../net/net.gyp:gdig',
293 '../net/net.gyp:get_server_time', 292 '../net/net.gyp:get_server_time',
294 '../net/net.gyp:hpack_example_generator', 293 '../net/net.gyp:hpack_example_generator',
295 '../net/net.gyp:hpack_fuzz_mutator', 294 '../net/net.gyp:hpack_fuzz_mutator',
296 '../net/net.gyp:hpack_fuzz_wrapper', 295 '../net/net.gyp:hpack_fuzz_wrapper',
297 '../net/net.gyp:net_watcher', # TODO(GYP): This should be condition al on use_v8_in_net 296 '../net/net.gyp:net_watcher', # TODO(GYP): This should be condition al on use_v8_in_net
298 '../net/net.gyp:run_testserver', 297 '../net/net.gyp:run_testserver',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 '../extensions/extensions_tests.gyp:extensions_unittests_run', 558 '../extensions/extensions_tests.gyp:extensions_unittests_run',
560 '../google_apis/gcm/gcm.gyp:gcm_unit_tests_run', 559 '../google_apis/gcm/gcm.gyp:gcm_unit_tests_run',
561 '../google_apis/google_apis.gyp:google_apis_unittests_run', 560 '../google_apis/google_apis.gyp:google_apis_unittests_run',
562 '../gpu/gpu.gyp:gpu_unittests_run', 561 '../gpu/gpu.gyp:gpu_unittests_run',
563 '../media/blink/media_blink.gyp:media_blink_unittests_run', 562 '../media/blink/media_blink.gyp:media_blink_unittests_run',
564 '../media/cast/cast.gyp:cast_unittests_run', 563 '../media/cast/cast.gyp:cast_unittests_run',
565 '../media/media.gyp:media_unittests_run', 564 '../media/media.gyp:media_unittests_run',
566 '../media/midi/midi.gyp:midi_unittests_run', 565 '../media/midi/midi.gyp:midi_unittests_run',
567 '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests_run', 566 '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests_run',
568 '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests_run', 567 '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests_run',
569 '../mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests_run',
570 '../net/net.gyp:net_unittests_run', 568 '../net/net.gyp:net_unittests_run',
571 '../ppapi/ppapi_internal.gyp:ppapi_unittests_run', 569 '../ppapi/ppapi_internal.gyp:ppapi_unittests_run',
572 '../printing/printing.gyp:printing_unittests_run', 570 '../printing/printing.gyp:printing_unittests_run',
573 '../remoting/remoting.gyp:remoting_unittests_run', 571 '../remoting/remoting.gyp:remoting_unittests_run',
574 '../skia/skia_tests.gyp:skia_unittests_run', 572 '../skia/skia_tests.gyp:skia_unittests_run',
575 '../sql/sql.gyp:sql_unittests_run', 573 '../sql/sql.gyp:sql_unittests_run',
576 '../sync/sync.gyp:sync_unit_tests_run', 574 '../sync/sync.gyp:sync_unit_tests_run',
577 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests_run', 575 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests_run',
578 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests_run', 576 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests_run',
579 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ru n', 577 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ru n',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 }], 777 }],
780 ['OS=="android" and target_arch != "x64"', { 778 ['OS=="android" and target_arch != "x64"', {
781 'dependencies': [ 779 'dependencies': [
782 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 780 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
783 ], 781 ],
784 }], 782 }],
785 ], 783 ],
786 }, 784 },
787 ] 785 ]
788 } 786 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698