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

Side by Side Diff: build/gn_migration.gypi

Issue 2169503002: Remove flip_server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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.gn ('k') | net/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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698