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

Unified Diff: ash/ash.gyp

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 | « no previous file | build/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index fee27ca0269d4b5dc5b58c697c98f97cd34e8912..bc89ec2c1f561951a072cbd68b55e9100358d154 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -1306,13 +1306,6 @@
'sources': [
'<@(ash_shell_with_content_lib_sources)',
],
- 'conditions': [
- ['OS=="win"', {
- 'dependencies': [
- '../content/content.gyp:sandbox_helper_win',
- ],
- }],
- ],
},
{
# GN version: //ash:ash_shell_with_content
@@ -1332,9 +1325,6 @@
'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
},
},
- 'dependencies': [
- '../sandbox/sandbox.gyp:sandbox',
- ],
}],
['chromeos==1', {
'dependencies': [
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698