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

Unified Diff: gyp/tools.gyp

Issue 1437823004: Fix -Wunused-parameter errors in SkCodec.h in Android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Update test_public_includes to test codec Created 5 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
« no previous file with comments | « no previous file | include/codec/SkCodec.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 59b19dceac5fec273305cbebadff81b6b0dc59af..969ea8745332723e628fc514d3c83f145bdfc4c9 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -589,6 +589,7 @@
'includes_to_test': [
'<(skia_include_path)/animator',
'<(skia_include_path)/c',
+ '<(skia_include_path)/codec',
'<(skia_include_path)/config',
'<(skia_include_path)/core',
'<(skia_include_path)/effects',
« no previous file with comments | « no previous file | include/codec/SkCodec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698