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

Side by Side Diff: base/base.gypi

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
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'message_pump_win.h', 246 'message_pump_win.h',
247 'metrics/bucket_ranges.cc', 247 'metrics/bucket_ranges.cc',
248 'metrics/bucket_ranges.h', 248 'metrics/bucket_ranges.h',
249 'metrics/histogram.cc', 249 'metrics/histogram.cc',
250 'metrics/histogram.h', 250 'metrics/histogram.h',
251 'metrics/histogram_base.cc', 251 'metrics/histogram_base.cc',
252 'metrics/histogram_base.h', 252 'metrics/histogram_base.h',
253 'metrics/histogram_flattener.h', 253 'metrics/histogram_flattener.h',
254 'metrics/histogram_snapshot_manager.cc', 254 'metrics/histogram_snapshot_manager.cc',
255 'metrics/histogram_snapshot_manager.h', 255 'metrics/histogram_snapshot_manager.h',
256 'metrics/sparse_histogram.cc',
257 'metrics/sparse_histogram.h',
256 'metrics/statistics_recorder.cc', 258 'metrics/statistics_recorder.cc',
257 'metrics/statistics_recorder.h', 259 'metrics/statistics_recorder.h',
258 'metrics/stats_counters.cc', 260 'metrics/stats_counters.cc',
259 'metrics/stats_counters.h', 261 'metrics/stats_counters.h',
260 'metrics/stats_table.cc', 262 'metrics/stats_table.cc',
261 'metrics/stats_table.h', 263 'metrics/stats_table.h',
262 'move.h', 264 'move.h',
263 'native_library.h', 265 'native_library.h',
264 'native_library_mac.mm', 266 'native_library_mac.mm',
265 'native_library_posix.cc', 267 'native_library_posix.cc',
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 # Remove all unnecessary files for build_nexe.py to avoid exceeding 676 # Remove all unnecessary files for build_nexe.py to avoid exceeding
675 # command-line-string limitation when building NaCl on Windows. 677 # command-line-string limitation when building NaCl on Windows.
676 ['OS == "win" and >(nacl_untrusted_build)==1', { 678 ['OS == "win" and >(nacl_untrusted_build)==1', {
677 'sources/': [ ['exclude', '\\.h$'] ], 679 'sources/': [ ['exclude', '\\.h$'] ],
678 }], 680 }],
679 ], 681 ],
680 }], 682 }],
681 ], 683 ],
682 }, 684 },
683 } 685 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/metrics/histogram.h » ('j') | base/metrics/histogram.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698