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

Unified Diff: courgette/courgette.gyp

Issue 2008253004: Refactor rel32 searching process for x64 to make it more similar to x86. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: courgette/courgette.gyp
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp
index 88f2e2b92d649bad86d5598dcaa630eafb57b287..5d66c1756304c4aaa724158f5c852262574d56dd 100644
--- a/courgette/courgette.gyp
+++ b/courgette/courgette.gyp
@@ -45,8 +45,12 @@
'program_detector.cc',
'program_detector.h',
'region.h',
- 'rel32_finder_win32_x86.cc',
- 'rel32_finder_win32_x86.h',
+ 'rel32_finder.cc',
+ 'rel32_finder.h',
+ 'rel32_finder_x64.cc',
+ 'rel32_finder_x64.h',
+ 'rel32_finder_x86.cc',
+ 'rel32_finder_x86.h',
'simple_delta.cc',
'simple_delta.h',
'streams.cc',
@@ -120,7 +124,8 @@
'image_utils_unittest.cc',
'label_manager_unittest.cc',
'memory_allocator_unittest.cc',
- 'rel32_finder_win32_x86_unittest.cc',
+ 'rel32_finder_x86_unittest.cc',
+ 'rel32_finder_x64_unittest.cc',
'streams_unittest.cc',
'typedrva_unittest.cc',
'versioning_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698