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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « base/base.gyp ('k') | base/containers/linked_list.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'callback.h', 84 'callback.h',
85 'callback_helpers.h', 85 'callback_helpers.h',
86 'callback_internal.cc', 86 'callback_internal.cc',
87 'callback_internal.h', 87 'callback_internal.h',
88 'cancelable_callback.h', 88 'cancelable_callback.h',
89 'chromeos/chromeos_version.cc', 89 'chromeos/chromeos_version.cc',
90 'chromeos/chromeos_version.h', 90 'chromeos/chromeos_version.h',
91 'command_line.cc', 91 'command_line.cc',
92 'command_line.h', 92 'command_line.h',
93 'compiler_specific.h', 93 'compiler_specific.h',
94 'containers/linked_list.h',
94 'containers/small_map.h', 95 'containers/small_map.h',
96 'containers/stack_container.h',
95 'cpu.cc', 97 'cpu.cc',
96 'cpu.h', 98 'cpu.h',
97 'critical_closure.h', 99 'critical_closure.h',
98 'critical_closure_ios.mm', 100 'critical_closure_ios.mm',
99 'debug/alias.cc', 101 'debug/alias.cc',
100 'debug/alias.h', 102 'debug/alias.h',
101 'debug/debug_on_start_win.cc', 103 'debug/debug_on_start_win.cc',
102 'debug/debug_on_start_win.h', 104 'debug/debug_on_start_win.h',
103 'debug/debugger.cc', 105 'debug/debugger.cc',
104 'debug/debugger.h', 106 'debug/debugger.h',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'json/json_reader.h', 183 'json/json_reader.h',
182 'json/json_string_value_serializer.cc', 184 'json/json_string_value_serializer.cc',
183 'json/json_string_value_serializer.h', 185 'json/json_string_value_serializer.h',
184 'json/json_value_converter.h', 186 'json/json_value_converter.h',
185 'json/json_writer.cc', 187 'json/json_writer.cc',
186 'json/json_writer.h', 188 'json/json_writer.h',
187 'json/string_escape.cc', 189 'json/string_escape.cc',
188 'json/string_escape.h', 190 'json/string_escape.h',
189 'lazy_instance.cc', 191 'lazy_instance.cc',
190 'lazy_instance.h', 192 'lazy_instance.h',
191 'linked_list.h',
192 'location.cc', 193 'location.cc',
193 'location.h', 194 'location.h',
194 'logging.cc', 195 'logging.cc',
195 'logging.h', 196 'logging.h',
196 'logging_win.cc', 197 'logging_win.cc',
197 'logging_win.h', 198 'logging_win.h',
198 'mac/authorization_util.h', 199 'mac/authorization_util.h',
199 'mac/authorization_util.mm', 200 'mac/authorization_util.mm',
200 'mac/bind_objc_block.h', 201 'mac/bind_objc_block.h',
201 'mac/bind_objc_block.mm', 202 'mac/bind_objc_block.mm',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'sequenced_task_runner_helpers.h', 353 'sequenced_task_runner_helpers.h',
353 'sha1.h', 354 'sha1.h',
354 'sha1_portable.cc', 355 'sha1_portable.cc',
355 'sha1_win.cc', 356 'sha1_win.cc',
356 'shared_memory.h', 357 'shared_memory.h',
357 'shared_memory_android.cc', 358 'shared_memory_android.cc',
358 'shared_memory_nacl.cc', 359 'shared_memory_nacl.cc',
359 'shared_memory_posix.cc', 360 'shared_memory_posix.cc',
360 'shared_memory_win.cc', 361 'shared_memory_win.cc',
361 'single_thread_task_runner.h', 362 'single_thread_task_runner.h',
362 'stack_container.h',
363 'stl_util.h', 363 'stl_util.h',
364 'string_number_conversions.cc', 364 'string_number_conversions.cc',
365 'string_number_conversions.h', 365 'string_number_conversions.h',
366 'string_piece.cc', 366 'string_piece.cc',
367 'string_piece.h', 367 'string_piece.h',
368 'string_split.cc', 368 'string_split.cc',
369 'string_split.h', 369 'string_split.h',
370 'string_tokenizer.h', 370 'string_tokenizer.h',
371 'string_util.cc', 371 'string_util.cc',
372 'string_util.h', 372 'string_util.h',
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 # Remove all unnecessary files for build_nexe.py to avoid exceeding 714 # Remove all unnecessary files for build_nexe.py to avoid exceeding
715 # command-line-string limitation when building NaCl on Windows. 715 # command-line-string limitation when building NaCl on Windows.
716 ['OS == "win" and >(nacl_untrusted_build)==1', { 716 ['OS == "win" and >(nacl_untrusted_build)==1', {
717 'sources/': [ ['exclude', '\\.h$'] ], 717 'sources/': [ ['exclude', '\\.h$'] ],
718 }], 718 }],
719 ], 719 ],
720 }], 720 }],
721 ], 721 ],
722 }, 722 },
723 } 723 }
OLDNEW
« 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