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

Unified Diff: courgette/courgette.gyp

Issue 8166013: Further refactoring, move ImageInfo into Disassembler/DisassemblerWin32X86. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 2 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 877faf5ebd7253ce28f576ca0f9be2472196bd3b..34192bb126047ff9a3d801a04b19d1ec6de17a48 100644
--- a/courgette/courgette.gyp
+++ b/courgette/courgette.gyp
@@ -30,8 +30,6 @@
'ensemble.h',
'ensemble_apply.cc',
'ensemble_create.cc',
- 'image_info.cc',
- 'image_info.h',
'memory_allocator.cc',
'memory_allocator.h',
'region.h',
@@ -89,9 +87,9 @@
'adjustment_method_unittest.cc',
'bsdiff_memory_unittest.cc',
'difference_estimator_unittest.cc',
+ 'disassembler_win32_x86_unittest.cc',
'encoded_program_unittest.cc',
'encode_decode_unittest.cc',
- 'image_info_unittest.cc',
'run_all_unittests.cc',
'streams_unittest.cc',
'third_party/paged_array_unittest.cc'
« no previous file with comments | « courgette/courgette.h ('k') | courgette/disassembler.h » ('j') | courgette/types_win_pe.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698