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

Side by Side Diff: content/content_browser.gypi

Issue 862813002: WIP: Prototype OOP V8 PAC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Slight cleanup and report JS memory usage. Created 5 years, 10 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
« no previous file with comments | « content/browser/utility_process_host_impl.cc ('k') | content/content_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 # 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'public/browser/browser_plugin_guest_delegate.cc', 81 'public/browser/browser_plugin_guest_delegate.cc',
82 'public/browser/browser_plugin_guest_delegate.h', 82 'public/browser/browser_plugin_guest_delegate.h',
83 'public/browser/browser_plugin_guest_manager.cc', 83 'public/browser/browser_plugin_guest_manager.cc',
84 'public/browser/browser_plugin_guest_manager.h', 84 'public/browser/browser_plugin_guest_manager.h',
85 'public/browser/browser_ppapi_host.h', 85 'public/browser/browser_ppapi_host.h',
86 'public/browser/browser_shutdown.h', 86 'public/browser/browser_shutdown.h',
87 'public/browser/browser_url_handler.h', 87 'public/browser/browser_url_handler.h',
88 'public/browser/browser_thread.h', 88 'public/browser/browser_thread.h',
89 'public/browser/browser_thread_delegate.h', 89 'public/browser/browser_thread_delegate.h',
90 'public/browser/cert_store.h', 90 'public/browser/cert_store.h',
91 'public/browser/child_process_data.cc',
91 'public/browser/child_process_data.h', 92 'public/browser/child_process_data.h',
92 'public/browser/child_process_security_policy.h', 93 'public/browser/child_process_security_policy.h',
93 'public/browser/color_chooser.h', 94 'public/browser/color_chooser.h',
94 'public/browser/certificate_request_result_type.h', 95 'public/browser/certificate_request_result_type.h',
95 'public/browser/content_browser_client.cc', 96 'public/browser/content_browser_client.cc',
96 'public/browser/content_browser_client.h', 97 'public/browser/content_browser_client.h',
97 'public/browser/context_factory.h', 98 'public/browser/context_factory.h',
98 'public/browser/cookie_store_factory.h', 99 'public/browser/cookie_store_factory.h',
99 'public/browser/desktop_media_id.cc', 100 'public/browser/desktop_media_id.cc',
100 'public/browser/desktop_media_id.h', 101 'public/browser/desktop_media_id.h',
(...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 'browser/power_save_blocker_android.h', 986 'browser/power_save_blocker_android.h',
986 'browser/power_save_blocker_chromeos.cc', 987 'browser/power_save_blocker_chromeos.cc',
987 'browser/power_save_blocker_impl.cc', 988 'browser/power_save_blocker_impl.cc',
988 'browser/power_save_blocker_impl.h', 989 'browser/power_save_blocker_impl.h',
989 'browser/power_save_blocker_mac.cc', 990 'browser/power_save_blocker_mac.cc',
990 'browser/power_save_blocker_ozone.cc', 991 'browser/power_save_blocker_ozone.cc',
991 'browser/power_save_blocker_win.cc', 992 'browser/power_save_blocker_win.cc',
992 'browser/power_save_blocker_x11.cc', 993 'browser/power_save_blocker_x11.cc',
993 'browser/power_usage_monitor_impl.cc', 994 'browser/power_usage_monitor_impl.cc',
994 'browser/power_usage_monitor_impl.h', 995 'browser/power_usage_monitor_impl.h',
996 'browser/process_resource_impl.cc',
997 'browser/process_resource_impl.h',
995 'browser/profiler_controller_impl.cc', 998 'browser/profiler_controller_impl.cc',
996 'browser/profiler_controller_impl.h', 999 'browser/profiler_controller_impl.h',
997 'browser/profiler_message_filter.cc', 1000 'browser/profiler_message_filter.cc',
998 'browser/profiler_message_filter.h', 1001 'browser/profiler_message_filter.h',
999 'browser/push_messaging/push_messaging_message_filter.cc', 1002 'browser/push_messaging/push_messaging_message_filter.cc',
1000 'browser/push_messaging/push_messaging_message_filter.h', 1003 'browser/push_messaging/push_messaging_message_filter.h',
1001 'browser/push_messaging/push_messaging_router.cc', 1004 'browser/push_messaging/push_messaging_router.cc',
1002 'browser/push_messaging/push_messaging_router.h', 1005 'browser/push_messaging/push_messaging_router.h',
1003 'browser/quota_dispatcher_host.cc', 1006 'browser/quota_dispatcher_host.cc',
1004 'browser/quota_dispatcher_host.h', 1007 'browser/quota_dispatcher_host.h',
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
1966 'browser/media/media_web_contents_observer.h', 1969 'browser/media/media_web_contents_observer.h',
1967 ], 1970 ],
1968 }], 1971 }],
1969 ['OS == "linux" and use_openssl==1', { 1972 ['OS == "linux" and use_openssl==1', {
1970 'dependencies': [ 1973 'dependencies': [
1971 '../third_party/boringssl/boringssl.gyp:boringssl', 1974 '../third_party/boringssl/boringssl.gyp:boringssl',
1972 ], 1975 ],
1973 }], 1976 }],
1974 ], 1977 ],
1975 } 1978 }
OLDNEW
« no previous file with comments | « content/browser/utility_process_host_impl.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698