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

Side by Side Diff: content/content_browser.gypi

Issue 972083002: Report utility process JS memory in task manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8-pac-oop
Patch Set: Clean up. Created 5 years, 8 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 (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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'public/browser/browser_plugin_guest_delegate.h', 89 'public/browser/browser_plugin_guest_delegate.h',
90 'public/browser/browser_plugin_guest_manager.cc', 90 'public/browser/browser_plugin_guest_manager.cc',
91 'public/browser/browser_plugin_guest_manager.h', 91 'public/browser/browser_plugin_guest_manager.h',
92 'public/browser/browser_ppapi_host.h', 92 'public/browser/browser_ppapi_host.h',
93 'public/browser/browser_shutdown.h', 93 'public/browser/browser_shutdown.h',
94 'public/browser/browser_thread.h', 94 'public/browser/browser_thread.h',
95 'public/browser/browser_thread_delegate.h', 95 'public/browser/browser_thread_delegate.h',
96 'public/browser/browser_url_handler.h', 96 'public/browser/browser_url_handler.h',
97 'public/browser/cert_store.h', 97 'public/browser/cert_store.h',
98 'public/browser/certificate_request_result_type.h', 98 'public/browser/certificate_request_result_type.h',
99 'public/browser/child_process_data.cc',
99 'public/browser/child_process_data.h', 100 'public/browser/child_process_data.h',
100 'public/browser/child_process_security_policy.h', 101 'public/browser/child_process_security_policy.h',
101 'public/browser/client_certificate_delegate.h', 102 'public/browser/client_certificate_delegate.h',
102 'public/browser/color_chooser.h', 103 'public/browser/color_chooser.h',
103 'public/browser/content_browser_client.cc', 104 'public/browser/content_browser_client.cc',
104 'public/browser/content_browser_client.h', 105 'public/browser/content_browser_client.h',
105 'public/browser/context_factory.h', 106 'public/browser/context_factory.h',
106 'public/browser/cookie_store_factory.h', 107 'public/browser/cookie_store_factory.h',
107 'public/browser/desktop_media_id.cc', 108 'public/browser/desktop_media_id.cc',
108 'public/browser/desktop_media_id.h', 109 'public/browser/desktop_media_id.h',
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 'browser/power_save_blocker_mac.cc', 1055 'browser/power_save_blocker_mac.cc',
1055 'browser/power_save_blocker_ozone.cc', 1056 'browser/power_save_blocker_ozone.cc',
1056 'browser/power_save_blocker_win.cc', 1057 'browser/power_save_blocker_win.cc',
1057 'browser/power_save_blocker_x11.cc', 1058 'browser/power_save_blocker_x11.cc',
1058 'browser/power_usage_monitor_impl.cc', 1059 'browser/power_usage_monitor_impl.cc',
1059 'browser/power_usage_monitor_impl.h', 1060 'browser/power_usage_monitor_impl.h',
1060 'browser/presentation/presentation_service_impl.cc', 1061 'browser/presentation/presentation_service_impl.cc',
1061 'browser/presentation/presentation_service_impl.h', 1062 'browser/presentation/presentation_service_impl.h',
1062 'browser/presentation/presentation_type_converters.cc', 1063 'browser/presentation/presentation_type_converters.cc',
1063 'browser/presentation/presentation_type_converters.h', 1064 'browser/presentation/presentation_type_converters.h',
1065 'browser/process_resource_usage_impl.cc',
1066 'browser/process_resource_usage_impl.h',
1064 'browser/profiler_controller_impl.cc', 1067 'browser/profiler_controller_impl.cc',
1065 'browser/profiler_controller_impl.h', 1068 'browser/profiler_controller_impl.h',
1066 'browser/profiler_message_filter.cc', 1069 'browser/profiler_message_filter.cc',
1067 'browser/profiler_message_filter.h', 1070 'browser/profiler_message_filter.h',
1068 'browser/push_messaging/push_messaging_message_filter.cc', 1071 'browser/push_messaging/push_messaging_message_filter.cc',
1069 'browser/push_messaging/push_messaging_message_filter.h', 1072 'browser/push_messaging/push_messaging_message_filter.h',
1070 'browser/push_messaging/push_messaging_router.cc', 1073 'browser/push_messaging/push_messaging_router.cc',
1071 'browser/push_messaging/push_messaging_router.h', 1074 'browser/push_messaging/push_messaging_router.h',
1072 'browser/quota_dispatcher_host.cc', 1075 'browser/quota_dispatcher_host.cc',
1073 'browser/quota_dispatcher_host.h', 1076 'browser/quota_dispatcher_host.h',
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
2028 'browser/media/media_web_contents_observer.h', 2031 'browser/media/media_web_contents_observer.h',
2029 ], 2032 ],
2030 }], 2033 }],
2031 ['OS == "linux" and use_openssl==1', { 2034 ['OS == "linux" and use_openssl==1', {
2032 'dependencies': [ 2035 'dependencies': [
2033 '../third_party/boringssl/boringssl.gyp:boringssl', 2036 '../third_party/boringssl/boringssl.gyp:boringssl',
2034 ], 2037 ],
2035 }], 2038 }],
2036 ], 2039 ],
2037 } 2040 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698