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

Side by Side Diff: chrome/chrome_browser.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 | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/chrome_common.gypi » ('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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after
1402 'browser/memory_details.cc', 1402 'browser/memory_details.cc',
1403 'browser/memory_details.h', 1403 'browser/memory_details.h',
1404 'browser/memory_details_android.cc', 1404 'browser/memory_details_android.cc',
1405 'browser/memory_details_linux.cc', 1405 'browser/memory_details_linux.cc',
1406 'browser/memory_details_mac.cc', 1406 'browser/memory_details_mac.cc',
1407 'browser/memory_details_win.cc', 1407 'browser/memory_details_win.cc',
1408 'browser/memory_purger.cc', 1408 'browser/memory_purger.cc',
1409 'browser/memory_purger.h', 1409 'browser/memory_purger.h',
1410 'browser/metrics/field_trial_synchronizer.cc', 1410 'browser/metrics/field_trial_synchronizer.cc',
1411 'browser/metrics/field_trial_synchronizer.h', 1411 'browser/metrics/field_trial_synchronizer.h',
1412 'browser/metrics/histogram_synchronizer.cc',
1413 'browser/metrics/histogram_synchronizer.h',
1414 'browser/metrics/metric_event_duration_details.h', 1412 'browser/metrics/metric_event_duration_details.h',
1415 'browser/metrics/metrics_log.cc', 1413 'browser/metrics/metrics_log.cc',
1416 'browser/metrics/metrics_log.h', 1414 'browser/metrics/metrics_log.h',
1417 'browser/metrics/metrics_log_serializer.cc', 1415 'browser/metrics/metrics_log_serializer.cc',
1418 'browser/metrics/metrics_log_serializer.h', 1416 'browser/metrics/metrics_log_serializer.h',
1419 'browser/metrics/metrics_reporting_scheduler.cc', 1417 'browser/metrics/metrics_reporting_scheduler.cc',
1420 'browser/metrics/metrics_reporting_scheduler.h', 1418 'browser/metrics/metrics_reporting_scheduler.h',
1421 'browser/metrics/metrics_response.cc', 1419 'browser/metrics/metrics_response.cc',
1422 'browser/metrics/metrics_response.h', 1420 'browser/metrics/metrics_response.h',
1423 'browser/metrics/metrics_service.cc', 1421 'browser/metrics/metrics_service.cc',
(...skipping 3957 matching lines...) Expand 10 before | Expand all | Expand 10 after
5381 'browser/metrics/proto/study.proto', 5379 'browser/metrics/proto/study.proto',
5382 ], 5380 ],
5383 'variables': { 5381 'variables': {
5384 'proto_in_dir': 'browser/metrics/proto', 5382 'proto_in_dir': 'browser/metrics/proto',
5385 'proto_out_dir': 'chrome/browser/metrics/proto', 5383 'proto_out_dir': 'chrome/browser/metrics/proto',
5386 }, 5384 },
5387 'includes': [ '../build/protoc.gypi' ] 5385 'includes': [ '../build/protoc.gypi' ]
5388 }, 5386 },
5389 ], 5387 ],
5390 } 5388 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698