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

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

Issue 2522333002: Provide a Mojo equivalent of ThreadSafeSender. (Closed)
Patch Set: Clean-up 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
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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 263 "mojo/blink_interface_registry_impl.cc",
264 "mojo/blink_interface_registry_impl.h", 264 "mojo/blink_interface_registry_impl.h",
265 "mojo/interface_provider_js_wrapper.cc", 265 "mojo/interface_provider_js_wrapper.cc",
266 "mojo/interface_provider_js_wrapper.h", 266 "mojo/interface_provider_js_wrapper.h",
267 "mojo/thread_safe_associated_interface_ptr_provider.h",
267 "mojo_bindings_controller.cc", 268 "mojo_bindings_controller.cc",
268 "mojo_bindings_controller.h", 269 "mojo_bindings_controller.h",
269 "mojo_context_state.cc", 270 "mojo_context_state.cc",
270 "mojo_context_state.h", 271 "mojo_context_state.h",
271 "mojo_main_runner.cc", 272 "mojo_main_runner.cc",
272 "mojo_main_runner.h", 273 "mojo_main_runner.h",
273 "mouse_lock_dispatcher.cc", 274 "mouse_lock_dispatcher.cc",
274 "mouse_lock_dispatcher.h", 275 "mouse_lock_dispatcher.h",
275 "navigation_state_impl.cc", 276 "navigation_state_impl.cc",
276 "navigation_state_impl.h", 277 "navigation_state_impl.h",
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 # For the defines in mojo_media_config. 915 # For the defines in mojo_media_config.
915 public_configs = [ "//media/mojo/services:mojo_media_config" ] 916 public_configs = [ "//media/mojo/services:mojo_media_config" ]
916 } 917 }
917 918
918 if (!is_component_build) { 919 if (!is_component_build) {
919 public_deps = [ 920 public_deps = [
920 ":renderer", 921 ":renderer",
921 ] 922 ]
922 } 923 }
923 } 924 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698