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

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: Restricted DEPS, added .mojom comments Created 4 years, 7 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
« no previous file with comments | « media/capture/capture.gypi ('k') | media/mojo/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)',
« no previous file with comments | « media/capture/capture.gypi ('k') | media/mojo/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698