| Index: chrome/browser/browser_resources.grd
|
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
|
| index da6b10c165b90b5a2ab0e0039a22ccb6a6e9dc3b..16c069d95d2ebf5d620134feafd73b5ceaf50485 100644
|
| --- a/chrome/browser/browser_resources.grd
|
| +++ b/chrome/browser/browser_resources.grd
|
| @@ -438,6 +438,10 @@
|
| <include name="IDR_FIRST_RUN_DIALOG_MANIFEST" file="resources\chromeos\first_run\app/manifest.json" type="BINDATA" />
|
| <include name="IDR_ARC_SUPPORT_MANIFEST" file="resources\chromeos\arc_support\manifest.json" type="BINDATA" />
|
| </if>
|
| + <if expr="not is_android and not is_ios">
|
| + <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="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" />
|
|
|