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

Unified Diff: remoting/remoting_test.gypi

Issue 742473002: [Chromoting] Break up the webapp's init function into smaller chunks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Upload Created 6 years, 1 month 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
Index: remoting/remoting_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 20754a98ada79c2ed039e126b157440f4ad42e48..6b77f947544f68bd254ee6c870a8fd7b318bbaaf 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -330,7 +330,8 @@
'variables': {
'output_dir': '<(PRODUCT_DIR)/remoting/unittests',
'webapp_js_files': [
- '<@(remoting_webapp_main_html_js_files)',
+ '<@(remoting_webapp_shared_main_html_js_files)',
+ '<@(remoting_webapp_crd_main_html_js_files)',
'<@(remoting_webapp_js_wcs_sandbox_files)',
'<@(remoting_webapp_background_js_files)',
]

Powered by Google App Engine
This is Rietveld 408576698