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

Side by Side Diff: base/base.gyp

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/BUILD.gn ('k') | base/base.gypi » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'metrics/histogram_macros_unittest.cc', 542 'metrics/histogram_macros_unittest.cc',
543 'metrics/histogram_snapshot_manager_unittest.cc', 543 'metrics/histogram_snapshot_manager_unittest.cc',
544 'metrics/histogram_unittest.cc', 544 'metrics/histogram_unittest.cc',
545 'metrics/sample_map_unittest.cc', 545 'metrics/sample_map_unittest.cc',
546 'metrics/sample_vector_unittest.cc', 546 'metrics/sample_vector_unittest.cc',
547 'metrics/sparse_histogram_unittest.cc', 547 'metrics/sparse_histogram_unittest.cc',
548 'metrics/statistics_recorder_unittest.cc', 548 'metrics/statistics_recorder_unittest.cc',
549 'move_unittest.cc', 549 'move_unittest.cc',
550 'numerics/safe_numerics_unittest.cc', 550 'numerics/safe_numerics_unittest.cc',
551 'observer_list_unittest.cc', 551 'observer_list_unittest.cc',
552 'optional_unittest.cc',
552 'os_compat_android_unittest.cc', 553 'os_compat_android_unittest.cc',
553 'path_service_unittest.cc', 554 'path_service_unittest.cc',
554 'pickle_unittest.cc', 555 'pickle_unittest.cc',
555 'posix/file_descriptor_shuffle_unittest.cc', 556 'posix/file_descriptor_shuffle_unittest.cc',
556 'posix/unix_domain_socket_linux_unittest.cc', 557 'posix/unix_domain_socket_linux_unittest.cc',
557 'power_monitor/power_monitor_unittest.cc', 558 'power_monitor/power_monitor_unittest.cc',
558 'prefs/default_pref_store_unittest.cc', 559 'prefs/default_pref_store_unittest.cc',
559 'prefs/json_pref_store_unittest.cc', 560 'prefs/json_pref_store_unittest.cc',
560 'prefs/mock_pref_change_callback.h', 561 'prefs/mock_pref_change_callback.h',
561 'prefs/overlay_user_pref_store_unittest.cc', 562 'prefs/overlay_user_pref_store_unittest.cc',
(...skipping 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after
1627 '../build/isolate.gypi', 1628 '../build/isolate.gypi',
1628 ], 1629 ],
1629 'sources': [ 1630 'sources': [
1630 'base_unittests.isolate', 1631 'base_unittests.isolate',
1631 ], 1632 ],
1632 }, 1633 },
1633 ], 1634 ],
1634 }], 1635 }],
1635 ], 1636 ],
1636 } 1637 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | base/optional.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698