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

Side by Side Diff: base/base.gyp

Issue 11411318: DO NOT COMMIT: NullPtr support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: WIP Created 8 years 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/base.gypi » ('j') | no next file with comments »
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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 'message_pump_io_ios_unittest.cc', 486 'message_pump_io_ios_unittest.cc',
487 'message_pump_libevent_unittest.cc', 487 'message_pump_libevent_unittest.cc',
488 'metrics/sample_map_unittest.cc', 488 'metrics/sample_map_unittest.cc',
489 'metrics/sample_vector_unittest.cc', 489 'metrics/sample_vector_unittest.cc',
490 'metrics/bucket_ranges_unittest.cc', 490 'metrics/bucket_ranges_unittest.cc',
491 'metrics/field_trial_unittest.cc', 491 'metrics/field_trial_unittest.cc',
492 'metrics/histogram_unittest.cc', 492 'metrics/histogram_unittest.cc',
493 'metrics/sparse_histogram_unittest.cc', 493 'metrics/sparse_histogram_unittest.cc',
494 'metrics/stats_table_unittest.cc', 494 'metrics/stats_table_unittest.cc',
495 'metrics/statistics_recorder_unittest.cc', 495 'metrics/statistics_recorder_unittest.cc',
496 'nullptr_unittest.cc',
496 'observer_list_unittest.cc', 497 'observer_list_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 'platform_file_unittest.cc', 501 'platform_file_unittest.cc',
501 'posix/file_descriptor_shuffle_unittest.cc', 502 'posix/file_descriptor_shuffle_unittest.cc',
502 'pr_time_unittest.cc', 503 'pr_time_unittest.cc',
503 'process_util_unittest.cc', 504 'process_util_unittest.cc',
504 'process_util_unittest_ios.cc', 505 'process_util_unittest_ios.cc',
505 'process_util_unittest_mac.h', 506 'process_util_unittest_mac.h',
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'base_unittests.isolate', 1105 'base_unittests.isolate',
1105 ], 1106 ],
1106 'sources': [ 1107 'sources': [
1107 'base_unittests.isolate', 1108 'base_unittests.isolate',
1108 ], 1109 ],
1109 }, 1110 },
1110 ], 1111 ],
1111 }], 1112 }],
1112 ], 1113 ],
1113 } 1114 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698