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

Unified Diff: chrome/browser/browser_resources.grd

Issue 2401853005: Adding client code for new Windows 10 First Run Experience (Closed)
Patch Set: Second round Created 4 years, 2 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 0f5f7eecd8fa9d971542a8d8646301cdb332c19d..efcd9f1374edf21b33066c898e8189b06e9b0ced 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -77,6 +77,19 @@
<structure name="IDR_WELCOME_HTML" file="resources\welcome\welcome.html" type="chrome_html" preprocess="true"/>
<structure name="IDR_WELCOME_JS" file="resources\welcome\welcome.js" type="chrome_html" preprocess="true"/>
</if>
+ <if expr="is_win">
+ <structure name="IDR_WELCOME_WIN10_DEFAULT_BROWSER_JS" file="resources\welcome\win10\default-browser.js" type="chrome_html" preprocess="true"/>
michaelpg 2016/10/16 23:09:17 most of these don't need preprocess="true", unless
Patrick Monette 2016/10/19 23:46:59 Removed.
+ <structure name="IDR_WELCOME_WIN10_INLINE_COMBINED_HTML" file="resources\welcome\win10\inline\combined.html" type="chrome_html" preprocess="true"/>
+ <structure name="IDR_WELCOME_WIN10_INLINE_CSS" file="resources\welcome\win10\inline\welcome.css" type="chrome_html" preprocess="true"/>
+ <structure name="IDR_WELCOME_WIN10_INLINE_DEFAULT_HTML" file="resources\welcome\win10\inline\default.html" type="chrome_html" preprocess="true"/>
+ <structure name="IDR_WELCOME_WIN10_JS" file="resources\welcome\win10\welcome-win10.js" type="chrome_html" preprocess="true"/>
+ <structure name="IDR_WELCOME_WIN10_SECTIONED_COMBINED_HTML" file="resources\welcome\win10\sectioned\combined.html" type="chrome_html" preprocess="true"/>
+ <structure name="IDR_WELCOME_WIN10_SECTIONED_CSS" file="resources\welcome\win10\sectioned\welcome.css" type="chrome_html" preprocess="true"/>
+ <structure name="IDR_WELCOME_WIN10_SECTIONED_DEFAULT_HTML" file="resources\welcome\win10\sectioned\default.html" type="chrome_html" preprocess="true"/>
+ <structure name="IDR_WELCOME_WIN10_TASKBAR_PIN_JS" file="resources\welcome\win10\taskbar-pin.js" type="chrome_html" preprocess="true"/>
+ <structure name="IDR_WELCOME_WIN10_TOGGLE_SCREENSHOT_JS" file="resources\welcome\win10\toggle-screenshot.js" type="chrome_html" preprocess="true"/>
+ <structure name="IDR_WELCOME_WIN10_TOGGLE_SECTION_JS" file="resources\welcome\win10\toggle-section.js" type="chrome_html" preprocess="true"/>
+ </if>
</structures>
<includes>
<if expr="is_win">

Powered by Google App Engine
This is Rietveld 408576698