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

Unified Diff: courgette/BUILD.gn

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: Correct far away ptr in rel32_x64_03.txt test case Created 4 years, 6 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 | « no previous file | courgette/courgette.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/BUILD.gn
diff --git a/courgette/BUILD.gn b/courgette/BUILD.gn
index bef724e305a814ff79d06b564e519cae86d893ee..77d54e635a835e3db0916f6d5f09218185215a81 100644
--- a/courgette/BUILD.gn
+++ b/courgette/BUILD.gn
@@ -47,8 +47,12 @@ static_library("courgette_lib") {
"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",
@@ -122,7 +126,7 @@ test("courgette_unittests") {
"image_utils_unittest.cc",
"label_manager_unittest.cc",
"memory_allocator_unittest.cc",
- "rel32_finder_win32_x86_unittest.cc",
+ "rel32_finder_unittest.cc",
"streams_unittest.cc",
"third_party/bsdiff/paged_array_unittest.cc",
"third_party/bsdiff/qsufsort_unittest.cc",
« no previous file with comments | « no previous file | courgette/courgette.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698