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

Unified Diff: gyp/most.gyp

Issue 2117793002: Try fix the mac build bot after removing Android SampleApp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Try fix the build bot 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 | « gyp/everything.gyp ('k') | gyp/tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/most.gyp
diff --git a/gyp/most.gyp b/gyp/most.gyp
index eb9f6c00f4812942e68c2875c71040773ed464a5..4ccf110c5a58d7ec1b3243bef383b5c851552dbb 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -44,6 +44,11 @@
'android_system.gyp:Viewer_APK',
],
}],
+ ['skia_os == "android"', {
+ 'dependencies!': [
+ 'SampleApp.gyp:SampleApp',
+ ],
+ }],
['skia_os == "ios"', {
'dependencies!': [
'example.gyp:HelloWorld',
« no previous file with comments | « gyp/everything.gyp ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698