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

Unified Diff: third_party/instrumented_libraries/libgdk-pixbuf2.0-0.diff

Issue 361473002: Instrumented libraries: improve handling of custom patches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use -i to pass filename to patch Created 6 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
Index: third_party/instrumented_libraries/libgdk-pixbuf2.0-0.diff
diff --git a/third_party/instrumented_libraries/libgdk-pixbuf2.0-0.diff b/third_party/instrumented_libraries/libgdk-pixbuf2.0-0.diff
deleted file mode 100644
index 5bc3963a87e37eacc0b78ca3582994ec75aff757..0000000000000000000000000000000000000000
--- a/third_party/instrumented_libraries/libgdk-pixbuf2.0-0.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -rupN ./gdk-pixbuf/Makefile.am ../gdk-pixbuf-2.26.1-patched/gdk-pixbuf/Makefile.am
---- ./gdk-pixbuf/Makefile.am 2012-04-14 22:11:34.000000000 +0400
-+++ ../gdk-pixbuf-2.26.1-patched/gdk-pixbuf/Makefile.am 2014-04-17 19:37:22.105253318 +0400
-@@ -782,7 +782,9 @@ loaders.cache: $(loader_LTLIBRARIES) gdk
- LOADERS=`echo libpixbufloader-*.la` ; \
- if test "x$$LOADERS" != 'xlibpixbufloader-*.la' ; then \
- echo "Writing a loaders.cache file to use when running examples before installing gdk-pixbuf."; \
-- $(top_builddir)/gdk-pixbuf/gdk-pixbuf-query-loaders $$LOADERS > ./loaders.cache ;\
-+ # Use the system-installed gdk-pixbuf-query-loaders. The just-built one \
-+ # won't work. \
-+ gdk-pixbuf-query-loaders $$LOADERS > ./loaders.cache ;\
- else \
- echo "No dynamic modules found; will use only static modules for uninstalled example programs."; \
- touch loaders.cache; \
« no previous file with comments | « third_party/instrumented_libraries/libfontconfig.sh ('k') | third_party/instrumented_libraries/libgdk-pixbuf2.0-0.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698