summaryrefslogtreecommitdiffstats
path: root/chromium/base/third_party/xdg_mime/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/third_party/xdg_mime/BUILD.gn')
-rw-r--r--chromium/base/third_party/xdg_mime/BUILD.gn28
1 files changed, 28 insertions, 0 deletions
diff --git a/chromium/base/third_party/xdg_mime/BUILD.gn b/chromium/base/third_party/xdg_mime/BUILD.gn
new file mode 100644
index 00000000000..3e51e33a1d2
--- /dev/null
+++ b/chromium/base/third_party/xdg_mime/BUILD.gn
@@ -0,0 +1,28 @@
+# Copyright (c) 2013 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+source_set("xdg_mime") {
+ visibility = "//base/*"
+ sources = [
+ "xdgmime.c",
+ "xdgmime.h",
+ "xdgmimealias.c",
+ "xdgmimealias.h",
+ "xdgmimecache.c",
+ "xdgmimecache.h",
+ "xdgmimeglob.c",
+ "xdgmimeglob.h",
+ "xdgmimeicon.c",
+ "xdgmimeicon.h",
+ "xdgmimeint.c",
+ "xdgmimeint.h",
+ "xdgmimemagic.c",
+ "xdgmimemagic.h",
+ "xdgmimeparent.c",
+ "xdgmimeparent.h",
+ ]
+
+ configs -= [ "//build/config/compiler:chromium_code" ]
+ configs += [ "//build/config/compiler:no_chromium_code" ]
+}