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

Side by Side Diff: base/base.gypi

Issue 23653002: Move ScopedPtrHashMap from cc to base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: jam's comment Created 7 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | base/containers/scoped_ptr_hash_map.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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'callback_internal.h', 109 'callback_internal.h',
110 'cancelable_callback.h', 110 'cancelable_callback.h',
111 'chromeos/chromeos_version.cc', 111 'chromeos/chromeos_version.cc',
112 'chromeos/chromeos_version.h', 112 'chromeos/chromeos_version.h',
113 'command_line.cc', 113 'command_line.cc',
114 'command_line.h', 114 'command_line.h',
115 'compiler_specific.h', 115 'compiler_specific.h',
116 'containers/hash_tables.h', 116 'containers/hash_tables.h',
117 'containers/linked_list.h', 117 'containers/linked_list.h',
118 'containers/mru_cache.h', 118 'containers/mru_cache.h',
119 'containers/scoped_ptr_hash_map.h',
119 'containers/small_map.h', 120 'containers/small_map.h',
120 'containers/stack_container.h', 121 'containers/stack_container.h',
121 'cpu.cc', 122 'cpu.cc',
122 'cpu.h', 123 'cpu.h',
123 'critical_closure.h', 124 'critical_closure.h',
124 'critical_closure_ios.mm', 125 'critical_closure_ios.mm',
125 'debug/alias.cc', 126 'debug/alias.cc',
126 'debug/alias.h', 127 'debug/alias.h',
127 'debug/crash_logging.cc', 128 'debug/crash_logging.cc',
128 'debug/crash_logging.h', 129 'debug/crash_logging.h',
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 889 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
889 'sources/': [ 890 'sources/': [
890 ['exclude', '^third_party/nspr/'], 891 ['exclude', '^third_party/nspr/'],
891 ], 892 ],
892 }], 893 }],
893 ], 894 ],
894 }], 895 }],
895 ], 896 ],
896 }, 897 },
897 } 898 }
OLDNEW
« no previous file with comments | « no previous file | base/containers/scoped_ptr_hash_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698