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

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, 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 # 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 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after
1345 'browser/memory_details.cc', 1345 'browser/memory_details.cc',
1346 'browser/memory_details.h', 1346 'browser/memory_details.h',
1347 'browser/memory_details_android.cc', 1347 'browser/memory_details_android.cc',
1348 'browser/memory_details_linux.cc', 1348 'browser/memory_details_linux.cc',
1349 'browser/memory_details_mac.cc', 1349 'browser/memory_details_mac.cc',
1350 'browser/memory_details_win.cc', 1350 'browser/memory_details_win.cc',
1351 'browser/memory_purger.cc', 1351 'browser/memory_purger.cc',
1352 'browser/memory_purger.h', 1352 'browser/memory_purger.h',
1353 'browser/metrics/field_trial_synchronizer.cc', 1353 'browser/metrics/field_trial_synchronizer.cc',
1354 'browser/metrics/field_trial_synchronizer.h', 1354 'browser/metrics/field_trial_synchronizer.h',
1355 'browser/metrics/histogram_synchronizer.cc',
1356 'browser/metrics/histogram_synchronizer.h',
1357 'browser/metrics/metric_event_duration_details.h', 1355 'browser/metrics/metric_event_duration_details.h',
1358 'browser/metrics/metrics_log.cc', 1356 'browser/metrics/metrics_log.cc',
1359 'browser/metrics/metrics_log.h', 1357 'browser/metrics/metrics_log.h',
1360 'browser/metrics/metrics_log_serializer.cc', 1358 'browser/metrics/metrics_log_serializer.cc',
1361 'browser/metrics/metrics_log_serializer.h', 1359 'browser/metrics/metrics_log_serializer.h',
1362 'browser/metrics/metrics_reporting_scheduler.cc', 1360 'browser/metrics/metrics_reporting_scheduler.cc',
1363 'browser/metrics/metrics_reporting_scheduler.h', 1361 'browser/metrics/metrics_reporting_scheduler.h',
1364 'browser/metrics/metrics_response.cc', 1362 'browser/metrics/metrics_response.cc',
1365 'browser/metrics/metrics_response.h', 1363 'browser/metrics/metrics_response.h',
1366 'browser/metrics/metrics_service.cc', 1364 'browser/metrics/metrics_service.cc',
(...skipping 3814 matching lines...) Expand 10 before | Expand all | Expand 10 after
5181 'browser/metrics/proto/study.proto', 5179 'browser/metrics/proto/study.proto',
5182 ], 5180 ],
5183 'variables': { 5181 'variables': {
5184 'proto_in_dir': 'browser/metrics/proto', 5182 'proto_in_dir': 'browser/metrics/proto',
5185 'proto_out_dir': 'chrome/browser/metrics/proto', 5183 'proto_out_dir': 'chrome/browser/metrics/proto',
5186 }, 5184 },
5187 'includes': [ '../build/protoc.gypi' ] 5185 'includes': [ '../build/protoc.gypi' ]
5188 }, 5186 },
5189 ], 5187 ],
5190 } 5188 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698