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

Unified Diff: tools/iOSShell.cpp

Issue 1087653005: ios buildbot scripts (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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
Index: tools/iOSShell.cpp
diff --git a/tools/iOSShell.cpp b/tools/iOSShell.cpp
index 8656e645aae5174dc4123733405fa6fddc57df0b..1f5f2da2298ec612e9b07fc049051d9e58e63506 100644
--- a/tools/iOSShell.cpp
+++ b/tools/iOSShell.cpp
@@ -61,7 +61,6 @@ int dm_main();
IOS_launch_type set_cmd_line_args(int argc, char *argv[], const char* resourceDir) {
SkCommandLineFlags::Parse(argc, argv);
- SetResourcePath(resourceDir);
if (FLAGS_nanobench) {
return nanobench_main() ? kError_iOSLaunchType : kTool_iOSLaunchType;
}
« platform_tools/ios/bin/ios_setup.sh ('K') | « platform_tools/ios/bin/ios_umount.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698