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

Side by Side Diff: build/gn_migration.gypi

Issue 1858883004: Remove CAPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp Created 4 years, 7 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') | chrome/chrome.gyp » ('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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 #"//extensions:extensions_unittests", # TODO(GYP) 509 #"//extensions:extensions_unittests", # TODO(GYP)
510 #"//net:net_unittests", # TODO(GYP) 510 #"//net:net_unittests", # TODO(GYP)
511 #"//third_party/usrsctp", # TODO(GYP) 511 #"//third_party/usrsctp", # TODO(GYP)
512 #"//ui/app_list:app_list_unittests", # TODO(GYP) 512 #"//ui/app_list:app_list_unittests", # TODO(GYP)
513 #"//ui/gfx:gfx_unittests", # TODO(GYP) 513 #"//ui/gfx:gfx_unittests", # TODO(GYP)
514 ], 514 ],
515 }], 515 }],
516 ['OS=="win"', { 516 ['OS=="win"', {
517 'dependencies': [ 517 'dependencies': [
518 '../base/base.gyp:pe_image_test', 518 '../base/base.gyp:pe_image_test',
519 '../chrome/chrome.gyp:crash_service',
520 '../chrome/chrome.gyp:installer_util_unittests', 519 '../chrome/chrome.gyp:installer_util_unittests',
521 '../chrome/chrome.gyp:setup', 520 '../chrome/chrome.gyp:setup',
522 '../chrome/chrome.gyp:setup_unittests', 521 '../chrome/chrome.gyp:setup_unittests',
523 '../chrome/installer/mini_installer.gyp:mini_installer', 522 '../chrome/installer/mini_installer.gyp:mini_installer',
524 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', 523 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
525 '../chrome_elf/chrome_elf.gyp:dll_hash_main', 524 '../chrome_elf/chrome_elf.gyp:dll_hash_main',
526 '../components/components.gyp:wifi_test', 525 '../components/components.gyp:wifi_test',
527 '../net/net.gyp:quic_client', 526 '../net/net.gyp:quic_client',
528 '../net/net.gyp:quic_server', 527 '../net/net.gyp:quic_server',
529 '../rlz/rlz.gyp:rlz', 528 '../rlz/rlz.gyp:rlz',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 # TODO(GYP): All of these targets still need to be converted. 699 # TODO(GYP): All of these targets still need to be converted.
701 '../chrome/chrome.gyp:gcapi_dll', 700 '../chrome/chrome.gyp:gcapi_dll',
702 '../chrome/chrome.gyp:gcapi_test', 701 '../chrome/chrome.gyp:gcapi_test',
703 '../chrome/chrome.gyp:pack_policy_templates', 702 '../chrome/chrome.gyp:pack_policy_templates',
704 703
705 # This is a safe browsing utility only necessary for developers. 704 # This is a safe browsing utility only necessary for developers.
706 # For now, we can skip this and anybody that needs this can add it 705 # For now, we can skip this and anybody that needs this can add it
707 # to the GN build. 706 # to the GN build.
708 '../chrome/chrome.gyp:sb_sigutil', 707 '../chrome/chrome.gyp:sb_sigutil',
709 708
710 # This project is up in the air. Don't need to convert it unless
711 # we decide we need for something. Owner: scottmg.
712 '../chrome/tools/crash_service/caps/caps.gyp:caps',
713
714 '../components/test_runner/test_runner.gyp:layout_test_helper', 709 '../components/test_runner/test_runner.gyp:layout_test_helper',
715 '../content/content_shell_and_tests.gyp:content_shell_crash_service' , 710 '../content/content_shell_and_tests.gyp:content_shell_crash_service' ,
716 '../gpu/gpu.gyp:angle_end2end_tests', 711 '../gpu/gpu.gyp:angle_end2end_tests',
717 '../gpu/gpu.gyp:angle_perftests', 712 '../gpu/gpu.gyp:angle_perftests',
718 '../ppapi/ppapi_internal.gyp:ppapi_perftests', 713 '../ppapi/ppapi_internal.gyp:ppapi_perftests',
719 '../remoting/remoting.gyp:ar_sample_test_driver', 714 '../remoting/remoting.gyp:ar_sample_test_driver',
720 '../remoting/remoting.gyp:remoting_breakpad_tester', 715 '../remoting/remoting.gyp:remoting_breakpad_tester',
721 '../remoting/remoting.gyp:remoting_console', 716 '../remoting/remoting.gyp:remoting_console',
722 '../remoting/remoting.gyp:remoting_desktop', 717 '../remoting/remoting.gyp:remoting_desktop',
723 '../tools/win/static_initializers/static_initializers.gyp:static_ini tializers', 718 '../tools/win/static_initializers/static_initializers.gyp:static_ini tializers',
724 ], 719 ],
725 }], 720 }],
726 ['OS=="win" and target_arch=="ia32"', { 721 ['OS=="win" and target_arch=="ia32"', {
727 'dependencies': [ 722 'dependencies': [
728 # TODO(GYP): All of these targets need to be ported over. 723 # TODO(GYP): All of these targets need to be ported over.
729 '../base/base.gyp:base_win64', 724 '../base/base.gyp:base_win64',
730 '../base/base.gyp:base_i18n_nacl_win64', 725 '../base/base.gyp:base_i18n_nacl_win64',
731 '../chrome/chrome.gyp:crash_service_win64',
732 '../chrome/chrome.gyp:launcher_support64', 726 '../chrome/chrome.gyp:launcher_support64',
733 '../components/components.gyp:breakpad_win64', 727 '../components/components.gyp:breakpad_win64',
734 '../courgette/courgette.gyp:courgette64', 728 '../courgette/courgette.gyp:courgette64',
735 '../crypto/crypto.gyp:crypto_nacl_win64', 729 '../crypto/crypto.gyp:crypto_nacl_win64',
736 '../ipc/ipc.gyp:ipc_win64', 730 '../ipc/ipc.gyp:ipc_win64',
737 '../sandbox/sandbox.gyp:sandbox_win64', 731 '../sandbox/sandbox.gyp:sandbox_win64',
738 ], 732 ],
739 }], 733 }],
740 ['OS=="win" and target_arch=="ia32" and configuration_policy==1', { 734 ['OS=="win" and target_arch=="ia32" and configuration_policy==1', {
741 'dependencies': [ 735 'dependencies': [
(...skipping 22 matching lines...) Expand all
764 }], 758 }],
765 ['OS=="android" and target_arch != "x64"', { 759 ['OS=="android" and target_arch != "x64"', {
766 'dependencies': [ 760 'dependencies': [
767 '../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'
768 ], 762 ],
769 }], 763 }],
770 ], 764 ],
771 }, 765 },
772 ] 766 ]
773 } 767 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698