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

Unified Diff: remoting/remoting_client.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: Fix browsertest break by removing onload handler Created 6 years 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
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_client.gypi
diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi
index 786389ae4e78d5760171c7cea668939e2721dd43..f2414ac35582e2b5714795370f2ded0567975868 100644
--- a/remoting/remoting_client.gypi
+++ b/remoting/remoting_client.gypi
@@ -69,7 +69,9 @@
'<(SHARED_INTERMEDIATE_DIR)/main.html',
'<(remoting_webapp_template_main)',
'--template', '<@(remoting_webapp_template_files)',
- '--js', '<@(remoting_webapp_main_html_js_files)',
+ '--js',
+ '<@(remoting_webapp_shared_main_html_js_files)',
+ '<@(remoting_webapp_crd_main_html_js_files)',
],
},
{
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698