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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1890313002: MediaStream Image Capture (1): idl and wireframe .h/.cpp/LayoutTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added TODO for the mentioned LayoutTests Created 4 years, 8 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/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index c761fbf715a046652fc85bd0043d5d3b5e2707dc..71dbad65504316e37c6e91db5196962801c7d30a 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -95,6 +95,7 @@
'geolocation/PositionError.idl',
'geolocation/PositionErrorCallback.idl',
'imagebitmap/ImageBitmapRenderingContext.idl',
+ 'imagecapture/ImageCapture.idl',
'indexeddb/IDBCursor.idl',
'indexeddb/IDBCursorWithValue.idl',
'indexeddb/IDBDatabase.idl',
@@ -1133,6 +1134,8 @@
'geolocation/NavigatorGeolocation.h',
'imagebitmap/ImageBitmapRenderingContext.cpp',
'imagebitmap/ImageBitmapRenderingContext.h',
+ 'imagecapture/ImageCapture.cpp',
+ 'imagecapture/ImageCapture.h',
'indexeddb/GlobalIndexedDB.cpp',
'indexeddb/GlobalIndexedDB.h',
'indexeddb/IDBAny.cpp',

Powered by Google App Engine
This is Rietveld 408576698