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

Unified Diff: remoting/webapp/build_template.gni

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/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",
]

Powered by Google App Engine
This is Rietveld 408576698