| OLD | NEW |
| 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 Loading... |
| 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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 673 'dependencies': [ | 673 'dependencies': [ |
| 674 # TODO(GYP): All of these targets need to be ported over. | 674 # TODO(GYP): All of these targets need to be ported over. |
| 675 '../components/components.gyp:policy_win64', | 675 '../components/components.gyp:policy_win64', |
| 676 ] | 676 ] |
| 677 }], | 677 }], |
| 678 ], | 678 ], |
| 679 }, | 679 }, |
| 680 ] | 680 ] |
| 681 } | 681 } |
| 682 | 682 |
| OLD | NEW |