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

Side by Side Diff: content/content_browser.gypi

Issue 8588023: Collect profiler stats from browser child processes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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
« no previous file with comments | « content/common/child_thread.cc ('k') | content/public/browser/profiler_controller.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 '../crypto/crypto.gyp:crypto', 7 '../crypto/crypto.gyp:crypto',
8 '../net/net.gyp:http_server', 8 '../net/net.gyp:http_server',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 27 matching lines...) Expand all
38 'public/browser/native_web_keyboard_event.h', 38 'public/browser/native_web_keyboard_event.h',
39 'public/browser/navigation_type.h', 39 'public/browser/navigation_type.h',
40 'public/browser/notification_details.h', 40 'public/browser/notification_details.h',
41 'public/browser/notification_observer.h', 41 'public/browser/notification_observer.h',
42 'public/browser/notification_registrar.cc', 42 'public/browser/notification_registrar.cc',
43 'public/browser/notification_registrar.h', 43 'public/browser/notification_registrar.h',
44 'public/browser/notification_service.h', 44 'public/browser/notification_service.h',
45 'public/browser/notification_source.h', 45 'public/browser/notification_source.h',
46 'public/browser/notification_types.h', 46 'public/browser/notification_types.h',
47 'public/browser/plugin_data_remover.h', 47 'public/browser/plugin_data_remover.h',
48 'public/browser/profiler_controller.h',
49 'public/browser/profiler_subscriber.h',
48 'public/browser/render_process_host.h', 50 'public/browser/render_process_host.h',
49 'public/browser/render_process_host_factory.h', 51 'public/browser/render_process_host_factory.h',
50 'public/browser/render_view_host_observer.cc', 52 'public/browser/render_view_host_observer.cc',
51 'public/browser/render_view_host_observer.h', 53 'public/browser/render_view_host_observer.h',
52 'public/browser/resource_dispatcher_host_delegate.h', 54 'public/browser/resource_dispatcher_host_delegate.h',
53 'public/browser/sensors.h', 55 'public/browser/sensors.h',
54 'public/browser/sensors_listener.h', 56 'public/browser/sensors_listener.h',
55 'browser/accessibility/browser_accessibility.cc', 57 'browser/accessibility/browser_accessibility.cc',
56 'browser/accessibility/browser_accessibility.h', 58 'browser/accessibility/browser_accessibility.h',
57 'browser/accessibility/browser_accessibility_cocoa.h', 59 'browser/accessibility/browser_accessibility_cocoa.h',
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'browser/plugin_service.cc', 329 'browser/plugin_service.cc',
328 'browser/plugin_service.h', 330 'browser/plugin_service.h',
329 'browser/plugin_service_filter.h', 331 'browser/plugin_service_filter.h',
330 'browser/power_save_blocker.h', 332 'browser/power_save_blocker.h',
331 'browser/power_save_blocker_common.cc', 333 'browser/power_save_blocker_common.cc',
332 'browser/power_save_blocker_linux.cc', 334 'browser/power_save_blocker_linux.cc',
333 'browser/power_save_blocker_mac.cc', 335 'browser/power_save_blocker_mac.cc',
334 'browser/power_save_blocker_win.cc', 336 'browser/power_save_blocker_win.cc',
335 'browser/ppapi_plugin_process_host.cc', 337 'browser/ppapi_plugin_process_host.cc',
336 'browser/ppapi_plugin_process_host.h', 338 'browser/ppapi_plugin_process_host.h',
339 'browser/profiler_controller_impl.cc',
340 'browser/profiler_controller_impl.h',
341 'browser/profiler_message_filter.cc',
342 'browser/profiler_message_filter.h',
337 'browser/quota_permission_context.h', 343 'browser/quota_permission_context.h',
338 'browser/renderer_host/accelerated_plugin_view_mac.h', 344 'browser/renderer_host/accelerated_plugin_view_mac.h',
339 'browser/renderer_host/accelerated_plugin_view_mac.mm', 345 'browser/renderer_host/accelerated_plugin_view_mac.mm',
340 'browser/renderer_host/accelerated_surface_container_linux_cc.cc', 346 'browser/renderer_host/accelerated_surface_container_linux_cc.cc',
341 'browser/renderer_host/accelerated_surface_container_linux_gl.cc', 347 'browser/renderer_host/accelerated_surface_container_linux_gl.cc',
342 'browser/renderer_host/accelerated_surface_container_linux.h', 348 'browser/renderer_host/accelerated_surface_container_linux.h',
343 'browser/renderer_host/accelerated_surface_container_mac.cc', 349 'browser/renderer_host/accelerated_surface_container_mac.cc',
344 'browser/renderer_host/accelerated_surface_container_mac.h', 350 'browser/renderer_host/accelerated_surface_container_mac.h',
345 'browser/renderer_host/accelerated_surface_container_manager_mac.cc', 351 'browser/renderer_host/accelerated_surface_container_manager_mac.cc',
346 'browser/renderer_host/accelerated_surface_container_manager_mac.h', 352 'browser/renderer_host/accelerated_surface_container_manager_mac.h',
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 'ENABLE_JAVA_BRIDGE', 789 'ENABLE_JAVA_BRIDGE',
784 ], 790 ],
785 }, { 791 }, {
786 'sources/': [ 792 'sources/': [
787 ['exclude', '^browser/renderer_host/java/'], 793 ['exclude', '^browser/renderer_host/java/'],
788 ], 794 ],
789 }], 795 }],
790 ], 796 ],
791 } 797 }
792 798
OLDNEW
« no previous file with comments | « content/common/child_thread.cc ('k') | content/public/browser/profiler_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698