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

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

Issue 2522333002: Provide a Mojo equivalent of ThreadSafeSender. (Closed)
Patch Set: Addresses @tsepez comment Created 4 years 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/thread_safe_associated_interface_ptr_provider.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("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/webrtc/build/webrtc.gni") 10 import("//third_party/webrtc/build/webrtc.gni")
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "media/webmediaplayer_ms_compositor.cc", 255 "media/webmediaplayer_ms_compositor.cc",
256 "media/webmediaplayer_ms_compositor.h", 256 "media/webmediaplayer_ms_compositor.h",
257 "menu_item_builder.cc", 257 "menu_item_builder.cc",
258 "menu_item_builder.h", 258 "menu_item_builder.h",
259 "mojo/blink_interface_provider_impl.cc", 259 "mojo/blink_interface_provider_impl.cc",
260 "mojo/blink_interface_provider_impl.h", 260 "mojo/blink_interface_provider_impl.h",
261 "mojo/blink_interface_registry_impl.cc", 261 "mojo/blink_interface_registry_impl.cc",
262 "mojo/blink_interface_registry_impl.h", 262 "mojo/blink_interface_registry_impl.h",
263 "mojo/interface_provider_js_wrapper.cc", 263 "mojo/interface_provider_js_wrapper.cc",
264 "mojo/interface_provider_js_wrapper.h", 264 "mojo/interface_provider_js_wrapper.h",
265 "mojo/thread_safe_associated_interface_ptr_provider.h",
265 "mojo_bindings_controller.cc", 266 "mojo_bindings_controller.cc",
266 "mojo_bindings_controller.h", 267 "mojo_bindings_controller.h",
267 "mojo_context_state.cc", 268 "mojo_context_state.cc",
268 "mojo_context_state.h", 269 "mojo_context_state.h",
269 "mojo_main_runner.cc", 270 "mojo_main_runner.cc",
270 "mojo_main_runner.h", 271 "mojo_main_runner.h",
271 "mouse_lock_dispatcher.cc", 272 "mouse_lock_dispatcher.cc",
272 "mouse_lock_dispatcher.h", 273 "mouse_lock_dispatcher.h",
273 "navigation_state_impl.cc", 274 "navigation_state_impl.cc",
274 "navigation_state_impl.h", 275 "navigation_state_impl.h",
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 # For the defines in mojo_media_config. 913 # For the defines in mojo_media_config.
913 public_configs = [ "//media/mojo/services:mojo_media_config" ] 914 public_configs = [ "//media/mojo/services:mojo_media_config" ]
914 } 915 }
915 916
916 if (!is_component_build) { 917 if (!is_component_build) {
917 public_deps = [ 918 public_deps = [
918 ":renderer", 919 ":renderer",
919 ] 920 ]
920 } 921 }
921 } 922 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/mojo/thread_safe_associated_interface_ptr_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698