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

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

Issue 2845763002: Remove DeviceLightEvent implementation (Closed)
Patch Set: same as previous patch 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 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/split_static_library.gni") 5 import("//build/split_static_library.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.gni")
8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "//third_party/WebKit/Source/modules/bluetooth", 104 "//third_party/WebKit/Source/modules/bluetooth",
105 "//third_party/WebKit/Source/modules/broadcastchannel", 105 "//third_party/WebKit/Source/modules/broadcastchannel",
106 "//third_party/WebKit/Source/modules/budget", 106 "//third_party/WebKit/Source/modules/budget",
107 "//third_party/WebKit/Source/modules/cachestorage", 107 "//third_party/WebKit/Source/modules/cachestorage",
108 "//third_party/WebKit/Source/modules/canvas", 108 "//third_party/WebKit/Source/modules/canvas",
109 "//third_party/WebKit/Source/modules/canvas2d", 109 "//third_party/WebKit/Source/modules/canvas2d",
110 "//third_party/WebKit/Source/modules/compositorworker", 110 "//third_party/WebKit/Source/modules/compositorworker",
111 "//third_party/WebKit/Source/modules/credentialmanager", 111 "//third_party/WebKit/Source/modules/credentialmanager",
112 "//third_party/WebKit/Source/modules/crypto", 112 "//third_party/WebKit/Source/modules/crypto",
113 "//third_party/WebKit/Source/modules/csspaint", 113 "//third_party/WebKit/Source/modules/csspaint",
114 "//third_party/WebKit/Source/modules/device_light",
115 "//third_party/WebKit/Source/modules/device_orientation", 114 "//third_party/WebKit/Source/modules/device_orientation",
116 "//third_party/WebKit/Source/modules/document_metadata", 115 "//third_party/WebKit/Source/modules/document_metadata",
117 "//third_party/WebKit/Source/modules/donottrack", 116 "//third_party/WebKit/Source/modules/donottrack",
118 "//third_party/WebKit/Source/modules/encoding", 117 "//third_party/WebKit/Source/modules/encoding",
119 "//third_party/WebKit/Source/modules/encryptedmedia", 118 "//third_party/WebKit/Source/modules/encryptedmedia",
120 "//third_party/WebKit/Source/modules/eventsource", 119 "//third_party/WebKit/Source/modules/eventsource",
121 "//third_party/WebKit/Source/modules/fetch", 120 "//third_party/WebKit/Source/modules/fetch",
122 "//third_party/WebKit/Source/modules/filesystem", 121 "//third_party/WebKit/Source/modules/filesystem",
123 "//third_party/WebKit/Source/modules/gamepad", 122 "//third_party/WebKit/Source/modules/gamepad",
124 "//third_party/WebKit/Source/modules/geolocation", 123 "//third_party/WebKit/Source/modules/geolocation",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 ":modules_testing", 324 ":modules_testing",
326 "//components/payments/mojom:mojom_blink", 325 "//components/payments/mojom:mojom_blink",
327 "//skia", 326 "//skia",
328 "//testing/gmock", 327 "//testing/gmock",
329 "//testing/gtest", 328 "//testing/gtest",
330 "//third_party/WebKit/Source/core", 329 "//third_party/WebKit/Source/core",
331 "//third_party/WebKit/Source/platform/wtf", 330 "//third_party/WebKit/Source/platform/wtf",
332 "//v8", 331 "//v8",
333 ] 332 ]
334 } 333 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/events/EventTypeNames.json5 ('k') | third_party/WebKit/Source/modules/device_light/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698