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

Side by Side Diff: content/content_renderer.gypi

Issue 1830883002: Add blink::ServiceRegistry and expose it from LocalFrame and Platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 'renderer/media/video_capture_impl_manager.cc', 351 'renderer/media/video_capture_impl_manager.cc',
352 'renderer/media/video_capture_impl_manager.h', 352 'renderer/media/video_capture_impl_manager.h',
353 'renderer/media/video_capture_message_filter.cc', 353 'renderer/media/video_capture_message_filter.cc',
354 'renderer/media/video_capture_message_filter.h', 354 'renderer/media/video_capture_message_filter.h',
355 'renderer/media/webmediaplayer_ms.cc', 355 'renderer/media/webmediaplayer_ms.cc',
356 'renderer/media/webmediaplayer_ms.h', 356 'renderer/media/webmediaplayer_ms.h',
357 'renderer/media/webmediaplayer_ms_compositor.cc', 357 'renderer/media/webmediaplayer_ms_compositor.cc',
358 'renderer/media/webmediaplayer_ms_compositor.h', 358 'renderer/media/webmediaplayer_ms_compositor.h',
359 'renderer/menu_item_builder.cc', 359 'renderer/menu_item_builder.cc',
360 'renderer/menu_item_builder.h', 360 'renderer/menu_item_builder.h',
361 'renderer/mojo/blink_service_registry_impl.cc',
362 'renderer/mojo/blink_service_registry_impl.h',
361 'renderer/mojo/service_registry_js_wrapper.cc', 363 'renderer/mojo/service_registry_js_wrapper.cc',
362 'renderer/mojo/service_registry_js_wrapper.h', 364 'renderer/mojo/service_registry_js_wrapper.h',
363 'renderer/mojo_bindings_controller.cc', 365 'renderer/mojo_bindings_controller.cc',
364 'renderer/mojo_bindings_controller.h', 366 'renderer/mojo_bindings_controller.h',
365 'renderer/mojo_context_state.cc', 367 'renderer/mojo_context_state.cc',
366 'renderer/mojo_context_state.h', 368 'renderer/mojo_context_state.h',
367 'renderer/mojo_main_runner.cc', 369 'renderer/mojo_main_runner.cc',
368 'renderer/mojo_main_runner.h', 370 'renderer/mojo_main_runner.h',
369 'renderer/mouse_lock_dispatcher.cc', 371 'renderer/mouse_lock_dispatcher.cc',
370 'renderer/mouse_lock_dispatcher.h', 372 'renderer/mouse_lock_dispatcher.h',
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 }], 925 }],
924 ], 926 ],
925 'target_conditions': [ 927 'target_conditions': [
926 ['OS=="android"', { 928 ['OS=="android"', {
927 'sources/': [ 929 'sources/': [
928 ['include', '^renderer/render_view_linux\\.cc$'], 930 ['include', '^renderer/render_view_linux\\.cc$'],
929 ], 931 ],
930 }], 932 }],
931 ], 933 ],
932 } 934 }
OLDNEW
« no previous file with comments | « no previous file | content/public/test/render_view_test.cc » ('j') | content/public/test/render_view_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698