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

Unified Diff: content/content.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 | « content/common/sandbox_win.cc ('k') | content/content_app.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index ff15c09592f38bd6cb3e7739f1c876399aa43c7f..a632064cc06f7a12e01d63e6c809aa3277cc76bb 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -91,25 +91,6 @@
'content_resources.gypi',
],
'conditions': [
- ['OS == "win"', {
- 'targets': [
- {
- # GN: //content:sandbox_helper_win
- 'target_name': 'sandbox_helper_win',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../sandbox/sandbox.gyp:sandbox',
- ],
- 'sources': [
- 'app/sandbox_helper_win.cc',
- 'public/app/sandbox_helper_win.h',
- ],
- }
- ],
- }],
# In component mode, we build all of content as a single DLL.
# However, in the static mode, we need to build content as multiple
# targets in order to prevent dependencies from getting introduced
« no previous file with comments | « content/common/sandbox_win.cc ('k') | content/content_app.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698