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

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

Issue 2378073002: Reland of ServiceWorker: Implement StartWorker by using mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « content/public/common/content_switches.cc ('k') | content/renderer/render_thread_impl.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 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "scheduler/resource_dispatch_throttler.cc", 338 "scheduler/resource_dispatch_throttler.cc",
339 "scheduler/resource_dispatch_throttler.h", 339 "scheduler/resource_dispatch_throttler.h",
340 "screen_orientation/screen_orientation_dispatcher.cc", 340 "screen_orientation/screen_orientation_dispatcher.cc",
341 "screen_orientation/screen_orientation_dispatcher.h", 341 "screen_orientation/screen_orientation_dispatcher.h",
342 "screen_orientation/screen_orientation_observer.cc", 342 "screen_orientation/screen_orientation_observer.cc",
343 "screen_orientation/screen_orientation_observer.h", 343 "screen_orientation/screen_orientation_observer.h",
344 "service_worker/embedded_worker_devtools_agent.cc", 344 "service_worker/embedded_worker_devtools_agent.cc",
345 "service_worker/embedded_worker_devtools_agent.h", 345 "service_worker/embedded_worker_devtools_agent.h",
346 "service_worker/embedded_worker_dispatcher.cc", 346 "service_worker/embedded_worker_dispatcher.cc",
347 "service_worker/embedded_worker_dispatcher.h", 347 "service_worker/embedded_worker_dispatcher.h",
348 "service_worker/embedded_worker_instance_client_impl.cc",
349 "service_worker/embedded_worker_instance_client_impl.h",
348 "service_worker/service_worker_context_client.cc", 350 "service_worker/service_worker_context_client.cc",
349 "service_worker/service_worker_context_client.h", 351 "service_worker/service_worker_context_client.h",
350 "service_worker/service_worker_context_message_filter.cc", 352 "service_worker/service_worker_context_message_filter.cc",
351 "service_worker/service_worker_context_message_filter.h", 353 "service_worker/service_worker_context_message_filter.h",
352 "service_worker/service_worker_type_util.cc", 354 "service_worker/service_worker_type_util.cc",
353 "service_worker/service_worker_type_util.h", 355 "service_worker/service_worker_type_util.h",
354 "shared_memory_seqlock_reader.cc", 356 "shared_memory_seqlock_reader.cc",
355 "shared_memory_seqlock_reader.h", 357 "shared_memory_seqlock_reader.h",
356 "shared_worker/embedded_shared_worker_content_settings_client_proxy.cc", 358 "shared_worker/embedded_shared_worker_content_settings_client_proxy.cc",
357 "shared_worker/embedded_shared_worker_content_settings_client_proxy.h", 359 "shared_worker/embedded_shared_worker_content_settings_client_proxy.h",
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 # For the defines in mojo_media_config. 913 # For the defines in mojo_media_config.
912 public_configs = [ "//media/mojo/services:mojo_media_config" ] 914 public_configs = [ "//media/mojo/services:mojo_media_config" ]
913 } 915 }
914 916
915 if (!is_component_build) { 917 if (!is_component_build) {
916 public_deps = [ 918 public_deps = [
917 ":renderer", 919 ":renderer",
918 ] 920 ]
919 } 921 }
920 } 922 }
OLDNEW
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698