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

Unified Diff: chrome/browser/browser_resources.grd

Issue 13963004: Extract common OOBE controller code from oobe.js/login.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: small fixes Created 7 years, 8 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/browser_resources.grd
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index 8f55b2d0de0d10d0a8722b6481d52a082922a998..e46cdc14ed15db9a384e27011df602c4c1c6c999 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -51,6 +51,7 @@
<if expr="pp_ifdef('chromeos')">
<structure name="IDR_OOBE_HTML" file="resources\chromeos\login\oobe.html" flattenhtml="true" type="chrome_html" />
<structure name="IDR_OOBE_JS" file="resources\chromeos\login\oobe.js" flattenhtml="true" type="chrome_html" />
+ <structure name="IDR_OOBE_COMMON_JS" file="resources\chromeos\login\oobe_common.js" flattenhtml="true" type="chrome_html" />
dzhioev (left Google) 2013/04/16 10:47:48 Do we need this declaration here? I thought prepro
dconnelly 2013/04/16 11:11:22 Cool. I didn't know it did that, but it makes sens
</if>
<structure name="IDR_READER_OUT_OF_DATE_HTML" file="resources\reader_out_of_date.html" flattenhtml="true" type="chrome_html" />
<structure name="IDR_SSL_ROAD_BLOCK_HTML" file="resources\ssl_roadblock.html" flattenhtml="true" type="chrome_html" />
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/login.js » ('j') | chrome/browser/ui/webui/chromeos/login/oobe_ui.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698