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

Side by Side Diff: base/base.gyp

Issue 10830156: Skeleton code of SparseHistogram (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/metrics/histogram.cc » ('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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 'memory/weak_ptr_unittest.cc', 430 'memory/weak_ptr_unittest.cc',
431 'memory/weak_ptr_unittest.nc', 431 'memory/weak_ptr_unittest.nc',
432 'message_loop_proxy_impl_unittest.cc', 432 'message_loop_proxy_impl_unittest.cc',
433 'message_loop_proxy_unittest.cc', 433 'message_loop_proxy_unittest.cc',
434 'message_loop_unittest.cc', 434 'message_loop_unittest.cc',
435 'message_pump_glib_unittest.cc', 435 'message_pump_glib_unittest.cc',
436 'message_pump_libevent_unittest.cc', 436 'message_pump_libevent_unittest.cc',
437 'metrics/bucket_ranges_unittest.cc', 437 'metrics/bucket_ranges_unittest.cc',
438 'metrics/field_trial_unittest.cc', 438 'metrics/field_trial_unittest.cc',
439 'metrics/histogram_unittest.cc', 439 'metrics/histogram_unittest.cc',
440 'metrics/sparse_histogram_unittest.cc',
440 'metrics/stats_table_unittest.cc', 441 'metrics/stats_table_unittest.cc',
441 'metrics/statistics_recorder_unittest.cc', 442 'metrics/statistics_recorder_unittest.cc',
442 'observer_list_unittest.cc', 443 'observer_list_unittest.cc',
443 'os_compat_android_unittest.cc', 444 'os_compat_android_unittest.cc',
444 'path_service_unittest.cc', 445 'path_service_unittest.cc',
445 'pickle_unittest.cc', 446 'pickle_unittest.cc',
446 'platform_file_unittest.cc', 447 'platform_file_unittest.cc',
447 'pr_time_unittest.cc', 448 'pr_time_unittest.cc',
448 'process_util_unittest.cc', 449 'process_util_unittest.cc',
449 'process_util_unittest_ios.cc', 450 'process_util_unittest_ios.cc',
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 '--result', '<@(_outputs)', 1023 '--result', '<@(_outputs)',
1023 '--isolate', 'base_unittests.isolate', 1024 '--isolate', 'base_unittests.isolate',
1024 ], 1025 ],
1025 }, 1026 },
1026 ], 1027 ],
1027 }, 1028 },
1028 ], 1029 ],
1029 }], 1030 }],
1030 ], 1031 ],
1031 } 1032 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/metrics/histogram.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698