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

Unified Diff: base/base.gyp

Issue 113168: Add xdg mime support on Linux. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | base/mime_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 16095)
+++ base/base.gyp (working copy)
@@ -40,6 +40,22 @@
'third_party/nss/sha512.cc',
'third_party/purify/pure.h',
'third_party/purify/pure_api.c',
+ 'third_party/xdg_mime/xdgmime.c',
+ 'third_party/xdg_mime/xdgmime.h',
+ 'third_party/xdg_mime/xdgmimealias.c',
+ 'third_party/xdg_mime/xdgmimealias.h',
+ 'third_party/xdg_mime/xdgmimecache.c',
+ 'third_party/xdg_mime/xdgmimecache.h',
+ 'third_party/xdg_mime/xdgmimeglob.c',
+ 'third_party/xdg_mime/xdgmimeglob.h',
+ 'third_party/xdg_mime/xdgmimeicon.c',
+ 'third_party/xdg_mime/xdgmimeicon.h',
+ 'third_party/xdg_mime/xdgmimeint.c',
+ 'third_party/xdg_mime/xdgmimeint.h',
+ 'third_party/xdg_mime/xdgmimemagic.c',
+ 'third_party/xdg_mime/xdgmimemagic.h',
+ 'third_party/xdg_mime/xdgmimeparent.c',
+ 'third_party/xdg_mime/xdgmimeparent.h',
'atomicops_internals_x86_gcc.cc',
'at_exit.cc',
'at_exit.h',
@@ -167,6 +183,8 @@
'message_pump_mac.mm',
'message_pump_win.cc',
'message_pump_win.h',
+ 'mime_util.h',
+ 'mime_util_linux.cc',
'native_library.h',
'native_library_linux.cc',
'native_library_mac.mm',
@@ -366,8 +384,8 @@
# changes, which aren't captured by file dependencies.
'<(SHARED_INTERMEDIATE_DIR)/base/file_version_info_linux.bogus',
- # And this is the real output, so that the build system knows
- # what action generates it.
+ # And this is the real output, so that the build system knows
+ # what action generates it.
'<(SHARED_INTERMEDIATE_DIR)/base/file_version_info_linux.h',
],
'action': [
@@ -402,6 +420,9 @@
},
},
{ # else: OS != "linux"
+ 'sources/': [
+ ['exclude', '/xdg_mime/'],
+ ],
'sources!': [
'crypto/signature_verifier_nss.cc',
'atomicops_internals_x86_gcc.cc',
« no previous file with comments | « no previous file | base/mime_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698