| Index: chrome/browser/browser_resources.grd
|
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
|
| index 8b8165a1f31632fdaa29f669e5b08fc5c4ba52f8..1b538eba5fc9db39cd3362971c92a742a61511b8 100644
|
| --- a/chrome/browser/browser_resources.grd
|
| +++ b/chrome/browser/browser_resources.grd
|
| @@ -191,6 +191,11 @@
|
| <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')">
|
| <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json" type="BINDATA" />
|
| </if>
|
| + <if expr="pp_ifdef('use_aura')">
|
| + <include name="IDR_GESTURE_CONFIG_CSS" file="resources\gesture_config.css" type="BINDATA" />
|
| + <include name="IDR_GESTURE_CONFIG_HTML" file="resources\gesture_config.html" type="BINDATA" />
|
| + <include name="IDR_GESTURE_CONFIG_JS" file="resources\gesture_config.js" type="BINDATA" />
|
| + </if>
|
| </includes>
|
| </release>
|
| </grit>
|
|
|