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

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

Issue 2323393004: Complete removing Blink gyp files. (Closed)
Patch Set: Windows 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/imagecapture/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/vibration/BUILD.gn b/third_party/WebKit/Source/modules/imagecapture/BUILD.gn
similarity index 53%
copy from third_party/WebKit/Source/modules/vibration/BUILD.gn
copy to third_party/WebKit/Source/modules/imagecapture/BUILD.gn
index f827f6177c69066679406fa112c94f3df6c3a53c..dfed63fd4777098b94833b2d4d7d8da9fc320baf 100644
--- a/third_party/WebKit/Source/modules/vibration/BUILD.gn
+++ b/third_party/WebKit/Source/modules/imagecapture/BUILD.gn
@@ -4,15 +4,16 @@
import("//third_party/WebKit/Source/modules/modules.gni")
-blink_modules_sources("vibration") {
+blink_modules_sources("imagecapture") {
sources = [
- "NavigatorVibration.cpp",
- "NavigatorVibration.h",
- "VibrationController.cpp",
- "VibrationController.h",
+ "ImageCapture.cpp",
+ "ImageCapture.h",
+ "MediaSettingsRange.h",
+ "PhotoCapabilities.cpp",
+ "PhotoCapabilities.h",
]
deps = [
- "//device/vibration:mojo_bindings_blink",
+ "//media/mojo/interfaces:image_capture_blink",
]
}
« no previous file with comments | « third_party/WebKit/Source/modules/imagebitmap/BUILD.gn ('k') | third_party/WebKit/Source/modules/indexeddb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698