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

Side by Side Diff: base/base.gypi

Issue 9207021: Transfer the C++03 move-only type emulation into base/move.h and also make ScopedVector move-only. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comments Created 8 years, 11 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/memory/scoped_ptr.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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'message_pump_default.cc', 193 'message_pump_default.cc',
194 'message_pump_default.h', 194 'message_pump_default.h',
195 'message_pump_win.cc', 195 'message_pump_win.cc',
196 'message_pump_win.h', 196 'message_pump_win.h',
197 'metrics/histogram.cc', 197 'metrics/histogram.cc',
198 'metrics/histogram.h', 198 'metrics/histogram.h',
199 'metrics/stats_counters.cc', 199 'metrics/stats_counters.cc',
200 'metrics/stats_counters.h', 200 'metrics/stats_counters.h',
201 'metrics/stats_table.cc', 201 'metrics/stats_table.cc',
202 'metrics/stats_table.h', 202 'metrics/stats_table.h',
203 'move.h',
203 'native_library.h', 204 'native_library.h',
204 'native_library_mac.mm', 205 'native_library_mac.mm',
205 'native_library_posix.cc', 206 'native_library_posix.cc',
206 'native_library_win.cc', 207 'native_library_win.cc',
207 'observer_list.h', 208 'observer_list.h',
208 'observer_list_threadsafe.h', 209 'observer_list_threadsafe.h',
209 'os_compat_android.cc', 210 'os_compat_android.cc',
210 'os_compat_android.h', 211 'os_compat_android.h',
211 'path_service.cc', 212 'path_service.cc',
212 'path_service.h', 213 'path_service.h',
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 'third_party/xdg_mime/xdgmimemagic.c', 884 'third_party/xdg_mime/xdgmimemagic.c',
884 'third_party/xdg_mime/xdgmimemagic.h', 885 'third_party/xdg_mime/xdgmimemagic.h',
885 'third_party/xdg_mime/xdgmimeparent.c', 886 'third_party/xdg_mime/xdgmimeparent.c',
886 'third_party/xdg_mime/xdgmimeparent.h', 887 'third_party/xdg_mime/xdgmimeparent.h',
887 ], 888 ],
888 }, 889 },
889 ], 890 ],
890 }], 891 }],
891 ], 892 ],
892 } 893 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/scoped_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698