| Index: remoting/remoting_unittests.isolate
|
| diff --git a/printing/printing_unittests.isolate b/remoting/remoting_unittests.isolate
|
| similarity index 67%
|
| copy from printing/printing_unittests.isolate
|
| copy to remoting/remoting_unittests.isolate
|
| index e0ab01b95f463b36772121c9ee877c44026676b2..ed6fca8e444fa00e78c05b3b0a0cd3222f37ccef 100644
|
| --- a/printing/printing_unittests.isolate
|
| +++ b/remoting/remoting_unittests.isolate
|
| @@ -7,7 +7,7 @@
|
| 'variables': {
|
| 'command': [
|
| '../testing/test_env.py',
|
| - '<(PRODUCT_DIR)/printing_unittests<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/remoting_unittests<(EXECUTABLE_SUFFIX)',
|
| '--brave-new-test-launcher',
|
| '--test-launcher-bot-mode',
|
| '--asan=<(asan)',
|
| @@ -15,8 +15,11 @@
|
| '--tsan=<(tsan)',
|
| ],
|
| 'files': [
|
| + '../net/data/ssl/certificates/ok_cert.pem',
|
| + '../net/data/ssl/certificates/unittest.key.bin',
|
| + '../net/data/ssl/certificates/unittest.selfsigned.der',
|
| '../testing/test_env.py',
|
| - '<(PRODUCT_DIR)/printing_unittests<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/remoting_unittests<(EXECUTABLE_SUFFIX)',
|
| ],
|
| },
|
| }],
|
|
|