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

Unified Diff: third_party/xdg-utils/scripts/Makefile.in

Issue 151109: Add initial xdg-settings patch to xdg-utils. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/
Patch Set: '' Created 11 years, 6 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 | « third_party/xdg-utils/README.google ('k') | third_party/xdg-utils/scripts/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/xdg-utils/scripts/Makefile.in
===================================================================
--- third_party/xdg-utils/scripts/Makefile.in (revision 19754)
+++ third_party/xdg-utils/scripts/Makefile.in (working copy)
@@ -19,7 +19,8 @@
xdg-icon-resource \
xdg-open \
xdg-email \
- xdg-screensaver
+ xdg-screensaver \
+ xdg-settings
# xdg-su
# xdg-copy \
# xdg-file-dialog
@@ -89,6 +90,7 @@
xdg-mime: xdg-mime.in xdg-utils-common.in
xdg-open: xdg-open.in xdg-utils-common.in
xdg-screensaver: xdg-screensaver.in xdg-utils-common.in
+xdg-settings: xdg-settings.in xdg-utils-common.in
xdg-icon-resource: xdg-icon-resource.in xdg-utils-common.in
xdg-su: xdg-su.in xdg-utils-common.in
« no previous file with comments | « third_party/xdg-utils/README.google ('k') | third_party/xdg-utils/scripts/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698