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

Side by Side Diff: third_party/WebKit/Source/bindings/modules/BUILD.gn

Issue 2865263002: Move //device/generic_sensor to be part of the internal implementation of the Device Service. (Closed)
Patch Set: code rebase Created 3 years, 7 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
OLDNEW
1 # Copyright 2014 Tfe Chromium Authors. All rights reserved. 1 # Copyright 2014 Tfe 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("//third_party/WebKit/Source/modules/modules.gni") 5 import("//third_party/WebKit/Source/modules/modules.gni")
6 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni") 6 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni")
7 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 7 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
8 8
9 group("bindings_modules_generated") { 9 group("bindings_modules_generated") {
10 visibility = [ "//third_party/WebKit/*" ] 10 visibility = [ "//third_party/WebKit/*" ]
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 66
67 make_event_factory("event_modules") { 67 make_event_factory("event_modules") {
68 visibility = [ ":*" ] 68 visibility = [ ":*" ]
69 in_files = [ "$root_gen_dir/blink/EventModulesInterfaces.json5" ] 69 in_files = [ "$root_gen_dir/blink/EventModulesInterfaces.json5" ]
70 outputs = [ 70 outputs = [
71 "$blink_modules_output_dir/EventModules.cpp", 71 "$blink_modules_output_dir/EventModules.cpp",
72 "$blink_modules_output_dir/EventModulesHeaders.h", 72 "$blink_modules_output_dir/EventModulesHeaders.h",
73 ] 73 ]
74 deps = make_core_generated_deps + [ "//third_party/WebKit/Source/bindings/modu les:modules_bindings_generated_event_interfaces" ] 74 deps = make_core_generated_deps + [ "//third_party/WebKit/Source/bindings/modu les:modules_bindings_generated_event_interfaces" ]
75 deps += [ 75 deps += [
76 "//device/generic_sensor/public/interfaces:interfaces_blink",
77 "//device/vr:mojo_bindings_blink", 76 "//device/vr:mojo_bindings_blink",
78 "//media/midi:mojo_blink", 77 "//media/midi:mojo_blink",
78 "//services/device/public/interfaces:generic_sensor_blink",
79 ] 79 ]
80 } 80 }
81 81
82 make_names("event_modules_names") { 82 make_names("event_modules_names") {
83 visibility = [ ":*" ] 83 visibility = [ ":*" ]
84 in_files = [ "$root_gen_dir/blink/EventModulesInterfaces.json5" ] 84 in_files = [ "$root_gen_dir/blink/EventModulesInterfaces.json5" ]
85 outputs = [ 85 outputs = [
86 "$blink_modules_output_dir/EventModulesNames.cpp", 86 "$blink_modules_output_dir/EventModulesNames.cpp",
87 "$blink_modules_output_dir/EventModulesNames.h", 87 "$blink_modules_output_dir/EventModulesNames.h",
88 ] 88 ]
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 191
192 deps = [ 192 deps = [
193 ":event_modules", 193 ":event_modules",
194 ":event_modules_names", 194 ":event_modules_names",
195 ":event_target_modules_names", 195 ":event_target_modules_names",
196 "//third_party/WebKit/Source/core", 196 "//third_party/WebKit/Source/core",
197 "//third_party/WebKit/Source/platform/wtf", 197 "//third_party/WebKit/Source/platform/wtf",
198 "//v8", 198 "//v8",
199 ] 199 ]
200 } 200 }
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/sensor/resources/sensor-helpers.js ('k') | third_party/WebKit/Source/modules/sensor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698