| 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" />
|
|
|