summaryrefslogtreecommitdiffstats
path: root/sandbox/sandbox.gyp
diff options
context:
space:
mode:
authortkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-08 05:34:25 +0000
committertkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-08 05:34:25 +0000
commit1cda29e91ff949440ee93675241ee8e1e9e8ab10 (patch)
tree05fa297fdc8717f746e54c383f47397b12c222d0 /sandbox/sandbox.gyp
parent0174b6962c8c75e60218b1e38fd7cedac9f5bebc (diff)
downloadchromium_src-1cda29e91ff949440ee93675241ee8e1e9e8ab10.zip
chromium_src-1cda29e91ff949440ee93675241ee8e1e9e8ab10.tar.gz
chromium_src-1cda29e91ff949440ee93675241ee8e1e9e8ab10.tar.bz2
Fix issue 8348: unfork pe_image.h / pe_image.cc
Moved versions of those files from sandbox/src/ to base/ (overwrite versions in base/ to avoid 64-bit warning). Removed 'sandbox' namespace, adapted other files as necessary. BUG=8348 TEST=none Original review URL: http://codereview.chromium.org/179039 Patch by rsteiner git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25611 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r--sandbox/sandbox.gyp3
1 files changed, 0 insertions, 3 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index bc7c054..186625f 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',
@@ -268,7 +266,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',