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

Unified Diff: third_party/WebKit/Source/modules/canvas/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/canvas/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/wake_lock/BUILD.gn b/third_party/WebKit/Source/modules/canvas/BUILD.gn
similarity index 70%
copy from third_party/WebKit/Source/modules/wake_lock/BUILD.gn
copy to third_party/WebKit/Source/modules/canvas/BUILD.gn
index 36efb5148480af4e2179e1f8ec2d16c626fa6f02..029a7dd1bf72ed32ad79d60f86af7814b465f78b 100644
--- a/third_party/WebKit/Source/modules/wake_lock/BUILD.gn
+++ b/third_party/WebKit/Source/modules/canvas/BUILD.gn
@@ -4,9 +4,9 @@
import("//third_party/WebKit/Source/modules/modules.gni")
-blink_modules_sources("wake_lock") {
+blink_modules_sources("canvas") {
sources = [
- "ScreenWakeLock.cpp",
- "ScreenWakeLock.h",
+ "HTMLCanvasElementModule.cpp",
+ "HTMLCanvasElementModule.h",
]
}
« no previous file with comments | « third_party/WebKit/Source/modules/cachestorage/BUILD.gn ('k') | third_party/WebKit/Source/modules/canvas2d/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698