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

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

Powered by Google App Engine
This is Rietveld 408576698