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

Side by Side Diff: content/renderer/BUILD.gn

Issue 2401333002: Add a blink InterfaceRegistry. (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | content/renderer/mojo/blink_interface_registry_impl.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//third_party/webrtc/build/webrtc.gni") 8 import("//third_party/webrtc/build/webrtc.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "media/web_media_element_source_utils.cc", 253 "media/web_media_element_source_utils.cc",
254 "media/web_media_element_source_utils.h", 254 "media/web_media_element_source_utils.h",
255 "media/webmediaplayer_ms.cc", 255 "media/webmediaplayer_ms.cc",
256 "media/webmediaplayer_ms.h", 256 "media/webmediaplayer_ms.h",
257 "media/webmediaplayer_ms_compositor.cc", 257 "media/webmediaplayer_ms_compositor.cc",
258 "media/webmediaplayer_ms_compositor.h", 258 "media/webmediaplayer_ms_compositor.h",
259 "menu_item_builder.cc", 259 "menu_item_builder.cc",
260 "menu_item_builder.h", 260 "menu_item_builder.h",
261 "mojo/blink_interface_provider_impl.cc", 261 "mojo/blink_interface_provider_impl.cc",
262 "mojo/blink_interface_provider_impl.h", 262 "mojo/blink_interface_provider_impl.h",
263 "mojo/blink_interface_registry_impl.cc",
264 "mojo/blink_interface_registry_impl.h",
263 "mojo/interface_provider_js_wrapper.cc", 265 "mojo/interface_provider_js_wrapper.cc",
264 "mojo/interface_provider_js_wrapper.h", 266 "mojo/interface_provider_js_wrapper.h",
265 "mojo_bindings_controller.cc", 267 "mojo_bindings_controller.cc",
266 "mojo_bindings_controller.h", 268 "mojo_bindings_controller.h",
267 "mojo_context_state.cc", 269 "mojo_context_state.cc",
268 "mojo_context_state.h", 270 "mojo_context_state.h",
269 "mojo_main_runner.cc", 271 "mojo_main_runner.cc",
270 "mojo_main_runner.h", 272 "mojo_main_runner.h",
271 "mouse_lock_dispatcher.cc", 273 "mouse_lock_dispatcher.cc",
272 "mouse_lock_dispatcher.h", 274 "mouse_lock_dispatcher.h",
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 # For the defines in mojo_media_config. 901 # For the defines in mojo_media_config.
900 public_configs = [ "//media/mojo/services:mojo_media_config" ] 902 public_configs = [ "//media/mojo/services:mojo_media_config" ]
901 } 903 }
902 904
903 if (!is_component_build) { 905 if (!is_component_build) {
904 public_deps = [ 906 public_deps = [
905 ":renderer", 907 ":renderer",
906 ] 908 ]
907 } 909 }
908 } 910 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/mojo/blink_interface_registry_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698