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

Unified Diff: public/BUILD.gn

Issue 1337543002: MediaRecorder: exporting WebMediaRecorderHandler.h and adding dummy WebMediaRecorderHandler.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added dummy WebMediaRecorderHandler.cpp Created 5 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
« no previous file with comments | « Source/platform/exported/WebMediaRecorderHandler.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/BUILD.gn
diff --git a/public/BUILD.gn b/public/BUILD.gn
index 75052efd6eec2de8bb4cfbb738b7a5be7f48ac44..4115f5917a8812739f882d21c0d9b8daf948fdac 100644
--- a/public/BUILD.gn
+++ b/public/BUILD.gn
@@ -128,6 +128,7 @@ source_set("blink_headers") {
"platform/WebPrivateOwnPtr.h",
"platform/WebHTTPHeaderVisitor.h",
"platform/WebScrollbar.h",
+ "platform/WebMediaRecorder.h",
Nico 2015/09/10 21:49:04 You probably need to add this to some .gyp file to
mcasas 2015/09/10 22:03:50 None of the other platform/* seem to need any expl
"platform/WebMediaStream.h",
"platform/WebServiceWorkerRegistration.h",
"platform/WebRect.h",
« no previous file with comments | « Source/platform/exported/WebMediaRecorderHandler.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698