| Index: testing/chromoting/chromoting_integration_tests.isolate
|
| diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate
|
| index 83eb440fe93689724df3c0ded4c0f053f7540aa0..be04bd6a822006865ef388b736dcb99a254ae6f9 100644
|
| --- a/testing/chromoting/chromoting_integration_tests.isolate
|
| +++ b/testing/chromoting/chromoting_integration_tests.isolate
|
| @@ -13,8 +13,10 @@
|
| '<(PRODUCT_DIR)',
|
| '--cfg_file',
|
| '../../remoting/tools/internal/test-account-host-config.json',
|
| - '--manifest_file',
|
| + '--me2me_manifest_file',
|
| '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
|
| + '--it2me_manifest_file',
|
| + '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json',
|
| '--user_profile_dir',
|
| '/tmp/chromoting_test_profile',
|
| ],
|
| @@ -27,6 +29,7 @@
|
| '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
|
| '../../remoting/tools/internal/test-account-host-config.json',
|
| '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
|
| + '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json',
|
| ],
|
| },
|
| }],
|
| @@ -44,6 +47,7 @@
|
| '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
|
| '<(PRODUCT_DIR)/remoting/remoting.webapp/',
|
| '<(PRODUCT_DIR)/remoting/remoting.webapp.v2/',
|
| + '<(PRODUCT_DIR)/remoting/browser_test_resources/',
|
| '<(PRODUCT_DIR)/resources.pak',
|
| '../../remoting/tools/internal/test_accounts.json',
|
| ],
|
|
|