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

Unified Diff: gyp/tools.gyp

Issue 753543003: Change how SkDebugf is sent to stdout on Android. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 23790a6a3fe927dd4c1e4106925b7720a051a63b..fea8cb4aa85c2664b93fb571df1d9b3f0f3962c2 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -278,6 +278,7 @@
'../tools/',
],
'dependencies': [
+ 'android_output.gyp:android_output',
'gm_expectations',
'flags.gyp:flags',
'jsoncpp.gyp:jsoncpp',
@@ -493,6 +494,7 @@
'../src/utils/',
],
'dependencies': [
+ 'android_output.gyp:android_output',
'flags.gyp:flags',
'pdf.gyp:pdf',
'skia_lib.gyp:skia_lib',

Powered by Google App Engine
This is Rietveld 408576698