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

Unified Diff: chrome/browser/resources/chromeos/login/custom_elements_oobe.js

Issue 2189733006: ChromeOS: Implement Language Selection screen of material design OOBE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. Created 4 years, 4 months 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: chrome/browser/resources/chromeos/login/custom_elements_oobe.js
diff --git a/chrome/browser/resources/chromeos/login/custom_elements_oobe.js b/chrome/browser/resources/chromeos/login/custom_elements_oobe.js
index 347df43140e40a16dffeee1b7eec3f15e2c8089a..5ba20e496d1351e6de66f80a37467673892e0304 100644
--- a/chrome/browser/resources/chromeos/login/custom_elements_oobe.js
+++ b/chrome/browser/resources/chromeos/login/custom_elements_oobe.js
@@ -2,8 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// This inclusion should go first, as <{controller,host}-paring-screen> depend
-// of it.
+// This inclusion is types-only. No actual code to execute.
+<include src="oobe_types.js">
+
+// This inclusion should go before other non-trivial includes, as
+// <{controller,host}-paring-screen> depend of it.
<include src="oobe-screen.js">
<include src="controller-pairing-screen.js">
@@ -24,4 +27,5 @@
<include src="oobe_buttons.js">
<include src="oobe_card.js">
<include src="oobe_dialog.js">
+<include src="oobe_i18n_dropdown.js">
<include src="oobe_welcome.js">

Powered by Google App Engine
This is Rietveld 408576698