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

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: closer to spec implementation Created 4 years, 9 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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'metrics/histogram_unittest.cc', 487 'metrics/histogram_unittest.cc',
488 'metrics/metrics_hashes_unittest.cc', 488 'metrics/metrics_hashes_unittest.cc',
489 'metrics/persistent_memory_allocator_unittest.cc', 489 'metrics/persistent_memory_allocator_unittest.cc',
490 'metrics/sample_map_unittest.cc', 490 'metrics/sample_map_unittest.cc',
491 'metrics/sample_vector_unittest.cc', 491 'metrics/sample_vector_unittest.cc',
492 'metrics/sparse_histogram_unittest.cc', 492 'metrics/sparse_histogram_unittest.cc',
493 'metrics/statistics_recorder_unittest.cc', 493 'metrics/statistics_recorder_unittest.cc',
494 'native_library_unittest.cc', 494 'native_library_unittest.cc',
495 'numerics/safe_numerics_unittest.cc', 495 'numerics/safe_numerics_unittest.cc',
496 'observer_list_unittest.cc', 496 'observer_list_unittest.cc',
497 'optional_unittest.cc',
497 'os_compat_android_unittest.cc', 498 'os_compat_android_unittest.cc',
498 'path_service_unittest.cc', 499 'path_service_unittest.cc',
499 'pickle_unittest.cc', 500 'pickle_unittest.cc',
500 'posix/file_descriptor_shuffle_unittest.cc', 501 'posix/file_descriptor_shuffle_unittest.cc',
501 'posix/unix_domain_socket_linux_unittest.cc', 502 'posix/unix_domain_socket_linux_unittest.cc',
502 'power_monitor/power_monitor_unittest.cc', 503 'power_monitor/power_monitor_unittest.cc',
503 'process/memory_unittest.cc', 504 'process/memory_unittest.cc',
504 'process/memory_unittest_mac.h', 505 'process/memory_unittest_mac.h',
505 'process/memory_unittest_mac.mm', 506 'process/memory_unittest_mac.mm',
506 'process/process_metrics_unittest.cc', 507 'process/process_metrics_unittest.cc',
(...skipping 1175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1682 '../build/isolate.gypi', 1683 '../build/isolate.gypi',
1683 ], 1684 ],
1684 'sources': [ 1685 'sources': [
1685 'base_unittests.isolate', 1686 'base_unittests.isolate',
1686 ], 1687 ],
1687 }, 1688 },
1688 ], 1689 ],
1689 }], 1690 }],
1690 ], 1691 ],
1691 } 1692 }
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