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

Side by Side 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: Rebase 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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 'browser/password_manager/password_store_mac.h', 825 'browser/password_manager/password_store_mac.h',
826 'browser/password_manager/password_store_mac_internal.h', 826 'browser/password_manager/password_store_mac_internal.h',
827 'browser/password_manager/password_store_win.cc', 827 'browser/password_manager/password_store_win.cc',
828 'browser/password_manager/password_store_win.h', 828 'browser/password_manager/password_store_win.h',
829 'browser/password_manager/password_store_x.cc', 829 'browser/password_manager/password_store_x.cc',
830 'browser/password_manager/password_store_x.h', 830 'browser/password_manager/password_store_x.h',
831 'browser/password_manager/save_password_infobar_delegate.cc', 831 'browser/password_manager/save_password_infobar_delegate.cc',
832 'browser/password_manager/save_password_infobar_delegate.h', 832 'browser/password_manager/save_password_infobar_delegate.h',
833 'browser/password_manager/sync_metrics.cc', 833 'browser/password_manager/sync_metrics.cc',
834 'browser/password_manager/sync_metrics.h', 834 'browser/password_manager/sync_metrics.h',
835 'browser/performance_monitor/constants.cc',
836 'browser/performance_monitor/constants.h',
837 'browser/performance_monitor/database.cc',
838 'browser/performance_monitor/database.h',
839 'browser/performance_monitor/event.cc',
840 'browser/performance_monitor/event.h',
841 'browser/performance_monitor/key_builder.cc',
842 'browser/performance_monitor/key_builder.h',
843 'browser/performance_monitor/metric.cc',
844 'browser/performance_monitor/metric.h',
845 'browser/performance_monitor/performance_monitor.cc', 835 'browser/performance_monitor/performance_monitor.cc',
846 'browser/performance_monitor/performance_monitor.h', 836 'browser/performance_monitor/performance_monitor.h',
847 'browser/performance_monitor/performance_monitor_util.cc',
848 'browser/performance_monitor/performance_monitor_util.h',
849 'browser/performance_monitor/process_metrics_history.cc', 837 'browser/performance_monitor/process_metrics_history.cc',
850 'browser/performance_monitor/process_metrics_history.h', 838 'browser/performance_monitor/process_metrics_history.h',
851 'browser/performance_monitor/startup_timer.cc',
852 'browser/performance_monitor/startup_timer.h',
853 'browser/platform_util.h', 839 'browser/platform_util.h',
854 'browser/platform_util_android.cc', 840 'browser/platform_util_android.cc',
855 'browser/platform_util_chromeos.cc', 841 'browser/platform_util_chromeos.cc',
856 'browser/platform_util_mac.mm', 842 'browser/platform_util_mac.mm',
857 'browser/platform_util_win.cc', 843 'browser/platform_util_win.cc',
858 'browser/power/process_power_collector.cc', 844 'browser/power/process_power_collector.cc',
859 'browser/power/process_power_collector.h', 845 'browser/power/process_power_collector.h',
860 'browser/precache/most_visited_urls_provider.cc', 846 'browser/precache/most_visited_urls_provider.cc',
861 'browser/precache/most_visited_urls_provider.h', 847 'browser/precache/most_visited_urls_provider.h',
862 'browser/predictors/autocomplete_action_predictor.cc', 848 'browser/predictors/autocomplete_action_predictor.cc',
(...skipping 2014 matching lines...) Expand 10 before | Expand all | Expand 10 after
2877 'export_dependent_settings': [ 2863 'export_dependent_settings': [
2878 '../components/components.gyp:autofill_core_browser', 2864 '../components/components.gyp:autofill_core_browser',
2879 '../content/content.gyp:content_browser', 2865 '../content/content.gyp:content_browser',
2880 '../sql/sql.gyp:sql', 2866 '../sql/sql.gyp:sql',
2881 '../sync/sync.gyp:sync', 2867 '../sync/sync.gyp:sync',
2882 ], 2868 ],
2883 'conditions': [ 2869 'conditions': [
2884 ['OS != "ios"', { 2870 ['OS != "ios"', {
2885 'dependencies': [ 2871 'dependencies': [
2886 'apps', 2872 'apps',
2887 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2888 'browser/extensions/api/api_registration.gyp:chrome_api_registration ', 2873 'browser/extensions/api/api_registration.gyp:chrome_api_registration ',
2889 'common/extensions/api/api.gyp:chrome_api', 2874 'common/extensions/api/api.gyp:chrome_api',
2890 'debugger', 2875 'debugger',
2891 'installer_util', 2876 'installer_util',
2892 '../third_party/re2/re2.gyp:re2', 2877 '../third_party/re2/re2.gyp:re2',
2893 '../cc/cc.gyp:cc', 2878 '../cc/cc.gyp:cc',
2894 '../components/components.gyp:autofill_content_browser', 2879 '../components/components.gyp:autofill_content_browser',
2895 '../components/components.gyp:dom_distiller_content', 2880 '../components/components.gyp:dom_distiller_content',
2896 '../components/components.gyp:keyed_service_content', 2881 '../components/components.gyp:keyed_service_content',
2897 '../components/components.gyp:navigation_interception', 2882 '../components/components.gyp:navigation_interception',
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
3562 'variables': { 3547 'variables': {
3563 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3548 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3564 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3549 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3565 }, 3550 },
3566 'includes': [ '../build/protoc.gypi' ] 3551 'includes': [ '../build/protoc.gypi' ]
3567 }, 3552 },
3568 ], 3553 ],
3569 },], 3554 },],
3570 ], 3555 ],
3571 } 3556 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698