Chromium Code Reviews| Index: testing/test.gni |
| diff --git a/testing/test.gni b/testing/test.gni |
| index a150c240a6afc56ccd0f5fe8b30af515c5a09a25..7ce5d85acd27fe28fe7b87bd33283976c7cd6ac6 100644 |
| --- a/testing/test.gni |
| +++ b/testing/test.gni |
| @@ -76,9 +76,6 @@ template("test") { |
| unittests_binary = "lib${apk_name}.so" |
| } |
| deps += [ ":$library_name" ] |
| - if (defined(invoker.apk_asset_location)) { |
| - asset_location = invoker.apk_asset_location |
| - } |
| } |
| _test_name = main_target_name |