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

Side by Side Diff: base/base.gypi

Issue 1245163002: Base: add Optional<T>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nullable -> Optional Created 5 years, 4 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
« no previous file with comments | « base/base.gyp ('k') | base/optional.h » ('j') | base/optional.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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'nix/mime_util_xdg.cc', 418 'nix/mime_util_xdg.cc',
419 'nix/mime_util_xdg.h', 419 'nix/mime_util_xdg.h',
420 'nix/xdg_util.cc', 420 'nix/xdg_util.cc',
421 'nix/xdg_util.h', 421 'nix/xdg_util.h',
422 'numerics/safe_conversions.h', 422 'numerics/safe_conversions.h',
423 'numerics/safe_conversions_impl.h', 423 'numerics/safe_conversions_impl.h',
424 'numerics/safe_math.h', 424 'numerics/safe_math.h',
425 'numerics/safe_math_impl.h', 425 'numerics/safe_math_impl.h',
426 'observer_list.h', 426 'observer_list.h',
427 'observer_list_threadsafe.h', 427 'observer_list_threadsafe.h',
428 'optional.h',
428 'os_compat_android.cc', 429 'os_compat_android.cc',
429 'os_compat_android.h', 430 'os_compat_android.h',
430 'os_compat_nacl.cc', 431 'os_compat_nacl.cc',
431 'os_compat_nacl.h', 432 'os_compat_nacl.h',
432 'path_service.cc', 433 'path_service.cc',
433 'path_service.h', 434 'path_service.h',
434 'pending_task.cc', 435 'pending_task.cc',
435 'pending_task.h', 436 'pending_task.h',
436 'pickle.cc', 437 'pickle.cc',
437 'pickle.h', 438 'pickle.h',
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 'i18n/time_formatting.h', 1041 'i18n/time_formatting.h',
1041 'i18n/timezone.cc', 1042 'i18n/timezone.cc',
1042 'i18n/timezone.h', 1043 'i18n/timezone.h',
1043 'i18n/utf8_validator_tables.cc', 1044 'i18n/utf8_validator_tables.cc',
1044 'i18n/utf8_validator_tables.h', 1045 'i18n/utf8_validator_tables.h',
1045 ], 1046 ],
1046 }] 1047 }]
1047 ], 1048 ],
1048 }, 1049 },
1049 } 1050 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/optional.h » ('j') | base/optional.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698