Index: testing/test.gni |
diff --git a/testing/test.gni b/testing/test.gni |
index 3f6f175613234cc473a9092e35e2663b8ea340a6..54837b425d907fbbd56bd31b0eb845854f92a73e 100644 |
--- a/testing/test.gni |
+++ b/testing/test.gni |
@@ -309,9 +309,6 @@ template("test") { |
if (!defined(entitlements_path)) { |
entitlements_path = "//testing/gtest_ios" |
sdefresne
2016/06/15 14:54:28
"//testing/gtest_ios" is a directory and an invali
|
} |
- if (!defined(code_signing_identity)) { |
- code_signing_identity = "" |
- } |
# TODO(crbug.com/603102): remove this once gyp support is dropped and all |
# application uses the target name as value for BUNDLE_ID_TEST_NAME. |