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

Unified Diff: chrome/chrome_browser.gypi

Issue 547063003: Remove the unmaintained performance monitor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Attempt to fix GN Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 13aa270fa0f8f0bec03c8f702514c8b37a41e1aa..1422ff1459218a0fa04b3ef22a489293734fc66e 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -834,24 +834,11 @@
'browser/password_manager/save_password_infobar_delegate.h',
'browser/password_manager/sync_metrics.cc',
'browser/password_manager/sync_metrics.h',
- 'browser/performance_monitor/constants.cc',
'browser/performance_monitor/constants.h',
- 'browser/performance_monitor/database.cc',
- 'browser/performance_monitor/database.h',
- 'browser/performance_monitor/event.cc',
- 'browser/performance_monitor/event.h',
- 'browser/performance_monitor/key_builder.cc',
- 'browser/performance_monitor/key_builder.h',
- 'browser/performance_monitor/metric.cc',
- 'browser/performance_monitor/metric.h',
'browser/performance_monitor/performance_monitor.cc',
'browser/performance_monitor/performance_monitor.h',
- 'browser/performance_monitor/performance_monitor_util.cc',
- 'browser/performance_monitor/performance_monitor_util.h',
'browser/performance_monitor/process_metrics_history.cc',
'browser/performance_monitor/process_metrics_history.h',
- 'browser/performance_monitor/startup_timer.cc',
- 'browser/performance_monitor/startup_timer.h',
'browser/platform_util.h',
'browser/platform_util_android.cc',
'browser/platform_util_chromeos.cc',
@@ -2882,7 +2869,6 @@
['OS != "ios"', {
'dependencies': [
'apps',
- 'browser/performance_monitor/performance_monitor.gyp:performance_monitor',
'browser/extensions/api/api_registration.gyp:chrome_api_registration',
'common/extensions/api/api.gyp:chrome_api',
'debugger',

Powered by Google App Engine
This is Rietveld 408576698