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

Side by Side Diff: content/content_renderer.gypi

Issue 1610213002: allocator cleanup: remove memory benchmarking extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_nonbase_tcmalloc_2
Patch Set: Remove from ipc_message_start.h Created 4 years, 11 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/content_common.gypi ('k') | content/renderer/memory_benchmarking_extension.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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 'renderer/media/video_capture_impl.cc', 334 'renderer/media/video_capture_impl.cc',
335 'renderer/media/video_capture_impl.h', 335 'renderer/media/video_capture_impl.h',
336 'renderer/media/video_capture_impl_manager.cc', 336 'renderer/media/video_capture_impl_manager.cc',
337 'renderer/media/video_capture_impl_manager.h', 337 'renderer/media/video_capture_impl_manager.h',
338 'renderer/media/video_capture_message_filter.cc', 338 'renderer/media/video_capture_message_filter.cc',
339 'renderer/media/video_capture_message_filter.h', 339 'renderer/media/video_capture_message_filter.h',
340 'renderer/media/webmediaplayer_ms.cc', 340 'renderer/media/webmediaplayer_ms.cc',
341 'renderer/media/webmediaplayer_ms.h', 341 'renderer/media/webmediaplayer_ms.h',
342 'renderer/media/webmediaplayer_ms_compositor.cc', 342 'renderer/media/webmediaplayer_ms_compositor.cc',
343 'renderer/media/webmediaplayer_ms_compositor.h', 343 'renderer/media/webmediaplayer_ms_compositor.h',
344 'renderer/memory_benchmarking_extension.cc',
345 'renderer/memory_benchmarking_extension.h',
346 'renderer/menu_item_builder.cc', 344 'renderer/menu_item_builder.cc',
347 'renderer/menu_item_builder.h', 345 'renderer/menu_item_builder.h',
348 'renderer/mojo/service_registry_js_wrapper.cc', 346 'renderer/mojo/service_registry_js_wrapper.cc',
349 'renderer/mojo/service_registry_js_wrapper.h', 347 'renderer/mojo/service_registry_js_wrapper.h',
350 'renderer/mojo_bindings_controller.cc', 348 'renderer/mojo_bindings_controller.cc',
351 'renderer/mojo_bindings_controller.h', 349 'renderer/mojo_bindings_controller.h',
352 'renderer/mojo_context_state.cc', 350 'renderer/mojo_context_state.cc',
353 'renderer/mojo_context_state.h', 351 'renderer/mojo_context_state.h',
354 'renderer/mojo_main_runner.cc', 352 'renderer/mojo_main_runner.cc',
355 'renderer/mojo_main_runner.h', 353 'renderer/mojo_main_runner.h',
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 }], 920 }],
923 ], 921 ],
924 'target_conditions': [ 922 'target_conditions': [
925 ['OS=="android"', { 923 ['OS=="android"', {
926 'sources/': [ 924 'sources/': [
927 ['include', '^renderer/render_view_linux\\.cc$'], 925 ['include', '^renderer/render_view_linux\\.cc$'],
928 ], 926 ],
929 }], 927 }],
930 ], 928 ],
931 } 929 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/memory_benchmarking_extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698