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

Unified Diff: base/base.gyp

Issue 173026: Move IDMap back to base/ where it is needed. (Closed)
Patch Set: Created 11 years, 4 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 | base/id_map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 6603ce617fb230cf8f70c2026d0a652d2492ed00..7be1225eb2ccfa02545573b8fb0badeeb1d8dbe9 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -150,6 +150,7 @@
'idle_timer.cc',
'idle_timer.h',
'idle_timer_none.cc',
+ 'id_map.h',
'image_util.cc',
'image_util.h',
'json_reader.cc',
@@ -579,6 +580,7 @@
'histogram_unittest.cc',
'hmac_unittest.cc',
'idletimer_unittest.cc',
+ 'id_map_unittest.cc',
'json_reader_unittest.cc',
'json_writer_unittest.cc',
'lazy_instance_unittest.cc',
« no previous file with comments | « no previous file | base/id_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698