| Index: chrome/browser/resources/component_extension_resources.grd
|
| diff --git a/chrome/browser/resources/component_extension_resources.grd b/chrome/browser/resources/component_extension_resources.grd
|
| index a8bf217d5c1a8a0964b7c218a1ab3292882ca35a..5b757d7420214d7237942930e3f8635795fd4f6d 100644
|
| --- a/chrome/browser/resources/component_extension_resources.grd
|
| +++ b/chrome/browser/resources/component_extension_resources.grd
|
| @@ -103,7 +103,7 @@
|
| <include name="IDR_SCRIPT_BUBBLE_POPUP_HTML" file="script_bubble/popup.html" flattenhtml="false" type="BINDATA" />
|
| <include name="IDR_SCRIPT_BUBBLE_POPUP_JS" file="script_bubble/popup.js" flattenhtml="false" type="BINDATA" />
|
| <include name="IDR_SCRIPT_BUBBLE_POPUP_ICON" file="script_bubble/16.png" flattenhtml="false" type="BINDATA" />
|
| - <if expr="is_win">
|
| + <if expr="pp_ifdef('enable_settings_app')">
|
| <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js" type="BINDATA" />
|
| </if>
|
| </includes>
|
|
|