Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_resources.grd |
| diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd |
| index 137069de363dcd3adc29c1d32ab119247bb6a650..572d781c073798a5f8ad2afe955429396a57fcef 100644 |
| --- a/chrome/browser/resources/settings/settings_resources.grd |
| +++ b/chrome/browser/resources/settings/settings_resources.grd |
| @@ -401,6 +401,12 @@ |
| <structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS" |
| file="controls/settings_checkbox.js" |
| type="chrome_html" /> |
| + <structure name="IDR_SETTINGS_CONTROLS_IMPORTANT_SITE_CHECKBOX_HTML" |
| + file="controls/important_site_checkbox.html" |
| + type="chrome_html" /> |
| + <structure name="IDR_SETTINGS_CONTROLS_IMPORTANT_SITE_CHECKBOX_JS" |
| + file="controls/important_site_checkbox.js" |
|
michaelpg
2017/05/03 21:48:06
add this to compiled_resources2.gyp so the closure
dullweber
2017/05/04 08:31:09
Done.
|
| + type="chrome_html" /> |
| <structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_HTML" |
| file="controls/settings_dropdown_menu.html" |
| type="chrome_html" /> |