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

Unified Diff: gyp/SampleApp.gyp

Issue 2099693002: Revert of Remove Android SampleApp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | gyp/everything.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/SampleApp.gyp
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index beaaeca0f254edfd4c9cac49fb5b3a761e5ad4f5..347af56073c1df5c4316236f3c1cac67f7d150bb 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -114,6 +114,23 @@
'../experimental/iOSSampleApp/iPhone/MainWindow_iPhone.xib',
],
}],
+ [ 'skia_os == "android"', {
+ 'conditions': [
+ ['skia_android_framework == 0', {
+ 'dependencies': [
+ 'android_deps.gyp:Android_EntryPoint',
+ 'skia_launcher.gyp:skia_launcher',
+ ],
+ }],
+ ],
+ 'dependencies!': [
+ 'experimental.gyp:experimental',
+ ],
+ 'dependencies': [
+ 'android_output.gyp:android_output',
+ 'android_deps.gyp:Android_SampleApp',
+ ],
+ }],
[ 'skia_gpu == 1', {
'dependencies': [
'gputest.gyp:skgputest',
« no previous file with comments | « no previous file | gyp/everything.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698