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

Unified Diff: base/base.gypi

Issue 11360174: Move stack_container and linked_list to the new containers subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « base/base.gyp ('k') | base/containers/linked_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 547ea47d76567c17699677b4de8ebc814575c086..5ced75a5142c4c13d3ceea1df61aadd2e075f879 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -91,7 +91,9 @@
'command_line.cc',
'command_line.h',
'compiler_specific.h',
+ 'containers/linked_list.h',
'containers/small_map.h',
+ 'containers/stack_container.h',
'cpu.cc',
'cpu.h',
'critical_closure.h',
@@ -188,7 +190,6 @@
'json/string_escape.h',
'lazy_instance.cc',
'lazy_instance.h',
- 'linked_list.h',
'location.cc',
'location.h',
'logging.cc',
@@ -359,7 +360,6 @@
'shared_memory_posix.cc',
'shared_memory_win.cc',
'single_thread_task_runner.h',
- 'stack_container.h',
'stl_util.h',
'string_number_conversions.cc',
'string_number_conversions.h',
« no previous file with comments | « base/base.gyp ('k') | base/containers/linked_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698