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

Unified Diff: courgette/courgette.gyp

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
Index: courgette/courgette.gyp
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp
index 788d4ea317fbe8e77329fd1bf3aa5afaf8b297f5..d1948053fcddde670804ffd4757eb543f8a64898 100644
--- a/courgette/courgette.gyp
+++ b/courgette/courgette.gyp
@@ -40,6 +40,8 @@
'label_manager.h',
'memory_allocator.cc',
'memory_allocator.h',
+ 'program_detector.cc',
+ 'program_detector.h',
'region.h',
'rel32_finder_win32_x86.cc',
'rel32_finder_win32_x86.h',

Powered by Google App Engine
This is Rietveld 408576698