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

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: review comments 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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 'metrics/persistent_histogram_allocator_unittest.cc', 493 'metrics/persistent_histogram_allocator_unittest.cc',
494 'metrics/persistent_memory_allocator_unittest.cc', 494 'metrics/persistent_memory_allocator_unittest.cc',
495 'metrics/persistent_sample_map_unittest.cc', 495 'metrics/persistent_sample_map_unittest.cc',
496 'metrics/sample_map_unittest.cc', 496 'metrics/sample_map_unittest.cc',
497 'metrics/sample_vector_unittest.cc', 497 'metrics/sample_vector_unittest.cc',
498 'metrics/sparse_histogram_unittest.cc', 498 'metrics/sparse_histogram_unittest.cc',
499 'metrics/statistics_recorder_unittest.cc', 499 'metrics/statistics_recorder_unittest.cc',
500 'native_library_unittest.cc', 500 'native_library_unittest.cc',
501 'numerics/safe_numerics_unittest.cc', 501 'numerics/safe_numerics_unittest.cc',
502 'observer_list_unittest.cc', 502 'observer_list_unittest.cc',
503 'optional_unittest.cc',
503 'os_compat_android_unittest.cc', 504 'os_compat_android_unittest.cc',
504 'path_service_unittest.cc', 505 'path_service_unittest.cc',
505 'pickle_unittest.cc', 506 'pickle_unittest.cc',
506 'posix/file_descriptor_shuffle_unittest.cc', 507 'posix/file_descriptor_shuffle_unittest.cc',
507 'posix/unix_domain_socket_linux_unittest.cc', 508 'posix/unix_domain_socket_linux_unittest.cc',
508 'power_monitor/power_monitor_unittest.cc', 509 'power_monitor/power_monitor_unittest.cc',
509 'process/memory_unittest.cc', 510 'process/memory_unittest.cc',
510 'process/memory_unittest_mac.h', 511 'process/memory_unittest_mac.h',
511 'process/memory_unittest_mac.mm', 512 'process/memory_unittest_mac.mm',
512 'process/process_metrics_unittest.cc', 513 'process/process_metrics_unittest.cc',
(...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1712 '../build/isolate.gypi', 1713 '../build/isolate.gypi',
1713 ], 1714 ],
1714 'sources': [ 1715 'sources': [
1715 'base_unittests.isolate', 1716 'base_unittests.isolate',
1716 ], 1717 ],
1717 }, 1718 },
1718 ], 1719 ],
1719 }], 1720 }],
1720 ], 1721 ],
1721 } 1722 }
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