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 1851213002: Remove sandbox on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nacl compile issues 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
« no previous file with comments | « build/all.gyp ('k') | chrome/app/chrome_exe_main_win.cc » ('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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 ], 491 ],
492 }], 492 }],
493 ['OS=="win"', { 493 ['OS=="win"', {
494 'dependencies': [ 494 'dependencies': [
495 '../base/base.gyp:pe_image_test', 495 '../base/base.gyp:pe_image_test',
496 '../chrome/chrome.gyp:crash_service', 496 '../chrome/chrome.gyp:crash_service',
497 '../chrome/chrome.gyp:installer_util_unittests', 497 '../chrome/chrome.gyp:installer_util_unittests',
498 '../chrome/chrome.gyp:setup', 498 '../chrome/chrome.gyp:setup',
499 '../chrome/chrome.gyp:setup_unittests', 499 '../chrome/chrome.gyp:setup_unittests',
500 '../chrome/installer/mini_installer.gyp:mini_installer', 500 '../chrome/installer/mini_installer.gyp:mini_installer',
501 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
502 '../chrome_elf/chrome_elf.gyp:dll_hash_main',
503 '../components/components.gyp:wifi_test', 501 '../components/components.gyp:wifi_test',
504 '../net/net.gyp:quic_client', 502 '../net/net.gyp:quic_client',
505 '../net/net.gyp:quic_server', 503 '../net/net.gyp:quic_server',
506 '../rlz/rlz.gyp:rlz', 504 '../rlz/rlz.gyp:rlz',
507 '../sandbox/sandbox.gyp:pocdll',
508 '../sandbox/sandbox.gyp:sandbox_poc',
509 '../sandbox/sandbox.gyp:sbox_integration_tests',
510 '../sandbox/sandbox.gyp:sbox_unittests',
511 '../sandbox/sandbox.gyp:sbox_validation_tests',
512 '../testing/gtest.gyp:gtest_main', 505 '../testing/gtest.gyp:gtest_main',
513 '../third_party/codesighs/codesighs.gyp:msdump2symdb', 506 '../third_party/codesighs/codesighs.gyp:msdump2symdb',
514 '../third_party/codesighs/codesighs.gyp:msmap2tsv', 507 '../third_party/codesighs/codesighs.gyp:msmap2tsv',
515 '../third_party/pdfium/samples/samples.gyp:pdfium_diff', 508 '../third_party/pdfium/samples/samples.gyp:pdfium_diff',
516 ], 509 ],
517 }], 510 }],
518 ['chromecast==1', { 511 ['chromecast==1', {
519 'dependencies': [ 512 'dependencies': [
520 '../chromecast/chromecast.gyp:cast_shell', 513 '../chromecast/chromecast.gyp:cast_shell',
521 ], 514 ],
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 }], 585 }],
593 ['OS=="mac"', { 586 ['OS=="mac"', {
594 'dependencies': [ 587 'dependencies': [
595 '../sandbox/sandbox.gyp:sandbox_mac_unittests_run', 588 '../sandbox/sandbox.gyp:sandbox_mac_unittests_run',
596 ], 589 ],
597 }], 590 }],
598 ['OS=="win"', { 591 ['OS=="win"', {
599 'dependencies': [ 592 'dependencies': [
600 '../chrome/chrome.gyp:installer_util_unittests_run', 593 '../chrome/chrome.gyp:installer_util_unittests_run',
601 '../chrome/chrome.gyp:setup_unittests_run', 594 '../chrome/chrome.gyp:setup_unittests_run',
602 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests_run',
603 '../sandbox/sandbox.gyp:sbox_integration_tests_run',
604 '../sandbox/sandbox.gyp:sbox_unittests_run',
605 '../sandbox/sandbox.gyp:sbox_validation_tests_run',
606 ], 595 ],
607 }], 596 }],
608 ['OS!="android"', { 597 ['OS!="android"', {
609 'dependencies': [ 598 'dependencies': [
610 '../ipc/ipc.gyp:ipc_tests_run', 599 '../ipc/ipc.gyp:ipc_tests_run',
611 '../ui/base/ui_base_tests.gyp:ui_base_unittests_run', 600 '../ui/base/ui_base_tests.gyp:ui_base_unittests_run',
612 '../ui/gl/gl_tests.gyp:gl_unittests_run', 601 '../ui/gl/gl_tests.gyp:gl_unittests_run',
613 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection _unittests_run', 602 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection _unittests_run',
614 ], 603 ],
615 }], 604 }],
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 'dependencies': [ 726 'dependencies': [
738 # TODO(GYP): All of these targets need to be ported over. 727 # TODO(GYP): All of these targets need to be ported over.
739 '../base/base.gyp:base_win64', 728 '../base/base.gyp:base_win64',
740 '../base/base.gyp:base_i18n_nacl_win64', 729 '../base/base.gyp:base_i18n_nacl_win64',
741 '../chrome/chrome.gyp:crash_service_win64', 730 '../chrome/chrome.gyp:crash_service_win64',
742 '../chrome/chrome.gyp:launcher_support64', 731 '../chrome/chrome.gyp:launcher_support64',
743 '../components/components.gyp:breakpad_win64', 732 '../components/components.gyp:breakpad_win64',
744 '../courgette/courgette.gyp:courgette64', 733 '../courgette/courgette.gyp:courgette64',
745 '../crypto/crypto.gyp:crypto_nacl_win64', 734 '../crypto/crypto.gyp:crypto_nacl_win64',
746 '../ipc/ipc.gyp:ipc_win64', 735 '../ipc/ipc.gyp:ipc_win64',
747 '../sandbox/sandbox.gyp:sandbox_win64',
748 ], 736 ],
749 }], 737 }],
750 ['OS=="win" and target_arch=="ia32" and configuration_policy==1', { 738 ['OS=="win" and target_arch=="ia32" and configuration_policy==1', {
751 'dependencies': [ 739 'dependencies': [
752 # TODO(GYP): All of these targets need to be ported over. 740 # TODO(GYP): All of these targets need to be ported over.
753 '../components/components.gyp:policy_win64', 741 '../components/components.gyp:policy_win64',
754 ] 742 ]
755 }], 743 }],
756 ['OS=="android"', { 744 ['OS=="android"', {
757 'dependencies': [ 745 'dependencies': [
(...skipping 16 matching lines...) Expand all
774 }], 762 }],
775 ['OS=="android" and target_arch != "x64"', { 763 ['OS=="android" and target_arch != "x64"', {
776 'dependencies': [ 764 'dependencies': [
777 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 765 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
778 ], 766 ],
779 }], 767 }],
780 ], 768 ],
781 }, 769 },
782 ] 770 ]
783 } 771 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/app/chrome_exe_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698