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

Unified Diff: courgette/courgette.gyp

Issue 1491703003: [Courgette] Initial Implementation of LabelManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync. Created 5 years 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 | « courgette/consecutive_range_visitor_unittest.cc ('k') | courgette/image_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/courgette.gyp
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp
index e5ec7832893823a48f2ecac83ef1bb96da089241..788d4ea317fbe8e77329fd1bf3aa5afaf8b297f5 100644
--- a/courgette/courgette.gyp
+++ b/courgette/courgette.gyp
@@ -11,6 +11,7 @@
'adjustment_method.h',
'assembly_program.cc',
'assembly_program.h',
+ 'consecutive_range_visitor.h',
'courgette.h',
'crc.cc',
'crc.h',
@@ -35,6 +36,8 @@
'ensemble_apply.cc',
'ensemble_create.cc',
'image_utils.h',
+ 'label_manager.cc',
+ 'label_manager.h',
'memory_allocator.cc',
'memory_allocator.h',
'region.h',
@@ -102,6 +105,7 @@
'bsdiff_memory_unittest.cc',
'base_test_unittest.cc',
'base_test_unittest.h',
+ 'consecutive_range_visitor_unittest.cc',
'difference_estimator_unittest.cc',
'disassembler_elf_32_x86_unittest.cc',
'disassembler_win32_x86_unittest.cc',
@@ -110,6 +114,7 @@
'encode_decode_unittest.cc',
'ensemble_unittest.cc',
'image_utils_unittest.cc',
+ 'label_manager_unittest.cc',
'memory_allocator_unittest.cc',
'rel32_finder_win32_x86_unittest.cc',
'streams_unittest.cc',
« no previous file with comments | « courgette/consecutive_range_visitor_unittest.cc ('k') | courgette/image_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698