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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/all.gyp ('k') | chrome/app/chrome_exe_main_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gn_migration.gypi
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
index 00fc23f0d7239cba256e2f98396410f02e901c4c..ce095d7fd1138e93b9820922fdc37439e694b15b 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -498,17 +498,10 @@
'../chrome/chrome.gyp:setup',
'../chrome/chrome.gyp:setup_unittests',
'../chrome/installer/mini_installer.gyp:mini_installer',
- '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
- '../chrome_elf/chrome_elf.gyp:dll_hash_main',
'../components/components.gyp:wifi_test',
'../net/net.gyp:quic_client',
'../net/net.gyp:quic_server',
'../rlz/rlz.gyp:rlz',
- '../sandbox/sandbox.gyp:pocdll',
- '../sandbox/sandbox.gyp:sandbox_poc',
- '../sandbox/sandbox.gyp:sbox_integration_tests',
- '../sandbox/sandbox.gyp:sbox_unittests',
- '../sandbox/sandbox.gyp:sbox_validation_tests',
'../testing/gtest.gyp:gtest_main',
'../third_party/codesighs/codesighs.gyp:msdump2symdb',
'../third_party/codesighs/codesighs.gyp:msmap2tsv',
@@ -599,10 +592,6 @@
'dependencies': [
'../chrome/chrome.gyp:installer_util_unittests_run',
'../chrome/chrome.gyp:setup_unittests_run',
- '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests_run',
- '../sandbox/sandbox.gyp:sbox_integration_tests_run',
- '../sandbox/sandbox.gyp:sbox_unittests_run',
- '../sandbox/sandbox.gyp:sbox_validation_tests_run',
],
}],
['OS!="android"', {
@@ -744,7 +733,6 @@
'../courgette/courgette.gyp:courgette64',
'../crypto/crypto.gyp:crypto_nacl_win64',
'../ipc/ipc.gyp:ipc_win64',
- '../sandbox/sandbox.gyp:sandbox_win64',
],
}],
['OS=="win" and target_arch=="ia32" and configuration_policy==1', {
« 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