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

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

Issue 1903253003: VulkanViewer on Android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: gyp Created 4 years, 8 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') | platform_tools/android/gyp/vulkanviewer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/gyp/skia_android.gypi
diff --git a/platform_tools/android/gyp/skia_android.gypi b/platform_tools/android/gyp/skia_android.gypi
index 8833afef211c810ef320cb0b2ad26657ce384eaf..7767183bd1ee18d306ced39b4828ceaf50725ada 100644
--- a/platform_tools/android/gyp/skia_android.gypi
+++ b/platform_tools/android/gyp/skia_android.gypi
@@ -45,7 +45,10 @@
}],
],
},
- 'includes' : [ 'canvasproof.gypi', ],
+ 'includes' : [
+ 'canvasproof.gypi',
+ 'vulkanviewer.gypi',
+ ],
'targets': [
{
'target_name': 'CopySampleAppDeps',
« no previous file with comments | « platform_tools/android/bin/utils/setup_toolchain.sh ('k') | platform_tools/android/gyp/vulkanviewer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698