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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 1968833002: media: Make media mojo services a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn style 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
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 8c40a31a94b278d92c167c464f7061fed2508d4a..ff8f5b1cb6a86b9a133fb1905c87a608c1259be0 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -310,7 +310,7 @@
#endif
#if defined(ENABLE_MOJO_MEDIA_IN_BROWSER_PROCESS)
-#include "media/mojo/services/mojo_media_application_factory.h"
+#include "media/mojo/services/mojo_media_application_factory.h" // nogncheck
ddorwin 2016/05/11 23:02:27 Why is this now required? Is this a bug in DEPS ha
xhwang 2016/05/12 06:32:24 // nogncheck is recommended for this kind of condi
xhwang 2016/05/16 05:41:20 Per brettw's comment, I think this is the right th
#endif
using base::FileDescriptor;
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chromecast/browser/media/BUILD.gn » ('j') | content/gpu/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698