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

Unified Diff: gyp/most.gyp

Issue 2167503002: Stub in Mac viewer code. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Exclude Mac files from other Viewer builds Created 4 years, 5 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/viewer.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 37c802b841d9eb13e5690d9119402c8ecd995913..5b5392618ecba1f7239a0623bed873d6022a3aae 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -67,7 +67,7 @@
'skiaserve.gyp:skiaserve',
],
}],
- [ 'skia_os in ["win", "linux", "android"]', {
+ [ 'skia_os in ["win", "linux", "android", "mac"]', {
'dependencies': [
'viewer.gyp:viewer',
],
« no previous file with comments | « no previous file | gyp/viewer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698