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

Unified Diff: sandbox/win/sandbox_win.gypi

Issue 2306933002: Remove wow_helper. (Closed)
Patch Set: Created 4 years, 3 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 | « sandbox/win/BUILD.gn ('k') | sandbox/win/src/sandbox.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/sandbox_win.gypi
diff --git a/sandbox/win/sandbox_win.gypi b/sandbox/win/sandbox_win.gypi
index e9673aa9a1b42215b00829ad5f2480c8d47574da..e11baebc4423fc4391835bfe8bf9e827dd9739a8 100644
--- a/sandbox/win/sandbox_win.gypi
+++ b/sandbox/win/sandbox_win.gypi
@@ -178,19 +178,6 @@
'include_dirs': [
'../..',
],
- 'target_conditions': [
- ['target_arch=="ia32"', {
- 'copies': [
- {
- 'destination': '<(PRODUCT_DIR)',
- 'files': [
- 'wow_helper/wow_helper.exe',
- 'wow_helper/wow_helper.pdb',
- ],
- },
- ],
- }],
- ],
},
{
'target_name': 'sbox_integration_tests',
« no previous file with comments | « sandbox/win/BUILD.gn ('k') | sandbox/win/src/sandbox.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698