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

Unified Diff: tools/sk_tool_utils.cpp

Issue 2164783004: Add iOS to platform_os_emoji. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/sk_tool_utils.cpp
diff --git a/tools/sk_tool_utils.cpp b/tools/sk_tool_utils.cpp
index 8303f0979d4407e97b81c2d2e89ef3c66b5c5b18..9f398e2fc038a711b359b39384633b529a3f38e0 100644
--- a/tools/sk_tool_utils.cpp
+++ b/tools/sk_tool_utils.cpp
@@ -71,7 +71,7 @@ const char* platform_os_emoji() {
if (!strcmp(osName, "Android") || !strcmp(osName, "Ubuntu")) {
return "CBDT";
}
- if (!strncmp(osName, "Mac", 3)) {
+ if (!strncmp(osName, "Mac", 3) || !strncmp(osName, "iOS", 3)) {
return "SBIX";
}
if (!strncmp(osName, "Win", 3)) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698