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

Unified Diff: chrome/browser/browser_resources.grd

Issue 2401853005: Adding client code for new Windows 10 First Run Experience (Closed)
Patch Set: 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 d9563006385f99af8ed857b03556cfbad5f83e17..37a1e334b635504b6bd1a7ba9cf6da0244e9b30d 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -458,6 +458,19 @@
<include name="IDR_WELCOME_HTML" file="resources\welcome\welcome.html" type="BINDATA" />
<include name="IDR_WELCOME_JS" file="resources\welcome\welcome.js" type="BINDATA" />
</if>
+ <if expr="is_win">
+ <include name="IDR_WELCOME_WIN10_SECTIONED_CSS" file="resources\welcome\win10\sectioned\welcome.css" type="BINDATA" />
+ <include name="IDR_WELCOME_WIN10_SECTIONED_COMBINED_HTML" file="resources\welcome\win10\sectioned\combined.html" type="BINDATA" />
+ <include name="IDR_WELCOME_WIN10_SECTIONED_COMBINED_JS" file="resources\welcome\win10\sectioned\combined.js" type="BINDATA" />
+ <include name="IDR_WELCOME_WIN10_SECTIONED_DEFAULT_HTML" file="resources\welcome\win10\sectioned\default.html" type="BINDATA" />
+ <include name="IDR_WELCOME_WIN10_SECTIONED_DEFAULT_JS" file="resources\welcome\win10\sectioned\default.js" type="BINDATA" />
+
+ <include name="IDR_WELCOME_WIN10_INLINE_CSS" file="resources\welcome\win10\inline\welcome.css" type="BINDATA" />
+ <include name="IDR_WELCOME_WIN10_INLINE_COMBINED_HTML" file="resources\welcome\win10\inline\combined.html" type="BINDATA" />
+ <include name="IDR_WELCOME_WIN10_INLINE_COMBINED_JS" file="resources\welcome\win10\inline\combined.js" type="BINDATA" />
+ <include name="IDR_WELCOME_WIN10_INLINE_DEFAULT_HTML" file="resources\welcome\win10\inline\default.html" type="BINDATA" />
+ <include name="IDR_WELCOME_WIN10_INLINE_DEFAULT_JS" file="resources\welcome\win10\inline\default.js" type="BINDATA" />
+ </if>
<if expr="chromeos and _google_chrome">
<include name="IDR_GENIUS_APP_MANIFEST" file="resources\chromeos\genius_app\manifest.json" type="BINDATA" />
<include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json" type="BINDATA" />

Powered by Google App Engine
This is Rietveld 408576698