[email protected] | d1f99ac | 2009-02-13 20:35:20 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <grit latest_public_release="0" current_release="1"> |
| 3 | <outputs> |
[email protected] | 226558c | 2009-02-24 23:38:55 | [diff] [blame] | 4 | <output filename="grit/browser_resources.h" type="rc_header"> |
[email protected] | d1f99ac | 2009-02-13 20:35:20 | [diff] [blame] | 5 | <emit emit_type='prepend'></emit> |
| 6 | </output> |
[email protected] | d532af5 | 2010-07-02 23:40:58 | [diff] [blame] | 7 | <output filename="browser_resources.pak" type="data_package" /> |
[email protected] | d335cf2 | 2010-07-08 18:28:26 | [diff] [blame] | 8 | <output filename="browser_resources.rc" type="rc_all" /> |
[email protected] | d1f99ac | 2009-02-13 20:35:20 | [diff] [blame] | 9 | </outputs> |
| 10 | <release seq="1"> |
[email protected] | 65aee70 | 2012-06-27 22:36:13 | [diff] [blame] | 11 | <structures> |
| 12 | <if expr="is_posix and not is_macosx"> |
| 13 | <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_linux.html" flattenhtml="true" type="chrome_html" /> |
| 14 | </if> |
| 15 | <if expr="is_macosx"> |
| 16 | <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_mac.html" flattenhtml="true" type="chrome_html" /> |
| 17 | </if> |
| 18 | <if expr="is_win"> |
| 19 | <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" flattenhtml="true" type="chrome_html" /> |
| 20 | </if> |
[email protected] | 3cda5d0 | 2013-01-17 01:22:41 | [diff] [blame] | 21 | <structure name="IDR_ABOUT_MEMORY_CSS" file="resources\about_memory.css" type="chrome_html" /> |
[email protected] | d1bbf2e | 2012-07-28 01:20:29 | [diff] [blame] | 22 | <structure name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.html" flattenhtml="true" allowexternalscript="true" type="chrome_html" /> |
[email protected] | 3a36e4b | 2012-08-17 00:23:30 | [diff] [blame] | 23 | <if expr="pp_ifdef('android')"> |
| 24 | <structure name="IDR_ABOUT_WELCOME_HTML" file="resources\about_welcome_android\about_welcome_android.html" flattenhtml="true" type="chrome_html" /> |
| 25 | <structure name="IDR_ABOUT_WELCOME_CSS" file="resources\about_welcome_android\about_welcome_android.css" flattenhtml="true" type="chrome_html" /> |
| 26 | </if> |
[email protected] | e22e06de | 2012-08-10 20:30:00 | [diff] [blame] | 27 | <if expr="pp_ifdef('chromeos')"> |
| 28 | <structure name="IDR_DEMO_USER_LOGIN_HTML" file="resources\chromeos\login\demo_user_login.html" flattenhtml="true" type="chrome_html" /> |
[email protected] | 77e9261d | 2013-02-04 22:01:47 | [diff] [blame] | 29 | <structure name="IDR_APP_LAUNCH_SPLASH_HTML" file="resources\chromeos\app_launch\app_launch.html" flattenhtml="true" type="chrome_html" /> |
| 30 | <structure name="IDR_APP_LAUNCH_SPLASH_JS" file="resources\chromeos\app_launch\app_launch.js" flattenhtml="true" type="chrome_html" /> |
[email protected] | e22e06de | 2012-08-10 20:30:00 | [diff] [blame] | 31 | </if> |
[email protected] | cb02147 | 2012-07-28 06:45:36 | [diff] [blame] | 32 | <structure name="IDR_DOWNLOADS_CSS" file="resources\downloads\downloads.css" flattenhtml="true" type="chrome_html" /> |
| 33 | <structure name="IDR_DOWNLOADS_HTML" file="resources\downloads\downloads.html" flattenhtml="true" allowexternalscript="true" type="chrome_html" /> |
[email protected] | d1bbf2e | 2012-07-28 01:20:29 | [diff] [blame] | 34 | <structure name="IDR_EXTENSIONS_HTML" file="resources\extensions\extensions.html" flattenhtml="true" type="chrome_html" /> |
[email protected] | d347cff | 2012-07-04 18:12:15 | [diff] [blame] | 35 | <structure name="IDR_HELP_CSS" file="resources\help\help.css" flattenhtml="true" type="chrome_html" /> |
| 36 | <structure name="IDR_HELP_HTML" file="resources\help\help.html" flattenhtml="true" type="chrome_html" /> |
[email protected] | 90b769d | 2012-07-28 04:03:57 | [diff] [blame] | 37 | <structure name="IDR_INCOGNITO_TAB_HTML" file="resources\incognito_tab.html" flattenhtml="true" type="chrome_html" /> |
[email protected] | e22e06de | 2012-08-10 20:30:00 | [diff] [blame] | 38 | <if expr="pp_ifdef('chromeos')"> |
| 39 | <structure name="IDR_LOGIN_HTML" file="resources\chromeos\login\login.html" flattenhtml="true" type="chrome_html" /> |
| 40 | </if> |
[email protected] | 90b769d | 2012-07-28 04:03:57 | [diff] [blame] | 41 | <structure name="IDR_NEW_INCOGNITO_TAB_THEME_CSS" file="resources\new_incognito_tab_theme.css" flattenhtml="true" type="chrome_html" /> |
[email protected] | a4ce90b | 2012-08-17 00:31:52 | [diff] [blame] | 42 | <if expr="not pp_ifdef('android')"> |
| 43 | <structure name="IDR_NEW_TAB_4_HTML" file="resources\ntp4\new_tab.html" flattenhtml="true" type="chrome_html" /> |
| 44 | <structure name="IDR_NEW_TAB_4_THEME_CSS" file="resources\ntp4\new_tab_theme.css" flattenhtml="true" type="chrome_html" /> |
[email protected] | a4ce90b | 2012-08-17 00:31:52 | [diff] [blame] | 45 | </if> |
| 46 | <if expr="pp_ifdef('android')"> |
| 47 | <structure name="IDR_NEW_TAB_ANDROID_HTML" file="resources\ntp_android\new_tab.html" flattenhtml="true" type="chrome_html" /> |
| 48 | </if> |
[email protected] | e22e06de | 2012-08-10 20:30:00 | [diff] [blame] | 49 | <if expr="pp_ifdef('chromeos')"> |
| 50 | <structure name="IDR_OOBE_HTML" file="resources\chromeos\login\oobe.html" flattenhtml="true" type="chrome_html" /> |
| 51 | </if> |
[email protected] | d1bbf2e | 2012-07-28 01:20:29 | [diff] [blame] | 52 | <structure name="IDR_READER_OUT_OF_DATE_HTML" file="resources\reader_out_of_date.html" flattenhtml="true" type="chrome_html" /> |
[email protected] | d1bbf2e | 2012-07-28 01:20:29 | [diff] [blame] | 53 | <structure name="IDR_SSL_ROAD_BLOCK_HTML" file="resources\ssl_roadblock.html" flattenhtml="true" type="chrome_html" /> |
[email protected] | 2362ed5 | 2012-09-10 23:37:36 | [diff] [blame] | 54 | <structure name="IDR_SAFE_BROWSING_MALWARE_BLOCK_V2" file="resources\safe_browsing\malware_block_v2.html" flattenhtml="true" type="chrome_html" /> |
[email protected] | 65aee70 | 2012-06-27 22:36:13 | [diff] [blame] | 55 | </structures> |
[email protected] | d1f99ac | 2009-02-13 20:35:20 | [diff] [blame] | 56 | <includes> |
[email protected] | 115d27d | 2011-06-15 23:44:04 | [diff] [blame] | 57 | <if expr="is_win"> |
[email protected] | 7284a4e | 2011-07-14 20:41:46 | [diff] [blame] | 58 | <include name="IDR_ABOUT_CONFLICTS_HTML" file="resources\about_conflicts.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 59 | <include name="IDR_ABOUT_CONFLICTS_JS" file="resources\about_conflicts.js" type="BINDATA" /> |
[email protected] | c1bbaa8 | 2010-11-08 11:17:05 | [diff] [blame] | 60 | </if> |
[email protected] | 6580ca1 | 2011-06-13 18:05:40 | [diff] [blame] | 61 | <include name="IDR_ABOUT_FLASH_HTML" file="resources\about_flash.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 62 | <include name="IDR_ABOUT_FLASH_JS" file="resources\about_flash.js" type="BINDATA" /> |
[email protected] | be843e2 | 2011-06-28 17:35:18 | [diff] [blame] | 63 | <include name="IDR_ABOUT_MEMORY_JS" file="resources\about_memory.js" type="BINDATA" /> |
[email protected] | f19a9fa | 2012-08-15 20:44:25 | [diff] [blame] | 64 | <include name="IDR_ABOUT_NACL_HTML" file="resources\about_nacl.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 65 | <include name="IDR_ABOUT_NACL_CSS" file="resources\about_nacl.css" flattenhtml="true" type="chrome_html" /> |
| 66 | <include name="IDR_ABOUT_NACL_JS" file="resources\about_nacl.js" type="BINDATA" /> |
[email protected] | be843e2 | 2011-06-28 17:35:18 | [diff] [blame] | 67 | <include name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 68 | <include name="IDR_ABOUT_STATS_JS" file="resources\about_stats.js" type="BINDATA" /> |
[email protected] | be843e2 | 2011-06-28 17:35:18 | [diff] [blame] | 69 | <include name="IDR_ABOUT_VERSION_JS" file="resources\about_version.js" type="BINDATA" /> |
[email protected] | 3cda5d0 | 2013-01-17 01:22:41 | [diff] [blame] | 70 | <include name="IDR_ABOUT_VERSION_CSS" file="resources\about_version.css" type="BINDATA" /> |
[email protected] | 3a36e4b | 2012-08-17 00:23:30 | [diff] [blame] | 71 | <if expr="pp_ifdef('android')"> |
| 72 | <include name="IDR_ABOUT_WELCOME_JS" file="resources\about_welcome_android\about_welcome_android.js" type="BINDATA" /> |
| 73 | </if> |
[email protected] | 1952c7d | 2010-03-04 23:48:34 | [diff] [blame] | 74 | <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\manifest.json" type="BINDATA" /> |
[email protected] | a4903e0 | 2012-11-28 12:22:52 | [diff] [blame] | 75 | <include name="IDR_APPS_DEBUGGER_MANIFEST" file="resources\apps_debugger\manifest.json" type="BINDATA" /> |
[email protected] | 8befa1a | 2011-09-21 02:03:38 | [diff] [blame] | 76 | <if expr="is_posix and not is_macosx"> |
[email protected] | 8ebc9b4 | 2011-07-14 15:22:18 | [diff] [blame] | 77 | <include name="IDR_CERTIFICATE_VIEWER_HTML" file="resources\certificate_viewer.html" type="BINDATA" /> |
| 78 | <include name="IDR_CERTIFICATE_VIEWER_JS" file="resources\certificate_viewer.js" type="BINDATA" /> |
| 79 | <include name="IDR_CERTIFICATE_VIEWER_CSS" file="resources\certificate_viewer.css" type="BINDATA" /> |
| 80 | </if> |
[email protected] | 60db3a2 | 2013-02-05 01:29:33 | [diff] [blame] | 81 | <if expr="pp_ifdef('enable_app_list')"> |
| 82 | <include name="IDR_CHROME_APP_MANIFEST" file="resources\chrome_app\manifest.json" type="BINDATA" /> |
| 83 | </if> |
[email protected] | 658677f | 2012-06-09 06:04:02 | [diff] [blame] | 84 | <if expr="pp_ifdef('enable_printing')"> |
| 85 | <include name="IDR_CLOUDPRINT_MANIFEST" file="resources\cloud_print_app\manifest.json" type="BINDATA" /> |
| 86 | <include name="IDR_CLOUD_PRINT_SETUP_DONE_HTML" file="resources\cloud_print\cloud_print_setup_done.html" flattenhtml="true" type="BINDATA" /> |
| 87 | <include name="IDR_CLOUD_PRINT_SETUP_FLOW_HTML" file="resources\cloud_print\cloud_print_setup_flow.html" flattenhtml="true" type="BINDATA" /> |
| 88 | <include name="IDR_CLOUD_PRINT_SETUP_LOGIN_HTML" file="resources\cloud_print\cloud_print_setup_login.html" flattenhtml="true" type="BINDATA" /> |
| 89 | </if> |
[email protected] | 655c37ad | 2011-07-06 18:37:56 | [diff] [blame] | 90 | <include name="IDR_CRASHES_HTML" file="resources\crashes.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 91 | <include name="IDR_CRASHES_JS" file="resources\crashes.js" type="BINDATA" /> |
[email protected] | 284f26f | 2013-02-07 13:32:13 | [diff] [blame] | 92 | <include name="IDR_CREDITS_HTML" file="${about_credits_file}" use_base_dir="false" type="BINDATA" /> |
[email protected] | be843e2 | 2011-06-28 17:35:18 | [diff] [blame] | 93 | <include name="IDR_CREDITS_JS" file="resources\about_credits.js" type="BINDATA" /> |
[email protected] | f301dac | 2012-08-17 04:30:31 | [diff] [blame] | 94 | <if expr="not pp_ifdef('android')"> |
| 95 | <include name="IDR_DOWNLOADS_JS" file="resources\downloads\downloads.js" type="BINDATA" /> |
| 96 | <include name="IDR_EXTENSION_COMMAND_LIST_JS" file="resources\extensions\extension_command_list.js" flattenhtml="true" type="BINDATA" /> |
| 97 | </if> |
[email protected] | 115d27d | 2011-06-15 23:44:04 | [diff] [blame] | 98 | <if expr="is_macosx"> |
[email protected] | e117ef2 | 2010-07-13 17:24:48 | [diff] [blame] | 99 | <include name="IDR_EXTENSIONS_INFOBAR_CSS" file="resources\extensions_infobar_mac.css" flattenhtml="true" type="BINDATA" /> |
| 100 | </if> |
[email protected] | 115d27d | 2011-06-15 23:44:04 | [diff] [blame] | 101 | <if expr="not is_macosx"> |
[email protected] | e117ef2 | 2010-07-13 17:24:48 | [diff] [blame] | 102 | <include name="IDR_EXTENSIONS_INFOBAR_CSS" file="resources\extensions_infobar.css" flattenhtml="true" type="BINDATA" /> |
[email protected] | ff9e04df | 2010-10-04 22:41:01 | [diff] [blame] | 103 | </if> |
[email protected] | f301dac | 2012-08-17 04:30:31 | [diff] [blame] | 104 | <if expr="not pp_ifdef('android')"> |
| 105 | <include name="IDR_EXTENSION_LIST_JS" file="resources\extensions\extension_list.js" flattenhtml="true" type="BINDATA" /> |
| 106 | <include name="IDR_EXTENSION_ACTIVITY_HTML" file="resources\extensions\extension_activity.html" flattenhtml="true" type="BINDATA" /> |
| 107 | <include name="IDR_EXTENSION_ACTIVITY_JS" file="resources\extensions\extension_activity.js" flattenhtml="true" type="BINDATA" /> |
| 108 | <include name="IDR_EXTENSION_INFO_CSS" file="resources\extensions\extension_info.css" flattenhtml="true" type="BINDATA" /> |
| 109 | <include name="IDR_EXTENSION_INFO_HTML" file="resources\extensions\extension_info.html" flattenhtml="true" type="BINDATA" /> |
| 110 | <include name="IDR_EXTENSION_INFO_JS" file="resources\extensions\extension_info.js" flattenhtml="true" type="BINDATA" /> |
| 111 | <include name="IDR_EXTENSIONS_JS" file="resources\extensions\extensions.js" flattenhtml="true" type="BINDATA" /> |
| 112 | </if> |
[email protected] | f7b732f4 | 2010-12-07 17:55:08 | [diff] [blame] | 113 | <include name="IDR_FLAGS_HTML" file="resources\flags.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 3f8702a | 2011-04-29 18:34:11 | [diff] [blame] | 114 | <include name="IDR_FLAGS_HTML_WARNING" file="resources\flags_warning.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | fc449b15 | 2011-06-20 20:33:07 | [diff] [blame] | 115 | <include name="IDR_FLAGS_JS" file="resources\flags.js" type="BINDATA" /> |
[email protected] | f301dac | 2012-08-17 04:30:31 | [diff] [blame] | 116 | <if expr="not pp_ifdef('android')"> |
| 117 | <include name="IDR_GAIA_LOGIN_HTML" file="sync\resources\gaia_login.html" flattenhtml="true" type="BINDATA" /> |
| 118 | </if> |
[email protected] | 81283c90 | 2012-02-04 22:59:14 | [diff] [blame] | 119 | <include name="IDR_HELP_JS" file="resources\help\help.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 53e4d8f | 2012-03-02 19:36:32 | [diff] [blame] | 120 | <include name="IDR_HISTORY_HTML" file="resources\history\history.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
[email protected] | 11e03fb | 2012-03-03 19:07:05 | [diff] [blame] | 121 | <include name="IDR_HISTORY_JS" file="resources\history\history.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 68ac50e2 | 2012-03-21 10:08:57 | [diff] [blame] | 122 | <include name="IDR_INSPECT_CSS" file="resources\inspect\inspect.css" flattenhtml="true" type="BINDATA" /> |
| 123 | <include name="IDR_INSPECT_HTML" file="resources\inspect\inspect.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 124 | <include name="IDR_INSPECT_JS" file="resources\inspect\inspect.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 7ab402e6 | 2012-06-20 19:49:18 | [diff] [blame] | 125 | <include name="IDR_INSTANT_CSS" file="resources\instant\instant.css" flattenhtml="true" type="BINDATA" /> |
| 126 | <include name="IDR_INSTANT_HTML" file="resources\instant\instant.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 127 | <include name="IDR_INSTANT_JS" file="resources\instant\instant.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | e4a1cd4 | 2013-02-01 01:11:42 | [diff] [blame] | 128 | <include name="IDR_NET_EXPORT_HTML" file="resources\net_export\net_export.html" flattenhtml="true" type="BINDATA" /> |
| 129 | <include name="IDR_NET_EXPORT_JS" file="resources\net_export\net_export.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 87c6626 | 2012-08-18 02:13:03 | [diff] [blame] | 130 | <if expr="not pp_ifdef('android')"> |
| 131 | <include name="IDR_PERFORMANCE_MONITOR_CHART_CSS" file="resources\performance_monitor\chart.css" flattenhtml="true" type="BINDATA" /> |
| 132 | <include name="IDR_PERFORMANCE_MONITOR_CHART_JS" file="resources\performance_monitor\chart.js" type="BINDATA" /> |
| 133 | <include name="IDR_PERFORMANCE_MONITOR_HTML" file="resources\performance_monitor\chart.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 134 | <include name="IDR_PERFORMANCE_MONITOR_JQUERY_FLOT_JS" file="..\..\third_party\flot\jquery.flot.min.js" type="BINDATA" /> |
| 135 | <include name="IDR_PERFORMANCE_MONITOR_JQUERY_JS" file="..\..\third_party\flot\jquery.min.js" type="BINDATA" /> |
| 136 | </if> |
[email protected] | abe52909 | 2012-05-10 23:20:09 | [diff] [blame] | 137 | <include name="IDR_PREDICTORS_HTML" file="resources\predictors\predictors.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
[email protected] | a45b1bf | 2012-06-25 21:36:34 | [diff] [blame] | 138 | <include name="IDR_PREDICTORS_JS" file="resources\predictors\predictors.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | f301dac | 2012-08-17 04:30:31 | [diff] [blame] | 139 | <if expr="not pp_ifdef('android')"> |
| 140 | <include name="IDR_NOTIFICATION_1LINE_HTML" file="resources\notification_1line.html" flattenhtml="true" type="BINDATA" /> |
| 141 | <include name="IDR_NOTIFICATION_2LINE_HTML" file="resources\notification_2line.html" flattenhtml="true" type="BINDATA" /> |
| 142 | <include name="IDR_NOTIFICATION_ICON_HTML" file="resources\notification_icon.html" type="BINDATA" /> |
| 143 | </if> |
[email protected] | ed6e37b | 2012-12-16 06:36:51 | [diff] [blame] | 144 | |
| 145 | <include name="IDR_LOCAL_OMNIBOX_POPUP_HTML" file="resources\local_omnibox_popup\local_omnibox_popup.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 146 | <include name="IDR_LOCAL_OMNIBOX_POPUP_CSS" file="resources\local_omnibox_popup\local_omnibox_popup.css" type="BINDATA" /> |
| 147 | <include name="IDR_LOCAL_OMNIBOX_POPUP_JS" file="resources\local_omnibox_popup\local_omnibox_popup.js" type="BINDATA" /> |
| 148 | <include name="IDR_LOCAL_OMNIBOX_POPUP_IMAGES_HISTORY_ICON_PNG" file="resources\local_omnibox_popup\images\history_icon.png" type="BINDATA" /> |
| 149 | <include name="IDR_LOCAL_OMNIBOX_POPUP_IMAGES_PAGE_ICON_PNG" file="resources\local_omnibox_popup\images\page_icon.png" type="BINDATA" /> |
| 150 | <include name="IDR_LOCAL_OMNIBOX_POPUP_IMAGES_SEARCH_ICON_PNG" file="resources\local_omnibox_popup\images\search_icon.png" type="BINDATA" /> |
| 151 | <include name="IDR_LOCAL_OMNIBOX_POPUP_IMAGES_2X_HISTORY_ICON_PNG" file="resources\local_omnibox_popup\images\2x\history_icon.png" type="BINDATA" /> |
| 152 | <include name="IDR_LOCAL_OMNIBOX_POPUP_IMAGES_2X_PAGE_ICON_PNG" file="resources\local_omnibox_popup\images\2x\page_icon.png" type="BINDATA" /> |
| 153 | <include name="IDR_LOCAL_OMNIBOX_POPUP_IMAGES_2X_SEARCH_ICON_PNG" file="resources\local_omnibox_popup\images\2x\search_icon.png" type="BINDATA" /> |
| 154 | |
[email protected] | 432954d0 | 2012-01-24 01:18:43 | [diff] [blame] | 155 | <include name="IDR_OMNIBOX_HTML" file="resources\omnibox\omnibox.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 156 | <include name="IDR_OMNIBOX_CSS" file="resources\omnibox\omnibox.css" type="BINDATA" /> |
| 157 | <include name="IDR_OMNIBOX_JS" file="resources\omnibox\omnibox.js" type="BINDATA" /> |
[email protected] | f301dac | 2012-08-17 04:30:31 | [diff] [blame] | 158 | <if expr="not pp_ifdef('android')"> |
| 159 | <include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 160 | <include name="IDR_PLUGINS_JS" file="resources\plugins.js" type="BINDATA" /> |
| 161 | </if> |
[email protected] | 1d697f3 | 2011-11-28 11:57:51 | [diff] [blame] | 162 | <if expr="is_win"> |
[email protected] | 9f230ed | 2012-05-24 11:19:40 | [diff] [blame] | 163 | <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugins_win.json" type="BINDATA" /> |
[email protected] | 1d697f3 | 2011-11-28 11:57:51 | [diff] [blame] | 164 | </if> |
| 165 | <if expr="is_macosx"> |
[email protected] | 9f230ed | 2012-05-24 11:19:40 | [diff] [blame] | 166 | <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugins_mac.json" type="BINDATA" /> |
[email protected] | 1d697f3 | 2011-11-28 11:57:51 | [diff] [blame] | 167 | </if> |
[email protected] | 27c48389 | 2012-02-09 15:59:10 | [diff] [blame] | 168 | <if expr="is_linux"> |
[email protected] | 022d5b8 | 2012-11-08 06:22:13 | [diff] [blame] | 169 | <if expr="pp_ifdef('chromeos')"> |
| 170 | <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugins_chromeos.json" type="BINDATA" /> |
| 171 | </if> |
| 172 | <if expr="not pp_ifdef('chromeos')"> |
| 173 | <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugins_linux.json" type="BINDATA" /> |
| 174 | </if> |
[email protected] | 27c48389 | 2012-02-09 15:59:10 | [diff] [blame] | 175 | </if> |
[email protected] | a8171203 | 2011-08-31 16:10:04 | [diff] [blame] | 176 | <include name="IDR_POLICY_CSS" file="resources\policy.css" type="BINDATA"/> |
[email protected] | c39a948b | 2011-10-26 18:44:27 | [diff] [blame] | 177 | <include name="IDR_POLICY_HTML" file="resources\policy.html" flattenhtml="true" allowexternalscript="true" type="BINDATA"/> |
[email protected] | a8171203 | 2011-08-31 16:10:04 | [diff] [blame] | 178 | <include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/> |
[email protected] | cf50a610 | 2012-11-02 19:43:50 | [diff] [blame] | 179 | <include name="IDR_PRERENDER_URL_WHITELIST" |
| 180 | file="resources\prerender_url_whitelist.dat" type="BINDATA"/> |
[email protected] | 658677f | 2012-06-09 06:04:02 | [diff] [blame] | 181 | <if expr="pp_ifdef('enable_printing')"> |
| 182 | <include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview\print_preview.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
[email protected] | 0205b68 | 2012-11-13 06:21:54 | [diff] [blame] | 183 | <include name="IDR_PRINT_PREVIEW_PAGE" file="resources\print_preview\print_preview_page.html" flattenhtml="true" allowexternalscript="false" type="BINDATA" /> |
[email protected] | 658677f | 2012-06-09 06:04:02 | [diff] [blame] | 184 | <include name="IDR_PRINT_PREVIEW_JS" file="resources\print_preview\print_preview.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 824f0d84 | 2012-06-23 02:28:35 | [diff] [blame] | 185 | <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER" |
| 186 | file="resources\print_preview\images\printer.png" type="BINDATA" /> |
| 187 | <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER_SHARED" |
| 188 | file="resources\print_preview\images\printer_shared.png" type="BINDATA" /> |
| 189 | <include name="IDR_PRINT_PREVIEW_IMAGES_GOOGLE_DOC" |
| 190 | file="resources\print_preview\images\google_doc.png" type="BINDATA" /> |
| 191 | <include name="IDR_PRINT_PREVIEW_IMAGES_PDF" |
| 192 | file="resources\print_preview\images\pdf.png" type="BINDATA" /> |
| 193 | <include name="IDR_PRINT_PREVIEW_IMAGES_THIRD_PARTY" |
| 194 | file="resources\print_preview\images\third_party.png" type="BINDATA" /> |
[email protected] | ea8ebfa | 2013-01-11 05:35:23 | [diff] [blame] | 195 | <include name="IDR_PRINT_PREVIEW_IMAGES_THIRD_PARTY_FEDEX" |
| 196 | file="resources\print_preview\images\third_party_fedex.png" type="BINDATA" /> |
[email protected] | 824f0d84 | 2012-06-23 02:28:35 | [diff] [blame] | 197 | <include name="IDR_PRINT_PREVIEW_IMAGES_MOBILE" |
| 198 | file="resources\print_preview\images\mobile.png" type="BINDATA" /> |
| 199 | <include name="IDR_PRINT_PREVIEW_IMAGES_MOBILE_SHARED" |
| 200 | file="resources\print_preview\images\mobile_shared.png" type="BINDATA" /> |
[email protected] | 658677f | 2012-06-09 06:04:02 | [diff] [blame] | 201 | </if> |
[email protected] | fbbcbaf | 2011-12-07 19:14:45 | [diff] [blame] | 202 | <include name="IDR_PROFILER_HTML" file="resources\profiler\profiler.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 203 | <include name="IDR_PROFILER_JS" file="resources\profiler\profiler.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 6d11e404 | 2010-07-08 22:33:16 | [diff] [blame] | 204 | <include name="IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK" file="resources\safe_browsing_multiple_threat_block.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | dc4e8b8 | 2012-11-15 03:58:16 | [diff] [blame] | 205 | <if expr="pp_ifdef('enable_settings_app')"> |
[email protected] | b0ff83d | 2012-10-15 05:48:10 | [diff] [blame] | 206 | <include name="IDR_SETTINGS_APP_MANIFEST" file="resources\settings_app\manifest.json" type="BINDATA" /> |
| 207 | </if> |
[email protected] | 5411d820 | 2013-01-30 01:32:15 | [diff] [blame] | 208 | <if expr="pp_ifdef('enable_google_now')"> |
| 209 | <include name="IDR_GOOGLE_NOW_MANIFEST" file="resources\google_now\manifest.json" type="BINDATA" /> |
| 210 | </if> |
[email protected] | f301dac | 2012-08-17 04:30:31 | [diff] [blame] | 211 | <if expr="not pp_ifdef('android')"> |
[email protected] | 57e87c2 | 2012-10-09 19:42:56 | [diff] [blame] | 212 | <include name="IDR_SUGGESTIONS_INTERNALS_HTML" file="resources\suggestions_internals\suggestions_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 213 | <include name="IDR_SUGGESTIONS_INTERNALS_CSS" file="resources\suggestions_internals\suggestions_internals.css" type="BINDATA" /> |
| 214 | <include name="IDR_SUGGESTIONS_INTERNALS_JS" file="resources\suggestions_internals\suggestions_internals.js" type="BINDATA" /> |
| 215 | <include name="IDR_SUGGESTIONS_PAGE_CSS" file="resources\ntp4\suggestions_page.css" type="BINDATA" /> |
| 216 | <include name="IDR_SUGGESTIONS_PAGE_JS" file="resources\ntp4\suggestions_page.js" type="BINDATA" /> |
[email protected] | f301dac | 2012-08-17 04:30:31 | [diff] [blame] | 217 | </if> |
[email protected] | 85d252e | 2010-04-06 22:21:02 | [diff] [blame] | 218 | <include name="IDR_TRANSLATE_JS" file="resources\translate.js" type="BINDATA" /> |
[email protected] | daa9e38 | 2012-01-06 00:30:34 | [diff] [blame] | 219 | <include name="IDR_FEEDBACK_HTML" file="resources\feedback.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 220 | <include name="IDR_FEEDBACK_HTML_INVALID" file="resources\feedback_invalid.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> |
| 221 | <include name="IDR_FEEDBACK_JS" file="resources\feedback.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 2f18c44 | 2011-12-13 02:15:33 | [diff] [blame] | 222 | <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtml="true" type="BINDATA" /> |
| 223 | <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" /> |
[email protected] | a3030d1 | 2012-01-21 03:32:33 | [diff] [blame] | 224 | <include name="IDR_UBER_FRAME_HTML" file="resources\uber\uber_frame.html" flattenhtml="true" type="BINDATA" /> |
| 225 | <include name="IDR_UBER_FRAME_JS" file="resources\uber\uber_frame.js" flattenhtml="true" type="BINDATA" /> |
| 226 | <include name="IDR_UBER_UTILS_JS" file="resources\uber\uber_utils.js" type="BINDATA" /> |
[email protected] | 77e9e4d | 2012-11-22 00:46:59 | [diff] [blame] | 227 | <include name="IDR_USER_ACTIONS_HTML" file="resources\user_actions\user_actions.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 228 | <include name="IDR_USER_ACTIONS_CSS" file="resources\user_actions\user_actions.css" type="BINDATA" /> |
| 229 | <include name="IDR_USER_ACTIONS_JS" file="resources\user_actions\user_actions.js" type="BINDATA" /> |
[email protected] | fe13bf6 | 2010-08-26 14:33:19 | [diff] [blame] | 230 | <include name="IDR_WEBSTORE_MANIFEST" file="resources\webstore_app\manifest.json" type="BINDATA" /> |
[email protected] | 25ae015 | 2011-11-18 14:40:02 | [diff] [blame] | 231 | <include name="IDR_ENTERPRISE_WEBSTORE_MANIFEST" file="resources\enterprise_webstore_app\manifest.json" type="BINDATA" /> |
[email protected] | bcc6518c | 2012-06-25 18:44:19 | [diff] [blame] | 232 | <if expr="pp_ifdef('use_ash')"> |
[email protected] | 898febec | 2012-05-31 18:15:48 | [diff] [blame] | 233 | <include name="IDR_TASK_MANAGER_HTML" file="resources\task_manager\main.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 234 | <include name="IDR_TASK_MANAGER_COMMANDS_JS" file="resources\task_manager\commands.js" type="BINDATA" /> |
[email protected] | d39e386 | 2012-06-26 22:38:23 | [diff] [blame] | 235 | <!-- The following defines.js uses flattenhtml feature to remove the platform-dependent code at compile-time. --> |
[email protected] | 898febec | 2012-05-31 18:15:48 | [diff] [blame] | 236 | <include name="IDR_TASK_MANAGER_DEFINES_JS" file="resources\task_manager\defines.js" flattenhtml="true" type="BINDATA" /> |
| 237 | <include name="IDR_TASK_MANAGER_INCLUDES_JS" file="resources\task_manager\includes.js" type="BINDATA" /> |
| 238 | <include name="IDR_TASK_MANAGER_PRELOAD_JS" file="resources\task_manager\preload.js" type="BINDATA" /> |
| 239 | <!-- The following main.js uses flattenhtml feature to remove the platform-dependent code at complie-time. --> |
| 240 | <include name="IDR_TASK_MANAGER_JS" file="resources\task_manager\main.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 7a210e00e | 2013-02-13 11:42:17 | [diff] [blame] | 241 | <include name="IDR_TASK_MANAGER_MEASURE_TIME_JS" file="resources\task_manager\measure_time.js" type="BINDATA" /> |
| 242 | <include name="IDR_TASK_MANAGER_MEASURE_TIME_END_JS" file="resources\task_manager\measure_time_end.js" type="BINDATA" /> |
[email protected] | 898febec | 2012-05-31 18:15:48 | [diff] [blame] | 243 | </if> |
[email protected] | 07792859 | 2011-09-29 18:56:41 | [diff] [blame] | 244 | <if expr="not pp_ifdef('chromeos')"> |
[email protected] | 9365332a | 2011-12-06 06:18:34 | [diff] [blame] | 245 | <include name="IDR_SYNC_PROMO_JS" file="resources\sync_promo\sync_promo.js" flattenhtml="true" type="BINDATA" /> |
| 246 | <include name="IDR_SYNC_PROMO_HTML" file="resources\sync_promo\sync_promo.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
[email protected] | 07792859 | 2011-09-29 18:56:41 | [diff] [blame] | 247 | </if> |
[email protected] | 2a7444d5 | 2010-07-13 22:57:54 | [diff] [blame] | 248 | <if expr="pp_ifdef('chromeos')"> |
[email protected] | 8126ac3 | 2011-11-28 22:42:51 | [diff] [blame] | 249 | <include name="IDR_ABOUT_SYS_HTML" file="resources\chromeos\about_sys.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 7c4a9bc | 2012-09-11 22:10:05 | [diff] [blame] | 250 | <include name="IDR_BACKLOADER_MANIFEST" file="resources\backloader\manifest.json" type="BINDATA" /> |
[email protected] | 12c105f | 2011-10-10 17:22:09 | [diff] [blame] | 251 | <include name="IDR_CHOOSE_MOBILE_NETWORK_HTML" file="resources\chromeos\choose_mobile_network.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 252 | <include name="IDR_CHOOSE_MOBILE_NETWORK_JS" file="resources\chromeos\choose_mobile_network.js" type="BINDATA" /> |
[email protected] | 9271a05 | 2012-03-24 01:27:44 | [diff] [blame] | 253 | <include name="IDR_CROSH_BUILTIN_MANIFEST" file="resources\chromeos\crosh_builtin\manifest.json" type="BINDATA" /> |
[email protected] | 48e5a2e | 2012-07-23 07:43:28 | [diff] [blame] | 254 | <include name="IDR_CRYPTOHOME_HTML" file="resources\chromeos\cryptohome.html" flattenhtml="true" type="BINDATA" /> |
| 255 | <include name="IDR_CRYPTOHOME_JS" file="resources\chromeos\cryptohome.js" type="BINDATA" /> |
[email protected] | c39a948b | 2011-10-26 18:44:27 | [diff] [blame] | 256 | <!-- manifest file of ChromeVox accessibility extension --> |
[email protected] | 8126ac3 | 2011-11-28 22:42:51 | [diff] [blame] | 257 | <include name="IDR_CHROMEVOX_MANIFEST" file="resources\chromeos\access_chromevox\manifest.json" type="BINDATA" /> |
[email protected] | 88a328a3 | 2012-11-27 18:53:39 | [diff] [blame] | 258 | <!-- manifest file of built-in speech synthesis extension --> |
| 259 | <include name="IDR_SPEECH_SYNTHESIS_MANIFEST" file="resources\chromeos\speech_synthesis\manifest.json" type="BINDATA" /> |
[email protected] | 2b49f843 | 2012-08-06 20:24:42 | [diff] [blame] | 260 | <include name="IDR_DIAGNOSTICS_MAIN_CSS" file="resources\chromeos\diagnostics\main.css" type="BINDATA" /> |
[email protected] | 4eceeaa | 2012-08-02 19:40:13 | [diff] [blame] | 261 | <include name="IDR_DIAGNOSTICS_MAIN_HTML" file="resources\chromeos\diagnostics\main.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 2b49f843 | 2012-08-06 20:24:42 | [diff] [blame] | 262 | <include name="IDR_DIAGNOSTICS_MAIN_JS" file="resources\chromeos\diagnostics\main.js" type="BINDATA" /> |
[email protected] | 6c98b03 | 2012-08-17 04:36:07 | [diff] [blame] | 263 | <include name="IDR_DIAGNOSTICS_IMAGES_FAIL" file="resources\chromeos\diagnostics\fail.png" type="BINDATA" /> |
| 264 | <include name="IDR_DIAGNOSTICS_IMAGES_TICK" file="resources\chromeos\diagnostics\tick.png" type="BINDATA" /> |
| 265 | <include name="IDR_DIAGNOSTICS_IMAGES_WARNING" file="resources\chromeos\diagnostics\warning.png" type="BINDATA" /> |
[email protected] | 3e13e5e9 | 2012-07-27 15:25:10 | [diff] [blame] | 266 | <include name="IDR_DRIVE_INTERNALS_CSS" file="resources\chromeos\drive_internals.css" type="BINDATA" /> |
[email protected] | c2c1ecd | 2012-07-24 22:11:50 | [diff] [blame] | 267 | <include name="IDR_DRIVE_INTERNALS_HTML" file="resources\chromeos\drive_internals.html" flattenhtml="true" type="BINDATA" /> |
| 268 | <include name="IDR_DRIVE_INTERNALS_JS" file="resources\chromeos\drive_internals.js" type="BINDATA" /> |
[email protected] | de79a57 | 2012-05-25 22:30:50 | [diff] [blame] | 269 | <include name="IDR_GAIA_AUTH_MANIFEST" file="resources\gaia_auth\manifest.json" type="BINDATA" /> |
| 270 | <include name="IDR_GAIA_TEST_AUTH_MANIFEST" file="resources\gaia_auth\manifest_test.json" type="BINDATA" /> |
[email protected] | 8126ac3 | 2011-11-28 22:42:51 | [diff] [blame] | 271 | <include name="IDR_GUEST_SESSION_TAB_HTML" file="resources\chromeos\guest_session_tab.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 8126ac3 | 2011-11-28 22:42:51 | [diff] [blame] | 272 | <include name="IDR_IMAGEBURNER_HTML" file="resources\chromeos\image_burner.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 273 | <include name="IDR_IMAGEBURNER_JS" file="resources\chromeos\image_burner.js" type="BINDATA" /> |
| 274 | <include name="IDR_KEYBOARD_OVERLAY_CSS" file="resources\chromeos\keyboard_overlay.css" flattenhtml="true" type="BINDATA" /> |
| 275 | <include name="IDR_KEYBOARD_OVERLAY_HTML" file="resources\chromeos\keyboard_overlay.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 276 | <include name="IDR_KEYBOARD_OVERLAY_JS" file="resources\chromeos\keyboard_overlay.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 8126ac3 | 2011-11-28 22:42:51 | [diff] [blame] | 277 | <include name="IDR_MENU_HTML" file="resources\chromeos\menu.html" flattenhtml="true" type="BINDATA" /> |
| 278 | <include name="IDR_MOBILE_MANIFEST" file="resources\chromeos\mobile_app\manifest.json" type="BINDATA" /> |
| 279 | <include name="IDR_MOBILE_SETUP_PAGE_HTML" file="resources\chromeos\mobile_setup.html" flattenhtml="true" type="BINDATA" /> |
| 280 | <include name="IDR_NETWORK_MENU_CSS" file="resources\chromeos\network_menu.css" flattenhtml="true" type="BINDATA" /> |
| 281 | <include name="IDR_NETWORK_MENU_JS" file="resources\chromeos\network_menu.js" flattenhtml="true" type="BINDATA" /> |
| 282 | <include name="IDR_NOTIFICATION_ICON_LINK_HTML" file="resources\chromeos\notification_icon_link.html" type="BINDATA" /> |
[email protected] | de73b58 | 2012-04-17 23:52:14 | [diff] [blame] | 283 | <include name="IDR_ECHO_MANIFEST" file="resources\chromeos\echo\manifest.json" type="BINDATA" /> |
[email protected] | 8126ac3 | 2011-11-28 22:42:51 | [diff] [blame] | 284 | <include name="IDR_OFFLINE_LOAD_HTML" file="resources\chromeos\offline_load.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 64f784cc | 2013-02-16 02:14:21 | [diff] [blame] | 285 | <include name="IDR_MERGE_SESSION_LOAD_HTML" file="resources\chromeos\merge_session_load.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 8126ac3 | 2011-11-28 22:42:51 | [diff] [blame] | 286 | <include name="IDR_OS_CREDITS_HTML" file="resources\chromeos\about_os_credits.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 4de8252 | 2011-09-08 19:37:59 | [diff] [blame] | 287 | <include name="IDR_PROXY_SETTINGS_HTML" file="resources\chromeos\proxy_settings.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 424d1bb | 2013-01-24 00:36:35 | [diff] [blame] | 288 | <include name="IDR_BLUETOOTH_PAIR_DEVICE_HTML" file="resources\chromeos\bluetooth_pair_device.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 4de8252 | 2011-09-08 19:37:59 | [diff] [blame] | 289 | <include name="IDR_SIM_UNLOCK_HTML" file="resources\chromeos\sim_unlock.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 8126ac3 | 2011-11-28 22:42:51 | [diff] [blame] | 290 | <include name="IDR_WRENCH_MENU_CSS" file="resources\chromeos\wrench_menu.css" flattenhtml="true" type="BINDATA" /> |
| 291 | <include name="IDR_WRENCH_MENU_JS" file="resources\chromeos\wrench_menu.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 6d11e404 | 2010-07-08 22:33:16 | [diff] [blame] | 292 | </if> |
[email protected] | f6e68091 | 2011-09-21 20:26:19 | [diff] [blame] | 293 | <if expr="pp_ifdef('file_manager_extension')"> |
| 294 | <include name="IDR_FILEMANAGER_MANIFEST" file="resources\file_manager\manifest.json" type="BINDATA" /> |
[email protected] | 8534b6c | 2012-11-07 15:34:43 | [diff] [blame] | 295 | <include name="IDR_FILEMANAGER_MANIFEST_V1" file="resources\file_manager\manifest_v1.json" type="BINDATA" /> |
[email protected] | f6e68091 | 2011-09-21 20:26:19 | [diff] [blame] | 296 | </if> |
[email protected] | a7668a1 | 2012-05-28 22:23:48 | [diff] [blame] | 297 | <if expr="pp_ifdef('chromeos')"> |
| 298 | <include name="IDR_WALLPAPERMANAGER_MANIFEST" file="resources\chromeos\wallpaper_manager\manifest.json" type="BINDATA" /> |
| 299 | </if> |
[email protected] | bcc6518c | 2012-06-25 18:44:19 | [diff] [blame] | 300 | <if expr="(is_linux and pp_ifdef('toolkit_views')) or pp_ifdef('use_ash')"> |
[email protected] | bb99a6e | 2011-09-28 01:29:50 | [diff] [blame] | 301 | <include name="IDR_HTTP_AUTH_HTML" file="resources\http_auth.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 67baffc8 | 2011-12-19 18:03:07 | [diff] [blame] | 302 | <include name="IDR_TAB_MODAL_CONFIRM_DIALOG_HTML" file="resources\tab_modal_confirm_dialog.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | bb99a6e | 2011-09-28 01:29:50 | [diff] [blame] | 303 | </if> |
[email protected] | dc6cc47 | 2011-02-03 12:17:26 | [diff] [blame] | 304 | <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')"> |
| 305 | <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json" type="BINDATA" /> |
[email protected] | dc6cc47 | 2011-02-03 12:17:26 | [diff] [blame] | 306 | </if> |
[email protected] | bcc6518c | 2012-06-25 18:44:19 | [diff] [blame] | 307 | <if expr="pp_ifdef('use_ash')"> |
[email protected] | 5e225d7 | 2012-06-14 22:02:16 | [diff] [blame] | 308 | <include name="IDR_GESTURE_CONFIG_CSS" file="resources\gesture_config.css" type="BINDATA" /> |
| 309 | <include name="IDR_GESTURE_CONFIG_HTML" file="resources\gesture_config.html" type="BINDATA" /> |
| 310 | <include name="IDR_GESTURE_CONFIG_JS" file="resources\gesture_config.js" type="BINDATA" /> |
| 311 | </if> |
[email protected] | 693baa5d | 2012-06-22 22:23:38 | [diff] [blame] | 312 | <if expr="is_win"> |
| 313 | <include name="IDR_SET_AS_DEFAULT_BROWSER_JS" file="resources\set_as_default_browser.js" flattenhtml="true" type="BINDATA" /> |
| 314 | <include name="IDR_SET_AS_DEFAULT_BROWSER_HTML" file="resources\set_as_default_browser.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 315 | </if> |
[email protected] | a09159a | 2012-11-29 12:51:48 | [diff] [blame] | 316 | <include name="IDR_MANAGED_MODE_BLOCK_INTERSTITIAL_HTML" file="resources\managed_mode_block_interstitial.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | bb25b40 | 2013-02-20 11:15:20 | [diff] [blame^] | 317 | <include name="IDR_MANAGED_USER_PASSPHRASE_DIALOG_HTML" file="resources\managed_user_passphrase_dialog.html" allowexternalscript="true" type="chrome_html" /> |
| 318 | <include name="IDR_MANAGED_USER_PASSPHRASE_DIALOG_JS" file="resources\managed_user_passphrase_dialog.js" type="BINDATA" /> |
| 319 | <include name="IDR_MANAGED_USER_PASSPHRASE_DIALOG_CSS" file="resources\managed_user_passphrase_dialog.css" type="BINDATA" /> |
| 320 | <include name="IDR_MANAGED_USER_PASSPHRASE_DIALOG_IMG" file="resources\options\managed_user.png" type="BINDATA" /> |
[email protected] | e476ce91 | 2013-02-15 14:02:50 | [diff] [blame] | 321 | <include name="IDR_PROFILE_SIGNIN_CONFIRMATION_HTML" file="resources\profile_signin_confirmation.html" type="BINDATA" /> |
| 322 | <include name="IDR_PROFILE_SIGNIN_CONFIRMATION_JS" file="resources\profile_signin_confirmation.js" type="BINDATA" /> |
[email protected] | d1f99ac | 2009-02-13 20:35:20 | [diff] [blame] | 323 | </includes> |
| 324 | </release> |
| 325 | </grit> |