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

Side by Side Diff: content/content_renderer.gypi

Issue 12211008: Add a benchmarking_extension API to call TCMalloc's HeapProfilerDump(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed the comment Created 7 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 | 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 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../third_party/hyphen/hyphen.gyp:hyphen', 10 '../third_party/hyphen/hyphen.gyp:hyphen',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'renderer/media/stream_texture_factory_impl_android.cc', 146 'renderer/media/stream_texture_factory_impl_android.cc',
147 'renderer/media/stream_texture_factory_impl_android.h', 147 'renderer/media/stream_texture_factory_impl_android.h',
148 'renderer/media/video_capture_impl.cc', 148 'renderer/media/video_capture_impl.cc',
149 'renderer/media/video_capture_impl.h', 149 'renderer/media/video_capture_impl.h',
150 'renderer/media/video_capture_impl_manager.cc', 150 'renderer/media/video_capture_impl_manager.cc',
151 'renderer/media/video_capture_impl_manager.h', 151 'renderer/media/video_capture_impl_manager.h',
152 'renderer/media/video_capture_message_filter.cc', 152 'renderer/media/video_capture_message_filter.cc',
153 'renderer/media/video_capture_message_filter.h', 153 'renderer/media/video_capture_message_filter.h',
154 'renderer/media/webmediaplayer_proxy_impl_android.cc', 154 'renderer/media/webmediaplayer_proxy_impl_android.cc',
155 'renderer/media/webmediaplayer_proxy_impl_android.h', 155 'renderer/media/webmediaplayer_proxy_impl_android.h',
156 'renderer/memory_benchmarking_extension.cc',
157 'renderer/memory_benchmarking_extension.h',
156 'renderer/mhtml_generator.cc', 158 'renderer/mhtml_generator.cc',
157 'renderer/mhtml_generator.h', 159 'renderer/mhtml_generator.h',
158 'renderer/mouse_lock_dispatcher.cc', 160 'renderer/mouse_lock_dispatcher.cc',
159 'renderer/mouse_lock_dispatcher.h', 161 'renderer/mouse_lock_dispatcher.h',
160 'renderer/notification_provider.cc', 162 'renderer/notification_provider.cc',
161 'renderer/notification_provider.h', 163 'renderer/notification_provider.h',
162 'renderer/paint_aggregator.cc', 164 'renderer/paint_aggregator.cc',
163 'renderer/paint_aggregator.h', 165 'renderer/paint_aggregator.h',
164 'renderer/password_form_conversion_utils.cc', 166 'renderer/password_form_conversion_utils.cc',
165 'renderer/pepper/content_renderer_pepper_host_factory.cc', 167 'renderer/pepper/content_renderer_pepper_host_factory.cc',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 }], 424 }],
423 ], 425 ],
424 'target_conditions': [ 426 'target_conditions': [
425 ['OS=="android"', { 427 ['OS=="android"', {
426 'sources/': [ 428 'sources/': [
427 ['include', '^renderer/render_view_linux\\.cc$'], 429 ['include', '^renderer/render_view_linux\\.cc$'],
428 ], 430 ],
429 }], 431 }],
430 ], 432 ],
431 } 433 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698