Index: remoting/webapp/build_template.gni |
diff --git a/remoting/webapp/build_template.gni b/remoting/webapp/build_template.gni |
index 370a1436ac30044234f37210dd86fba52a167fe2..ab5d1167f1693a886ce2c65456a6c1c0262f0a5f 100644 |
--- a/remoting/webapp/build_template.gni |
+++ b/remoting/webapp/build_template.gni |
@@ -217,12 +217,12 @@ template("desktop_remoting_webapp") { |
] |
deps = [ |
- ":$locales_listfile", |
":$background_html", |
+ ":$locales_listfile", |
+ ":$main_html", |
":$message_window_html", |
- ":$wcs_sandbox_html", |
":$public_session_html", |
- ":$main_html", |
+ ":$wcs_sandbox_html", |
"//remoting/resources", |
"//remoting/webapp:credits", |
] |
@@ -511,13 +511,13 @@ template("app_remoting_shared_module") { |
] |
deps = [ |
- ":$locales_listfile", |
":$background_html", |
":$feedback_consent_html", |
":$loading_window_html", |
+ ":$locales_listfile", |
+ ":$main_html", |
":$message_window_html", |
":$wcs_sandbox_html", |
- ":$main_html", |
"//remoting/resources", |
"//remoting/webapp:credits", |
] |