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

Unified Diff: third_party/WebKit/Source/modules/device_light/BUILD.gn

Issue 2324803006: Move more sources from modules.gypi to subdirectories. (Closed)
Patch Set: gn check Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/device_light/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/srcobject/BUILD.gn b/third_party/WebKit/Source/modules/device_light/BUILD.gn
similarity index 52%
copy from third_party/WebKit/Source/modules/srcobject/BUILD.gn
copy to third_party/WebKit/Source/modules/device_light/BUILD.gn
index f97e4b0d66d01539e7937b035892a645a9b1020c..bdbbb5656dbce7e38fdffb35d4a326af5e340956 100644
--- a/third_party/WebKit/Source/modules/srcobject/BUILD.gn
+++ b/third_party/WebKit/Source/modules/device_light/BUILD.gn
@@ -4,9 +4,13 @@
import("//third_party/WebKit/Source/modules/modules.gni")
-blink_modules_sources("srcobject") {
+blink_modules_sources("device_light") {
sources = [
- "HTMLMediaElementSrcObject.cpp",
- "HTMLMediaElementSrcObject.h",
+ "DeviceLightController.cpp",
+ "DeviceLightController.h",
+ "DeviceLightDispatcher.cpp",
+ "DeviceLightDispatcher.h",
+ "DeviceLightEvent.cpp",
+ "DeviceLightEvent.h",
]
}
« no previous file with comments | « third_party/WebKit/Source/modules/csspaint/BUILD.gn ('k') | third_party/WebKit/Source/modules/device_orientation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698