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

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

Issue 2490623005: Remove InterfaceRegistry/Provider from service workers (Closed)
Patch Set: rebase/fix 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 | « content/common/typemaps.gni ('k') | content/renderer/background_sync/OWNERS » ('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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "android/phone_number_detector.h", 44 "android/phone_number_detector.h",
45 "android/renderer_date_time_picker.cc", 45 "android/renderer_date_time_picker.cc",
46 "android/renderer_date_time_picker.h", 46 "android/renderer_date_time_picker.h",
47 "android/synchronous_compositor_filter.cc", 47 "android/synchronous_compositor_filter.cc",
48 "android/synchronous_compositor_filter.h", 48 "android/synchronous_compositor_filter.h",
49 "android/synchronous_compositor_frame_sink.cc", 49 "android/synchronous_compositor_frame_sink.cc",
50 "android/synchronous_compositor_frame_sink.h", 50 "android/synchronous_compositor_frame_sink.h",
51 "android/synchronous_compositor_proxy.cc", 51 "android/synchronous_compositor_proxy.cc",
52 "android/synchronous_compositor_proxy.h", 52 "android/synchronous_compositor_proxy.h",
53 "android/synchronous_compositor_registry.h", 53 "android/synchronous_compositor_registry.h",
54 "background_sync/background_sync_client_impl.cc",
55 "background_sync/background_sync_client_impl.h",
56 "bluetooth/bluetooth_type_converters.cc", 54 "bluetooth/bluetooth_type_converters.cc",
57 "bluetooth/bluetooth_type_converters.h", 55 "bluetooth/bluetooth_type_converters.h",
58 "bluetooth/web_bluetooth_impl.cc", 56 "bluetooth/web_bluetooth_impl.cc",
59 "bluetooth/web_bluetooth_impl.h", 57 "bluetooth/web_bluetooth_impl.h",
60 "browser_plugin/browser_plugin.cc", 58 "browser_plugin/browser_plugin.cc",
61 "browser_plugin/browser_plugin.h", 59 "browser_plugin/browser_plugin.h",
62 "browser_plugin/browser_plugin_manager.cc", 60 "browser_plugin/browser_plugin_manager.cc",
63 "browser_plugin/browser_plugin_manager.h", 61 "browser_plugin/browser_plugin_manager.h",
64 "cache_storage/cache_storage_dispatcher.cc", 62 "cache_storage/cache_storage_dispatcher.cc",
65 "cache_storage/cache_storage_dispatcher.h", 63 "cache_storage/cache_storage_dispatcher.h",
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 # For the defines in mojo_media_config. 912 # For the defines in mojo_media_config.
915 public_configs = [ "//media/mojo/services:mojo_media_config" ] 913 public_configs = [ "//media/mojo/services:mojo_media_config" ]
916 } 914 }
917 915
918 if (!is_component_build) { 916 if (!is_component_build) {
919 public_deps = [ 917 public_deps = [
920 ":renderer", 918 ":renderer",
921 ] 919 ]
922 } 920 }
923 } 921 }
OLDNEW
« no previous file with comments | « content/common/typemaps.gni ('k') | content/renderer/background_sync/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698