| 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',
|
|
|