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

Unified Diff: content/browser/BUILD.gn

Issue 1110833003: Move the IsSupported* mime functions out of //net and into //components/mime_util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback & speculative GN build fix Created 5 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 3a28e3dc8e9f2b04f53edbc05595039794f0c7f1..19edabb4531082d15180fb2b1708cc64a968f167 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -21,6 +21,7 @@ source_set("browser") {
deps = [
"//base",
"//base:base_static",
+ "//components/mime_util",
"//content:resources",
"//content/browser/background_sync:background_sync_proto",
"//content/browser/cache_storage:cache_storage_proto",

Powered by Google App Engine
This is Rietveld 408576698