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

Unified Diff: courgette/BUILD.gn

Issue 1629703002: [Courgette] Refactor: Manage AssemblyProgram and EncodedProgram with scoped_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments and includes. Created 4 years, 11 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/adjustment_method_unittest.cc » ('j') | courgette/assembly_program.h » ('J')
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 f27c81e108d81e2a264e618f28d37bc6e36bae45..1feada0e727ef0fae9915255e04e0d637472128c 100644
--- a/courgette/BUILD.gn
+++ b/courgette/BUILD.gn
@@ -42,6 +42,8 @@ static_library("courgette_lib") {
"memory_allocator.h",
"patch_generator_x86_32.h",
"patcher_x86_32.h",
+ "program_detector.cc",
+ "program_detector.h",
"region.h",
"rel32_finder_win32_x86.cc",
"rel32_finder_win32_x86.h",
« no previous file with comments | « no previous file | courgette/adjustment_method_unittest.cc » ('j') | courgette/assembly_program.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698