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

Side by Side Diff: base/base.gypi

Issue 4065005: Add histogram to track number of .nexe launches, normalized against opening n... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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/nacl_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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'base_extra_target': 0, 9 'base_extra_target': 0,
10 }, 10 },
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'message_loop_proxy_impl.cc', 141 'message_loop_proxy_impl.cc',
142 'message_loop_proxy_impl.h', 142 'message_loop_proxy_impl.h',
143 'message_pump.cc', 143 'message_pump.cc',
144 'message_pump.h', 144 'message_pump.h',
145 'message_pump_default.cc', 145 'message_pump_default.cc',
146 'message_pump_default.h', 146 'message_pump_default.h',
147 'message_pump_win.cc', 147 'message_pump_win.cc',
148 'message_pump_win.h', 148 'message_pump_win.h',
149 'metrics/histogram.cc', 149 'metrics/histogram.cc',
150 'metrics/histogram.h', 150 'metrics/histogram.h',
151 'metrics/nacl_histogram.cc',
152 'metrics/nacl_histogram.h',
151 'metrics/stats_counters.cc', 153 'metrics/stats_counters.cc',
152 'metrics/stats_counters.h', 154 'metrics/stats_counters.h',
153 'metrics/stats_table.cc', 155 'metrics/stats_table.cc',
154 'metrics/stats_table.h', 156 'metrics/stats_table.h',
155 'mime_util.h', 157 'mime_util.h',
156 'mime_util_xdg.cc', 158 'mime_util_xdg.cc',
157 'move.h', 159 'move.h',
158 'native_library.h', 160 'native_library.h',
159 'native_library_linux.cc', 161 'native_library_linux.cc',
160 'native_library_mac.mm', 162 'native_library_mac.mm',
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 'third_party/xdg_mime/xdgmimemagic.c', 804 'third_party/xdg_mime/xdgmimemagic.c',
803 'third_party/xdg_mime/xdgmimemagic.h', 805 'third_party/xdg_mime/xdgmimemagic.h',
804 'third_party/xdg_mime/xdgmimeparent.c', 806 'third_party/xdg_mime/xdgmimeparent.c',
805 'third_party/xdg_mime/xdgmimeparent.h', 807 'third_party/xdg_mime/xdgmimeparent.h',
806 ], 808 ],
807 }, 809 },
808 ], 810 ],
809 }], 811 }],
810 ], 812 ],
811 } 813 }
OLDNEW
« no previous file with comments | « no previous file | base/metrics/nacl_histogram.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698