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

Unified Diff: platform_tools/android/gyp/dependencies.gypi

Issue 1774503004: Update android_make to support both --gcc and --clang options. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: better way to handle codec.gyp Created 4 years, 9 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 | « platform_tools/android/bin/utils/setup_toolchain.sh ('k') | src/views/SkView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/gyp/dependencies.gypi
diff --git a/platform_tools/android/gyp/dependencies.gypi b/platform_tools/android/gyp/dependencies.gypi
index 49937b0f68893dd2bd768ec09ac9f2ef5a1e8d68..e1fe783b17eac785f67ac8b658e45a54ed583907 100644
--- a/platform_tools/android/gyp/dependencies.gypi
+++ b/platform_tools/android/gyp/dependencies.gypi
@@ -113,6 +113,9 @@
'type': 'shared_library',
}],
],
+ 'cflags': [
+ '-Wno-unused-private-field',
+ ],
'sources': [
'../apps/sample_app/src/main/jni/com_skia_SkiaSampleRenderer.cpp',
],
« no previous file with comments | « platform_tools/android/bin/utils/setup_toolchain.sh ('k') | src/views/SkView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698