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

Unified Diff: testing/gtest.gyp

Issue 10832030: Add a helper script to run unit test targets for iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Switch to 5.1 Created 8 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 | testing/gtest_ios/run-unittest.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gtest.gyp
diff --git a/testing/gtest.gyp b/testing/gtest.gyp
index b01c6948617e687cd77e425138436a69b4d3c940..6dbdd3a447c96ec2368ec00dbbf21a1d0db8b648 100644
--- a/testing/gtest.gyp
+++ b/testing/gtest.gyp
@@ -144,7 +144,7 @@
# Use a variable so the path gets fixed up so it is always
# correct when the action finally gets used.
'ios_run_unittest_script_path':
- '<(DEPTH)/testing/gtest_ios/RunUnittest.sh',
+ '<(DEPTH)/testing/gtest_ios/run-unittest.sh',
},
'run_as': {
'action????': ['>(ios_run_unittest_script_path)'],
« no previous file with comments | « no previous file | testing/gtest_ios/run-unittest.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698