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

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

Issue 618013002: Instrumented libraries: replace some makefile patches with sed invocations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/patches/libgdk-pixbuf2.0-0.diff
diff --git a/third_party/instrumented_libraries/patches/libgdk-pixbuf2.0-0.diff b/third_party/instrumented_libraries/patches/libgdk-pixbuf2.0-0.diff
deleted file mode 100644
index 74288c19acb2fa572389f092d7f701ce9e7b6647..0000000000000000000000000000000000000000
--- a/third_party/instrumented_libraries/patches/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. \
-+ /usr/bin/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; \

Powered by Google App Engine
This is Rietveld 408576698