| Index: chrome/browser/browser_resources.grd
|
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
|
| index bc279e128fb3b613d190b2f8a9aee71a5d2c16f7..53c3ef150f45bc4364e7c35420164b78be1d4d3d 100644
|
| --- a/chrome/browser/browser_resources.grd
|
| +++ b/chrome/browser/browser_resources.grd
|
| @@ -206,6 +206,9 @@
|
| <if expr="pp_ifdef('enable_settings_app')">
|
| <include name="IDR_SETTINGS_APP_MANIFEST" file="resources\settings_app\manifest.json" type="BINDATA" />
|
| </if>
|
| + <if expr="pp_ifdef('enable_google_now')">
|
| + <include name="IDR_GOOGLE_NOW_MANIFEST" file="resources\google_now\manifest.json" type="BINDATA" />
|
| + </if>
|
| <if expr="not pp_ifdef('android')">
|
| <include name="IDR_SUGGESTIONS_INTERNALS_HTML" file="resources\suggestions_internals\suggestions_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
|
| <include name="IDR_SUGGESTIONS_INTERNALS_CSS" file="resources\suggestions_internals\suggestions_internals.css" type="BINDATA" />
|
|
|