Chromium Code Reviews

Unified Diff: media/media.gyp

Issue 2027023002: ImageCapture: move mojom from WebKit/public to media/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index fce1ccf068495fb13d36c1326be1b839391333dd..8405eab87c9bd71df005b8ca42236a4229f70bf1 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -49,7 +49,7 @@
],
},
'includes': [
- 'capture.gypi',
+ 'capture/capture.gypi',
'media_cdm.gypi',
'media_variables.gypi',
],
@@ -104,7 +104,7 @@
'..',
],
'includes': [
- 'capture.gypi',
+ 'capture/capture.gypi',
],
'sources': [
'<@(capture_sources)',

Powered by Google App Engine