Index: chrome/browser/browser_resources.grd |
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd |
index d864b78896a5c5c993a992034eaf0e6d6a9ecb68..9fae5bd428098e845981ee3ba65f1c86152e7226 100644 |
--- a/chrome/browser/browser_resources.grd |
+++ b/chrome/browser/browser_resources.grd |
@@ -204,6 +204,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" /> |