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

Side by Side Diff: build/gn_migration.gypi

Issue 1902233003: Add next_version_mini_installer target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 #"//ui/gfx:gfx_unittests", # TODO(GYP) 489 #"//ui/gfx:gfx_unittests", # TODO(GYP)
490 ], 490 ],
491 }], 491 }],
492 ['OS=="win"', { 492 ['OS=="win"', {
493 'dependencies': [ 493 'dependencies': [
494 '../base/base.gyp:pe_image_test', 494 '../base/base.gyp:pe_image_test',
495 '../chrome/chrome.gyp:crash_service', 495 '../chrome/chrome.gyp:crash_service',
496 '../chrome/chrome.gyp:installer_util_unittests', 496 '../chrome/chrome.gyp:installer_util_unittests',
497 '../chrome/chrome.gyp:setup', 497 '../chrome/chrome.gyp:setup',
498 '../chrome/chrome.gyp:setup_unittests', 498 '../chrome/chrome.gyp:setup_unittests',
499 '../chrome/installer/mini_installer.gyp:mini_installer', 499 '../chrome/installer/mini_installer.gyp:next_version_mini_installer' ,
500 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', 500 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
501 '../chrome_elf/chrome_elf.gyp:dll_hash_main', 501 '../chrome_elf/chrome_elf.gyp:dll_hash_main',
502 '../components/components.gyp:wifi_test', 502 '../components/components.gyp:wifi_test',
503 '../net/net.gyp:quic_client', 503 '../net/net.gyp:quic_client',
504 '../net/net.gyp:quic_server', 504 '../net/net.gyp:quic_server',
505 '../rlz/rlz.gyp:rlz', 505 '../rlz/rlz.gyp:rlz',
506 '../sandbox/sandbox.gyp:pocdll', 506 '../sandbox/sandbox.gyp:pocdll',
507 '../sandbox/sandbox.gyp:sandbox_poc', 507 '../sandbox/sandbox.gyp:sandbox_poc',
508 '../sandbox/sandbox.gyp:sbox_integration_tests', 508 '../sandbox/sandbox.gyp:sbox_integration_tests',
509 '../sandbox/sandbox.gyp:sbox_unittests', 509 '../sandbox/sandbox.gyp:sbox_unittests',
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 }], 772 }],
773 ['OS=="android" and target_arch != "x64"', { 773 ['OS=="android" and target_arch != "x64"', {
774 'dependencies': [ 774 'dependencies': [
775 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 775 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
776 ], 776 ],
777 }], 777 }],
778 ], 778 ],
779 }, 779 },
780 ] 780 ]
781 } 781 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698