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

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: 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
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 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 'browser/ssl/ssl_manager.cc', 632 'browser/ssl/ssl_manager.cc',
633 'browser/ssl/ssl_manager.h', 633 'browser/ssl/ssl_manager.h',
634 'browser/ssl/ssl_policy.cc', 634 'browser/ssl/ssl_policy.cc',
635 'browser/ssl/ssl_policy.h', 635 'browser/ssl/ssl_policy.h',
636 'browser/ssl/ssl_policy_backend.cc', 636 'browser/ssl/ssl_policy_backend.cc',
637 'browser/ssl/ssl_policy_backend.h', 637 'browser/ssl/ssl_policy_backend.h',
638 'browser/ssl/ssl_request_info.cc', 638 'browser/ssl/ssl_request_info.cc',
639 'browser/ssl/ssl_request_info.h', 639 'browser/ssl/ssl_request_info.h',
640 'browser/system_message_window_win.cc', 640 'browser/system_message_window_win.cc',
641 'browser/system_message_window_win.h', 641 'browser/system_message_window_win.h',
642 'browser/tcmalloc_internals_request_job.cc',
643 'browser/tcmalloc_internals_request_job.h',
642 'browser/web_contents/debug_urls.cc', 644 'browser/web_contents/debug_urls.cc',
643 'browser/web_contents/debug_urls.h', 645 'browser/web_contents/debug_urls.h',
644 'browser/web_contents/drag_utils_gtk.cc', 646 'browser/web_contents/drag_utils_gtk.cc',
645 'browser/web_contents/drag_utils_gtk.h', 647 'browser/web_contents/drag_utils_gtk.h',
646 'browser/web_contents/interstitial_page_impl.cc', 648 'browser/web_contents/interstitial_page_impl.cc',
647 'browser/web_contents/interstitial_page_impl.h', 649 'browser/web_contents/interstitial_page_impl.h',
648 'browser/web_contents/navigation_controller_impl.cc', 650 'browser/web_contents/navigation_controller_impl.cc',
649 'browser/web_contents/navigation_controller_impl.h', 651 'browser/web_contents/navigation_controller_impl.h',
650 'browser/web_contents/navigation_entry_impl.cc', 652 'browser/web_contents/navigation_entry_impl.cc',
651 'browser/web_contents/navigation_entry_impl.h', 653 'browser/web_contents/navigation_entry_impl.h',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 ], 908 ],
907 }], 909 }],
908 ['input_speech==0', { 910 ['input_speech==0', {
909 'sources/': [ 911 'sources/': [
910 ['exclude', '^browser/speech/'], 912 ['exclude', '^browser/speech/'],
911 ], 913 ],
912 }], 914 }],
913 ], 915 ],
914 } 916 }
915 917
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698