| 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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 '../third_party/codesighs/codesighs.gyp:nm2tsv', | 420 '../third_party/codesighs/codesighs.gyp:nm2tsv', |
| 421 ], | 421 ], |
| 422 }], | 422 }], |
| 423 ['OS=="linux"', { | 423 ['OS=="linux"', { |
| 424 'dependencies': [ | 424 'dependencies': [ |
| 425 '../dbus/dbus.gyp:dbus_test_server', | 425 '../dbus/dbus.gyp:dbus_test_server', |
| 426 '../dbus/dbus.gyp:dbus_unittests', | 426 '../dbus/dbus.gyp:dbus_unittests', |
| 427 '../media/cast/cast.gyp:cast_testing_tools', | 427 '../media/cast/cast.gyp:cast_testing_tools', |
| 428 '../media/cast/cast.gyp:tap_proxy', | 428 '../media/cast/cast.gyp:tap_proxy', |
| 429 '../net/net.gyp:disk_cache_memory_test', | 429 '../net/net.gyp:disk_cache_memory_test', |
| 430 '../net/net.gyp:flip_in_mem_edsm_server', | |
| 431 '../net/net.gyp:flip_in_mem_edsm_server_unittests', | |
| 432 '../net/net.gyp:epoll_quic_client', | 430 '../net/net.gyp:epoll_quic_client', |
| 433 '../net/net.gyp:epoll_quic_server', | 431 '../net/net.gyp:epoll_quic_server', |
| 434 '../net/net.gyp:hpack_example_generator', | 432 '../net/net.gyp:hpack_example_generator', |
| 435 '../net/net.gyp:hpack_fuzz_mutator', | 433 '../net/net.gyp:hpack_fuzz_mutator', |
| 436 '../net/net.gyp:hpack_fuzz_wrapper', | 434 '../net/net.gyp:hpack_fuzz_wrapper', |
| 437 '../net/net.gyp:net_perftests', | 435 '../net/net.gyp:net_perftests', |
| 438 '../net/net.gyp:quic_client', | 436 '../net/net.gyp:quic_client', |
| 439 '../net/net.gyp:quic_server', | 437 '../net/net.gyp:quic_server', |
| 440 '../sandbox/sandbox.gyp:chrome_sandbox', | 438 '../sandbox/sandbox.gyp:chrome_sandbox', |
| 441 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 439 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 }], | 758 }], |
| 761 ['OS=="android" and target_arch != "x64"', { | 759 ['OS=="android" and target_arch != "x64"', { |
| 762 'dependencies': [ | 760 'dependencies': [ |
| 763 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 761 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
| 764 ], | 762 ], |
| 765 }], | 763 }], |
| 766 ], | 764 ], |
| 767 }, | 765 }, |
| 768 ] | 766 ] |
| 769 } | 767 } |
| OLD | NEW |