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

Side by Side Diff: base/base.gypi

Issue 7004040: Remove NaCl.Startups histogram, this data is tracked in the NaCl plugin now (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: merge with HEAD Created 9 years, 7 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/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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'message_loop_proxy_impl.cc', 156 'message_loop_proxy_impl.cc',
157 'message_loop_proxy_impl.h', 157 'message_loop_proxy_impl.h',
158 'message_pump.cc', 158 'message_pump.cc',
159 'message_pump.h', 159 'message_pump.h',
160 'message_pump_default.cc', 160 'message_pump_default.cc',
161 'message_pump_default.h', 161 'message_pump_default.h',
162 'message_pump_win.cc', 162 'message_pump_win.cc',
163 'message_pump_win.h', 163 'message_pump_win.h',
164 'metrics/histogram.cc', 164 'metrics/histogram.cc',
165 'metrics/histogram.h', 165 'metrics/histogram.h',
166 'metrics/nacl_histogram.cc',
167 'metrics/nacl_histogram.h',
168 'metrics/stats_counters.cc', 166 'metrics/stats_counters.cc',
169 'metrics/stats_counters.h', 167 'metrics/stats_counters.h',
170 'metrics/stats_table.cc', 168 'metrics/stats_table.cc',
171 'metrics/stats_table.h', 169 'metrics/stats_table.h',
172 'mime_util.h', 170 'mime_util.h',
173 'mime_util_xdg.cc', 171 'mime_util_xdg.cc',
174 'native_library.h', 172 'native_library.h',
175 'native_library_linux.cc', 173 'native_library_linux.cc',
176 'native_library_mac.mm', 174 'native_library_mac.mm',
177 'native_library_win.cc', 175 'native_library_win.cc',
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 'third_party/xdg_mime/xdgmimemagic.c', 681 'third_party/xdg_mime/xdgmimemagic.c',
684 'third_party/xdg_mime/xdgmimemagic.h', 682 'third_party/xdg_mime/xdgmimemagic.h',
685 'third_party/xdg_mime/xdgmimeparent.c', 683 'third_party/xdg_mime/xdgmimeparent.c',
686 'third_party/xdg_mime/xdgmimeparent.h', 684 'third_party/xdg_mime/xdgmimeparent.h',
687 ], 685 ],
688 }, 686 },
689 ], 687 ],
690 }], 688 }],
691 ], 689 ],
692 } 690 }
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