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

Side by Side Diff: base/base.gyp

Issue 10829466: SampleSet -> HistogramSamples (will be reused by SparseHistogram) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 | 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'memory/scoped_ptr_unittest.nc', 433 'memory/scoped_ptr_unittest.nc',
434 'memory/scoped_vector_unittest.cc', 434 'memory/scoped_vector_unittest.cc',
435 'memory/singleton_unittest.cc', 435 'memory/singleton_unittest.cc',
436 'memory/weak_ptr_unittest.cc', 436 'memory/weak_ptr_unittest.cc',
437 'memory/weak_ptr_unittest.nc', 437 'memory/weak_ptr_unittest.nc',
438 'message_loop_proxy_impl_unittest.cc', 438 'message_loop_proxy_impl_unittest.cc',
439 'message_loop_proxy_unittest.cc', 439 'message_loop_proxy_unittest.cc',
440 'message_loop_unittest.cc', 440 'message_loop_unittest.cc',
441 'message_pump_glib_unittest.cc', 441 'message_pump_glib_unittest.cc',
442 'message_pump_libevent_unittest.cc', 442 'message_pump_libevent_unittest.cc',
443 'metrics/sample_vector_unittest.cc',
443 'metrics/bucket_ranges_unittest.cc', 444 'metrics/bucket_ranges_unittest.cc',
444 'metrics/field_trial_unittest.cc', 445 'metrics/field_trial_unittest.cc',
445 'metrics/histogram_unittest.cc', 446 'metrics/histogram_unittest.cc',
446 'metrics/sparse_histogram_unittest.cc', 447 'metrics/sparse_histogram_unittest.cc',
447 'metrics/stats_table_unittest.cc', 448 'metrics/stats_table_unittest.cc',
448 'metrics/statistics_recorder_unittest.cc', 449 'metrics/statistics_recorder_unittest.cc',
449 'observer_list_unittest.cc', 450 'observer_list_unittest.cc',
450 'os_compat_android_unittest.cc', 451 'os_compat_android_unittest.cc',
451 'path_service_unittest.cc', 452 'path_service_unittest.cc',
452 'pickle_unittest.cc', 453 'pickle_unittest.cc',
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 '--result', '<@(_outputs)', 1052 '--result', '<@(_outputs)',
1052 '--isolate', 'base_unittests.isolate', 1053 '--isolate', 'base_unittests.isolate',
1053 ], 1054 ],
1054 }, 1055 },
1055 ], 1056 ],
1056 }, 1057 },
1057 ], 1058 ],
1058 }], 1059 }],
1059 ], 1060 ],
1060 } 1061 }
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