summaryrefslogtreecommitdiffstats
path: root/courgette/courgette.gyp
diff options
context:
space:
mode:
authordgarrett@chromium.org <dgarrett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-31 22:09:40 +0000
committerdgarrett@chromium.org <dgarrett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-31 22:09:40 +0000
commitc5fc1df3631f016cc609a2a022fea324a0f0e4bd (patch)
tree903589aec8931178fba92e4099b6fb3cd1691c9d /courgette/courgette.gyp
parent6915c26061c9a6e67602d72ebc7bb7e02a593e9d (diff)
downloadchromium_src-c5fc1df3631f016cc609a2a022fea324a0f0e4bd.zip
chromium_src-c5fc1df3631f016cc609a2a022fea324a0f0e4bd.tar.gz
chromium_src-c5fc1df3631f016cc609a2a022fea324a0f0e4bd.tar.bz2
Last small bit of refactoring.
Move the Win32X86Generator and Patcher classes to non-windows specific names since they can be reused untouched for Elf. Move them from one file to files with matching names while at it. Store the transformation kind on the generator class so that it can be know if it's PE or Elf. Unified the TransformationId and ExecutableType enums into a single enum used everywhere (defined in courgette.h since it's now part of the external API). BUG=chromium-os:22149 TEST=Unittests Review URL: http://codereview.chromium.org/8417045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108019 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'courgette/courgette.gyp')
-rw-r--r--courgette/courgette.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp
index a4fb12f..6233d77 100644
--- a/courgette/courgette.gyp
+++ b/courgette/courgette.gyp
@@ -37,8 +37,8 @@
'simple_delta.h',
'streams.cc',
'streams.h',
- 'win32_x86_generator.h',
- 'win32_x86_patcher.h',
+ 'patch_generator_x86_32.h',
+ 'patcher_x86_32.h',
],
},
'targets': [