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

Side by Side Diff: build/gn_migration.gypi

Issue 2069803003: Fold //ipc/mojo into //ipc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-deps
Patch Set: rebase Created 4 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/all.gyp ('k') | components/arc/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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 '../content/content_shell_and_tests.gyp:content_perftests', 54 '../content/content_shell_and_tests.gyp:content_perftests',
55 '../content/content_shell_and_tests.gyp:content_unittests', 55 '../content/content_shell_and_tests.gyp:content_unittests',
56 '../crypto/crypto.gyp:crypto_unittests', 56 '../crypto/crypto.gyp:crypto_unittests',
57 '../device/device_tests.gyp:device_unittests', 57 '../device/device_tests.gyp:device_unittests',
58 '../gin/gin.gyp:gin_v8_snapshot_fingerprint', 58 '../gin/gin.gyp:gin_v8_snapshot_fingerprint',
59 '../gpu/gpu.gyp:angle_unittests', 59 '../gpu/gpu.gyp:angle_unittests',
60 '../gpu/gpu.gyp:gl_tests', 60 '../gpu/gpu.gyp:gl_tests',
61 '../gpu/gpu.gyp:gpu_perftests', 61 '../gpu/gpu.gyp:gpu_perftests',
62 '../gpu/gpu.gyp:gpu_unittests', 62 '../gpu/gpu.gyp:gpu_unittests',
63 '../ipc/ipc.gyp:ipc_tests', 63 '../ipc/ipc.gyp:ipc_tests',
64 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
65 '../media/cast/cast.gyp:cast_unittests', 64 '../media/cast/cast.gyp:cast_unittests',
66 '../media/media.gyp:media_perftests', 65 '../media/media.gyp:media_perftests',
67 '../media/media.gyp:media_unittests', 66 '../media/media.gyp:media_unittests',
68 '../media/midi/midi.gyp:midi_unittests', 67 '../media/midi/midi.gyp:midi_unittests',
69 '../net/net.gyp:dump_cache', 68 '../net/net.gyp:dump_cache',
70 '../net/net.gyp:net_perftests', 69 '../net/net.gyp:net_perftests',
71 '../net/net.gyp:net_unittests', 70 '../net/net.gyp:net_unittests',
72 '../printing/printing.gyp:printing_unittests', 71 '../printing/printing.gyp:printing_unittests',
73 '../skia/skia_tests.gyp:skia_unittests', 72 '../skia/skia_tests.gyp:skia_unittests',
74 '../sql/sql.gyp:sql_unittests', 73 '../sql/sql.gyp:sql_unittests',
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 ['OS!="android"', { 641 ['OS!="android"', {
643 'dependencies': [ 642 'dependencies': [
644 '../ipc/ipc.gyp:ipc_tests_run', 643 '../ipc/ipc.gyp:ipc_tests_run',
645 '../ui/base/ui_base_tests.gyp:ui_base_unittests_run', 644 '../ui/base/ui_base_tests.gyp:ui_base_unittests_run',
646 '../ui/gl/gl_tests.gyp:gl_unittests_run', 645 '../ui/gl/gl_tests.gyp:gl_unittests_run',
647 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection _unittests_run', 646 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection _unittests_run',
648 ], 647 ],
649 }], 648 }],
650 ['OS!="android" and OS!="ios" and chromecast==0', { 649 ['OS!="android" and OS!="ios" and chromecast==0', {
651 'dependencies': [ 650 'dependencies': [
652 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests_run',
653 '../mojo/mojo_edk_tests.gyp:mojo_js_unittests_run', 651 '../mojo/mojo_edk_tests.gyp:mojo_js_unittests_run',
654 '../mojo/mojo_edk_tests.gyp:mojo_js_integration_tests_run', 652 '../mojo/mojo_edk_tests.gyp:mojo_js_integration_tests_run',
655 '../mojo/mojo_edk_tests.gyp:mojo_system_unittests_run', 653 '../mojo/mojo_edk_tests.gyp:mojo_system_unittests_run',
656 '../services/shell/shell.gyp:mojo_shell_unittests_run', 654 '../services/shell/shell.gyp:mojo_shell_unittests_run',
657 ], 655 ],
658 }], 656 }],
659 ['use_ash==1', { 657 ['use_ash==1', {
660 'dependencies': [ 658 'dependencies': [
661 '../ash/ash.gyp:ash_unittests_run', 659 '../ash/ash.gyp:ash_unittests_run',
662 ], 660 ],
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 }], 786 }],
789 ['OS=="android" and target_arch != "x64"', { 787 ['OS=="android" and target_arch != "x64"', {
790 'dependencies': [ 788 'dependencies': [
791 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 789 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
792 ], 790 ],
793 }], 791 }],
794 ], 792 ],
795 }, 793 },
796 ] 794 ]
797 } 795 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698