Chromium Code Reviews| Index: chrome/browser/browser_resources.grd |
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd |
| index 8b8165a1f31632fdaa29f669e5b08fc5c4ba52f8..465de55cf658be721f9db68538a8c46c2faa8360 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_HTML" file="resources\gesture_config.html" type="BINDATA" /> |
| + <include name="IDR_GESTURE_CONFIG_CSS" file="resources\gesture_config.css" type="BINDATA" /> |
|
flackr
2012/06/07 21:07:54
nit: Put this before the html file to be in sorted
Kevin Greer
2012/06/08 11:51:25
Done.
|
| + <include name="IDR_GESTURE_CONFIG_JS" file="resources\gesture_config.js" type="BINDATA" /> |
| + </if> |
| </includes> |
| </release> |
| </grit> |