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

Side by Side Diff: content/content_browser.gypi

Issue 10041017: Show gpu process stats in about:tcmalloc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address nits, call OnStatsForChildProcess directly from IO thread instead of posting to UI Created 8 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 | Annotate | Revision Log
« no previous file with comments | « content/common/child_thread.cc ('k') | content/gpu/gpu_child_thread.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) 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 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 'browser/ssl/ssl_manager.cc', 627 'browser/ssl/ssl_manager.cc',
628 'browser/ssl/ssl_manager.h', 628 'browser/ssl/ssl_manager.h',
629 'browser/ssl/ssl_policy.cc', 629 'browser/ssl/ssl_policy.cc',
630 'browser/ssl/ssl_policy.h', 630 'browser/ssl/ssl_policy.h',
631 'browser/ssl/ssl_policy_backend.cc', 631 'browser/ssl/ssl_policy_backend.cc',
632 'browser/ssl/ssl_policy_backend.h', 632 'browser/ssl/ssl_policy_backend.h',
633 'browser/ssl/ssl_request_info.cc', 633 'browser/ssl/ssl_request_info.cc',
634 'browser/ssl/ssl_request_info.h', 634 'browser/ssl/ssl_request_info.h',
635 'browser/system_message_window_win.cc', 635 'browser/system_message_window_win.cc',
636 'browser/system_message_window_win.h', 636 'browser/system_message_window_win.h',
637 'browser/tcmalloc_internals_request_job.cc',
638 'browser/tcmalloc_internals_request_job.h',
637 'browser/web_contents/debug_urls.cc', 639 'browser/web_contents/debug_urls.cc',
638 'browser/web_contents/debug_urls.h', 640 'browser/web_contents/debug_urls.h',
639 'browser/web_contents/drag_utils_gtk.cc', 641 'browser/web_contents/drag_utils_gtk.cc',
640 'browser/web_contents/drag_utils_gtk.h', 642 'browser/web_contents/drag_utils_gtk.h',
641 'browser/web_contents/interstitial_page_impl.cc', 643 'browser/web_contents/interstitial_page_impl.cc',
642 'browser/web_contents/interstitial_page_impl.h', 644 'browser/web_contents/interstitial_page_impl.h',
643 'browser/web_contents/navigation_controller_impl.cc', 645 'browser/web_contents/navigation_controller_impl.cc',
644 'browser/web_contents/navigation_controller_impl.h', 646 'browser/web_contents/navigation_controller_impl.h',
645 'browser/web_contents/navigation_entry_impl.cc', 647 'browser/web_contents/navigation_entry_impl.cc',
646 'browser/web_contents/navigation_entry_impl.h', 648 'browser/web_contents/navigation_entry_impl.h',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 ], 903 ],
902 }], 904 }],
903 ['input_speech==0', { 905 ['input_speech==0', {
904 'sources/': [ 906 'sources/': [
905 ['exclude', '^browser/speech/'], 907 ['exclude', '^browser/speech/'],
906 ], 908 ],
907 }], 909 }],
908 ], 910 ],
909 } 911 }
910 912
OLDNEW
« no previous file with comments | « content/common/child_thread.cc ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698