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

Side by Side Diff: content/content_renderer.gypi

Issue 2079943002: Change RenderFrame to use InterfaceRegistry et al. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a2
Patch Set: . Created 4 years, 6 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/child/permissions/permission_dispatcher.cc ('k') | content/gpu/gpu_child_thread.cc » ('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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'renderer/media/webaudio_media_stream_source.cc', 359 'renderer/media/webaudio_media_stream_source.cc',
360 'renderer/media/webaudio_media_stream_source.h', 360 'renderer/media/webaudio_media_stream_source.h',
361 'renderer/media/webmediaplayer_ms.cc', 361 'renderer/media/webmediaplayer_ms.cc',
362 'renderer/media/webmediaplayer_ms.h', 362 'renderer/media/webmediaplayer_ms.h',
363 'renderer/media/webmediaplayer_ms_compositor.cc', 363 'renderer/media/webmediaplayer_ms_compositor.cc',
364 'renderer/media/webmediaplayer_ms_compositor.h', 364 'renderer/media/webmediaplayer_ms_compositor.h',
365 'renderer/menu_item_builder.cc', 365 'renderer/menu_item_builder.cc',
366 'renderer/menu_item_builder.h', 366 'renderer/menu_item_builder.h',
367 'renderer/mojo/blink_service_registry_impl.cc', 367 'renderer/mojo/blink_service_registry_impl.cc',
368 'renderer/mojo/blink_service_registry_impl.h', 368 'renderer/mojo/blink_service_registry_impl.h',
369 'renderer/mojo/service_registry_js_wrapper.cc', 369 'renderer/mojo/interface_provider_js_wrapper.cc',
370 'renderer/mojo/service_registry_js_wrapper.h', 370 'renderer/mojo/interface_provider_js_wrapper.h',
371 'renderer/mojo_bindings_controller.cc', 371 'renderer/mojo_bindings_controller.cc',
372 'renderer/mojo_bindings_controller.h', 372 'renderer/mojo_bindings_controller.h',
373 'renderer/mojo_context_state.cc', 373 'renderer/mojo_context_state.cc',
374 'renderer/mojo_context_state.h', 374 'renderer/mojo_context_state.h',
375 'renderer/mojo_main_runner.cc', 375 'renderer/mojo_main_runner.cc',
376 'renderer/mojo_main_runner.h', 376 'renderer/mojo_main_runner.h',
377 'renderer/mouse_lock_dispatcher.cc', 377 'renderer/mouse_lock_dispatcher.cc',
378 'renderer/mouse_lock_dispatcher.h', 378 'renderer/mouse_lock_dispatcher.h',
379 'renderer/navigation_state_impl.cc', 379 'renderer/navigation_state_impl.cc',
380 'renderer/navigation_state_impl.h', 380 'renderer/navigation_state_impl.h',
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 }], 905 }],
906 ], 906 ],
907 'target_conditions': [ 907 'target_conditions': [
908 ['OS=="android"', { 908 ['OS=="android"', {
909 'sources/': [ 909 'sources/': [
910 ['include', '^renderer/render_view_linux\\.cc$'], 910 ['include', '^renderer/render_view_linux\\.cc$'],
911 ], 911 ],
912 }], 912 }],
913 ], 913 ],
914 } 914 }
OLDNEW
« no previous file with comments | « content/child/permissions/permission_dispatcher.cc ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698