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

Side by Side Diff: base/base.gypi

Issue 8652002: Move PropertyBag to base. Originally this was in chrome\common because only chrome used it. Now t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: move to base namespace and forward declare where possible Created 9 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/property_bag.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'process_util_linux.cc', 222 'process_util_linux.cc',
223 'process_util_mac.mm', 223 'process_util_mac.mm',
224 'process_util_openbsd.cc', 224 'process_util_openbsd.cc',
225 'process_util_posix.cc', 225 'process_util_posix.cc',
226 'process_util_win.cc', 226 'process_util_win.cc',
227 'process_win.cc', 227 'process_win.cc',
228 'profiler/scoped_profile.cc', 228 'profiler/scoped_profile.cc',
229 'profiler/scoped_profile.h', 229 'profiler/scoped_profile.h',
230 'profiler/tracked_time.cc', 230 'profiler/tracked_time.cc',
231 'profiler/tracked_time.h', 231 'profiler/tracked_time.h',
232 'property_bag.cc',
233 'property_bag.h',
232 'rand_util.cc', 234 'rand_util.cc',
233 'rand_util.h', 235 'rand_util.h',
234 'rand_util_c.h', 236 'rand_util_c.h',
235 'rand_util_posix.cc', 237 'rand_util_posix.cc',
236 'rand_util_win.cc', 238 'rand_util_win.cc',
237 'safe_strerror_posix.cc', 239 'safe_strerror_posix.cc',
238 'safe_strerror_posix.h', 240 'safe_strerror_posix.h',
239 'scoped_native_library.cc', 241 'scoped_native_library.cc',
240 'scoped_native_library.h', 242 'scoped_native_library.h',
241 'scoped_temp_dir.cc', 243 'scoped_temp_dir.cc',
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 'third_party/xdg_mime/xdgmimemagic.c', 864 'third_party/xdg_mime/xdgmimemagic.c',
863 'third_party/xdg_mime/xdgmimemagic.h', 865 'third_party/xdg_mime/xdgmimemagic.h',
864 'third_party/xdg_mime/xdgmimeparent.c', 866 'third_party/xdg_mime/xdgmimeparent.c',
865 'third_party/xdg_mime/xdgmimeparent.h', 867 'third_party/xdg_mime/xdgmimeparent.h',
866 ], 868 ],
867 }, 869 },
868 ], 870 ],
869 }], 871 }],
870 ], 872 ],
871 } 873 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/property_bag.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698