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

Unified Diff: sandbox/sandbox.gyp

Issue 179039: Fix issue 8348: unfork pe_image.h / pe_image.cc (Closed)
Patch Set: Removed unittest file and entries in .gyp file, restored #error message Created 11 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 | « base/pe_image.cc ('k') | sandbox/src/eat_resolver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/sandbox.gyp
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index e389171152564889fcd5e12331a9b532322b90a0..a2b097870ab82bdc265b266bcc1f0df382812722 100644
--- a/sandbox/sandbox.gyp
+++ b/sandbox/sandbox.gyp
@@ -100,8 +100,6 @@
'src/interception_agent.cc',
'src/interception_agent.h',
'src/interception_internal.h',
- 'src/pe_image.cc',
- 'src/pe_image.h',
'src/resolver.cc',
'src/resolver.h',
'src/service_resolver.cc',
@@ -298,7 +296,6 @@
'sources': [
'tests/unit_tests/unit_tests.cc',
'src/interception_unittest.cc',
- 'src/pe_image_unittest.cc',
'src/service_resolver_unittest.cc',
'src/restricted_token_unittest.cc',
'src/job_unittest.cc',
« no previous file with comments | « base/pe_image.cc ('k') | sandbox/src/eat_resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698