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

Unified Diff: net/BUILD.gn

Issue 1134393002: Implement ChromeOS mime type extension mappings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to platform_mime_util_chromeos.cc Created 5 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 | « no previous file | net/base/mime_util.h » ('j') | net/base/mime_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 70f5999c1ed7156e53d72398c34ad8d970a4f1b7..b6b49740c8f8886a1a7ea3f8dd5a977ed5fea7f8 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -481,6 +481,10 @@ component("net") {
deps += [ ":net_jni_headers" ]
}
+ if (!is_chromeos) {
+ sources -= [ "base/platform_mime_util_chromeos.cc" ]
+ }
+
if (use_icu_alternatives_on_android) {
sources += [
"base/net_string_util_icu_alternatives_android.cc",
« no previous file with comments | « no previous file | net/base/mime_util.h » ('j') | net/base/mime_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698