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

Side by Side Diff: chrome/chrome_common.gypi

Issue 10454086: Histograms - Support histograms for Plugins, GPU (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'common/mac/cfbundle_blocker.h', 212 'common/mac/cfbundle_blocker.h',
213 'common/mac/cfbundle_blocker.mm', 213 'common/mac/cfbundle_blocker.mm',
214 'common/mac/launchd.h', 214 'common/mac/launchd.h',
215 'common/mac/launchd.mm', 215 'common/mac/launchd.mm',
216 'common/mac/objc_method_swizzle.h', 216 'common/mac/objc_method_swizzle.h',
217 'common/mac/objc_method_swizzle.mm', 217 'common/mac/objc_method_swizzle.mm',
218 'common/mac/objc_zombie.h', 218 'common/mac/objc_zombie.h',
219 'common/mac/objc_zombie.mm', 219 'common/mac/objc_zombie.mm',
220 'common/metrics/experiments_helper.cc', 220 'common/metrics/experiments_helper.cc',
221 'common/metrics/experiments_helper.h', 221 'common/metrics/experiments_helper.h',
222 'common/metrics/histogram_sender.cc',
223 'common/metrics/histogram_sender.h',
224 'common/metrics/metrics_log_base.cc', 222 'common/metrics/metrics_log_base.cc',
225 'common/metrics/metrics_log_base.h', 223 'common/metrics/metrics_log_base.h',
226 'common/metrics/metrics_log_manager.cc', 224 'common/metrics/metrics_log_manager.cc',
227 'common/metrics/metrics_log_manager.h', 225 'common/metrics/metrics_log_manager.h',
228 'common/metrics/metrics_service_base.cc', 226 'common/metrics/metrics_service_base.cc',
229 'common/metrics/metrics_service_base.h', 227 'common/metrics/metrics_service_base.h',
230 'common/multi_process_lock.h', 228 'common/multi_process_lock.h',
231 'common/multi_process_lock_linux.cc', 229 'common/multi_process_lock_linux.cc',
232 'common/multi_process_lock_mac.cc', 230 'common/multi_process_lock_mac.cc',
233 'common/multi_process_lock_win.cc', 231 'common/multi_process_lock_win.cc',
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 'common/metrics/proto/user_action_event.proto', 529 'common/metrics/proto/user_action_event.proto',
532 ], 530 ],
533 'variables': { 531 'variables': {
534 'proto_in_dir': 'common/metrics/proto', 532 'proto_in_dir': 'common/metrics/proto',
535 'proto_out_dir': 'chrome/common/metrics/proto', 533 'proto_out_dir': 'chrome/common/metrics/proto',
536 }, 534 },
537 'includes': [ '../build/protoc.gypi' ], 535 'includes': [ '../build/protoc.gypi' ],
538 }, 536 },
539 ], 537 ],
540 } 538 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698