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

Side by Side Diff: base/base.gypi

Issue 9348109: Add extra data to BrowserContext so that content layer and other embedders can stash data with it t… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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/supports_user_data.h » ('j') | base/supports_user_data.h » ('J')
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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'string_split.cc', 269 'string_split.cc',
270 'string_split.h', 270 'string_split.h',
271 'string_tokenizer.h', 271 'string_tokenizer.h',
272 'string_util.cc', 272 'string_util.cc',
273 'string_util.h', 273 'string_util.h',
274 'string_util_posix.h', 274 'string_util_posix.h',
275 'string_util_win.h', 275 'string_util_win.h',
276 'stringize_macros.h', 276 'stringize_macros.h',
277 'stringprintf.cc', 277 'stringprintf.cc',
278 'stringprintf.h', 278 'stringprintf.h',
279 'supports_user_data.cc',
280 'supports_user_data.h',
279 'synchronization/cancellation_flag.cc', 281 'synchronization/cancellation_flag.cc',
280 'synchronization/cancellation_flag.h', 282 'synchronization/cancellation_flag.h',
281 'synchronization/condition_variable.h', 283 'synchronization/condition_variable.h',
282 'synchronization/condition_variable_posix.cc', 284 'synchronization/condition_variable_posix.cc',
283 'synchronization/condition_variable_win.cc', 285 'synchronization/condition_variable_win.cc',
284 'synchronization/lock.cc', 286 'synchronization/lock.cc',
285 'synchronization/lock.h', 287 'synchronization/lock.h',
286 'synchronization/lock_impl.h', 288 'synchronization/lock_impl.h',
287 'synchronization/lock_impl_posix.cc', 289 'synchronization/lock_impl_posix.cc',
288 'synchronization/lock_impl_win.cc', 290 'synchronization/lock_impl_win.cc',
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 'third_party/xdg_mime/xdgmimemagic.c', 889 'third_party/xdg_mime/xdgmimemagic.c',
888 'third_party/xdg_mime/xdgmimemagic.h', 890 'third_party/xdg_mime/xdgmimemagic.h',
889 'third_party/xdg_mime/xdgmimeparent.c', 891 'third_party/xdg_mime/xdgmimeparent.c',
890 'third_party/xdg_mime/xdgmimeparent.h', 892 'third_party/xdg_mime/xdgmimeparent.h',
891 ], 893 ],
892 }, 894 },
893 ], 895 ],
894 }], 896 }],
895 ], 897 ],
896 } 898 }
OLDNEW
« no previous file with comments | « no previous file | base/supports_user_data.h » ('j') | base/supports_user_data.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698