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

Side by Side Diff: base/base.gypi

Issue 10454086: Histograms - Support histograms for Plugins, GPU (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/metrics/histogram_flattener.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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'message_pump.cc', 228 'message_pump.cc',
229 'message_pump.h', 229 'message_pump.h',
230 'message_pump_android.cc', 230 'message_pump_android.cc',
231 'message_pump_android.h', 231 'message_pump_android.h',
232 'message_pump_default.cc', 232 'message_pump_default.cc',
233 'message_pump_default.h', 233 'message_pump_default.h',
234 'message_pump_win.cc', 234 'message_pump_win.cc',
235 'message_pump_win.h', 235 'message_pump_win.h',
236 'metrics/histogram.cc', 236 'metrics/histogram.cc',
237 'metrics/histogram.h', 237 'metrics/histogram.h',
238 'metrics/histogram_flattener.h',
239 'metrics/histogram_snapshot_manager.cc',
240 'metrics/histogram_snapshot_manager.h',
238 'metrics/stats_counters.cc', 241 'metrics/stats_counters.cc',
239 'metrics/stats_counters.h', 242 'metrics/stats_counters.h',
240 'metrics/stats_table.cc', 243 'metrics/stats_table.cc',
241 'metrics/stats_table.h', 244 'metrics/stats_table.h',
242 'move.h', 245 'move.h',
243 'native_library.h', 246 'native_library.h',
244 'native_library_mac.mm', 247 'native_library_mac.mm',
245 'native_library_posix.cc', 248 'native_library_posix.cc',
246 'native_library_win.cc', 249 'native_library_win.cc',
247 'observer_list.h', 250 'observer_list.h',
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { 650 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
648 'sources/': [ 651 'sources/': [
649 ['exclude', '^chromeos/'], 652 ['exclude', '^chromeos/'],
650 ], 653 ],
651 }], 654 }],
652 ], 655 ],
653 }], 656 }],
654 ], 657 ],
655 }, 658 },
656 } 659 }
OLDNEW
« no previous file with comments | « no previous file | base/metrics/histogram_flattener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698