[email protected] | d1f99ac | 2009-02-13 20:35:20 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
[email protected] | 699ab0d | 2009-04-23 23:19:14 | [diff] [blame] | 2 | <!-- This comment is only here because changes to resources are not picked up |
[email protected] | ed52e4d | 2010-11-08 18:40:56 | [diff] [blame] | 3 | without changes to the corresponding grd file. etaa --> |
[email protected] | d1f99ac | 2009-02-13 20:35:20 | [diff] [blame] | 4 | <grit latest_public_release="0" current_release="1"> |
| 5 | <outputs> |
[email protected] | 226558c | 2009-02-24 23:38:55 | [diff] [blame] | 6 | <output filename="grit/browser_resources.h" type="rc_header"> |
[email protected] | d1f99ac | 2009-02-13 20:35:20 | [diff] [blame] | 7 | <emit emit_type='prepend'></emit> |
| 8 | </output> |
[email protected] | d532af5 | 2010-07-02 23:40:58 | [diff] [blame] | 9 | <output filename="browser_resources.pak" type="data_package" /> |
[email protected] | d335cf2 | 2010-07-08 18:28:26 | [diff] [blame] | 10 | <output filename="browser_resources.rc" type="rc_all" /> |
[email protected] | d1f99ac | 2009-02-13 20:35:20 | [diff] [blame] | 11 | </outputs> |
| 12 | <release seq="1"> |
| 13 | <includes> |
[email protected] | c1bbaa8 | 2010-11-08 11:17:05 | [diff] [blame] | 14 | <if expr="os.find('win') != -1"> |
| 15 | <include name="IDR_ABOUT_CONFLICTS_HTML" file="resources\about_conflicts.html" flattenhtml="true" type="BINDATA" /> |
| 16 | </if> |
[email protected] | 0805a9b | 2010-05-14 21:27:32 | [diff] [blame] | 17 | <if expr="os == 'linux2' or os.find('bsd') != -1"> |
[email protected] | 54fd1d3 | 2009-09-01 00:12:58 | [diff] [blame] | 18 | <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_linux.html" flattenhtml="true" type="BINDATA" /> |
| 19 | </if> |
[email protected] | f164cea | 2009-11-05 23:37:40 | [diff] [blame] | 20 | <if expr="os == 'darwin'"> |
| 21 | <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_mac.html" flattenhtml="true" type="BINDATA" /> |
| 22 | </if> |
[email protected] | 0805a9b | 2010-05-14 21:27:32 | [diff] [blame] | 23 | <if expr="os != 'linux2' and os != 'darwin' and os.find('bsd') == -1"> |
[email protected] | 54fd1d3 | 2009-09-01 00:12:58 | [diff] [blame] | 24 | <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" flattenhtml="true" type="BINDATA" /> |
| 25 | </if> |
[email protected] | 2a7444d5 | 2010-07-13 22:57:54 | [diff] [blame] | 26 | <include name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 6d11e404 | 2010-07-08 22:33:16 | [diff] [blame] | 27 | <include name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 1952c7d | 2010-03-04 23:48:34 | [diff] [blame] | 28 | <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\manifest.json" type="BINDATA" /> |
[email protected] | e47c3203 | 2011-03-01 19:26:20 | [diff] [blame] | 29 | <include name="IDR_FILEMANAGER_MANIFEST" file="resources\file_manager\manifest.json" type="BINDATA" /> |
[email protected] | c8717adf7 | 2011-02-18 21:07:16 | [diff] [blame] | 30 | <include name="IDR_CRASHES_HTML" file="resources\crashes.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 6d11e404 | 2010-07-08 22:33:16 | [diff] [blame] | 31 | <include name="IDR_CREDITS_HTML" file="resources\about_credits.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 6d11e404 | 2010-07-08 22:33:16 | [diff] [blame] | 32 | <include name="IDR_DOWNLOADS_HTML" file="resources\downloads.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | e117ef2 | 2010-07-13 17:24:48 | [diff] [blame] | 33 | <if expr="os == 'darwin'"> |
| 34 | <include name="IDR_EXTENSIONS_INFOBAR_CSS" file="resources\extensions_infobar_mac.css" flattenhtml="true" type="BINDATA" /> |
| 35 | </if> |
| 36 | <if expr="os != 'darwin'"> |
| 37 | <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] | 38 | </if> |
[email protected] | 6d11e404 | 2010-07-08 22:33:16 | [diff] [blame] | 39 | <include name="IDR_EXTENSIONS_UI_HTML" file="resources\extensions_ui.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | f7b732f4 | 2010-12-07 17:55:08 | [diff] [blame] | 40 | <include name="IDR_FLAGS_HTML" file="resources\flags.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | d532af5 | 2010-07-02 23:40:58 | [diff] [blame] | 41 | <include name="IDR_GAIA_LOGIN_HTML" file="sync\resources\gaia_login.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 9a128b0 | 2010-12-15 00:52:00 | [diff] [blame] | 42 | <include name="IDR_GPU_INTERNALS_HTML" file="resources\gpu_internals.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 6d11e404 | 2010-07-08 22:33:16 | [diff] [blame] | 43 | <include name="IDR_HISTORY_HTML" file="resources\history.html" flattenhtml="true" type="BINDATA" /> |
| 44 | <include name="IDR_HISTORY2_HTML" file="resources\history2.html" flattenhtml="true" type="BINDATA" /> |
| 45 | <include name="IDR_INCOGNITO_TAB_HTML" file="resources\incognito_tab.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 9c88d475 | 2010-09-16 20:59:42 | [diff] [blame] | 46 | <include name="IDR_KEYBOARD_MANIFEST" file="resources\keyboard\manifest.json" type="BINDATA" /> |
[email protected] | f7b732f4 | 2010-12-07 17:55:08 | [diff] [blame] | 47 | <include name="IDR_LOGIN_HTML" file="resources\login.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 03482f40 | 2011-02-23 23:42:20 | [diff] [blame] | 48 | <include name="IDR_GPU_BLACKLIST" file="resources\software_rendering_list.json" type="BINDATA" /> |
[email protected] | 6d11e404 | 2010-07-08 22:33:16 | [diff] [blame] | 49 | <include name="IDR_NEW_INCOGNITO_TAB_THEME_CSS" file="resources\new_incognito_tab_theme.css" flattenhtml="true" type="BINDATA" /> |
[email protected] | 01079b5 | 2011-03-17 20:50:06 | [diff] [blame] | 50 | <if expr="not pp_ifdef('touchui')"> |
| 51 | <include name="IDR_NEW_TAB_HTML" file="resources\new_new_tab.html" flattenhtml="true" type="BINDATA" /> |
| 52 | <include name="IDR_NEW_TAB_THEME_CSS" file="resources\new_tab_theme.css" flattenhtml="true" type="BINDATA" /> |
| 53 | </if> |
| 54 | <if expr="pp_ifdef('touchui')"> |
| 55 | <include name="IDR_NEW_TAB_HTML" file="resources\touch_ntp\newtab.html" flattenhtml="true" type="BINDATA" /> |
| 56 | <include name="IDR_NEW_TAB_THEME_CSS" file="resources\touch_ntp\newtab.css" flattenhtml="true" type="BINDATA" /> |
| 57 | </if> |
[email protected] | d5dcfb3 | 2011-03-19 00:49:24 | [diff] [blame] | 58 | <include name="IDR_NEW_TAB_4_HTML" file="resources\ntp4\new_tab.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 8613614 | 2011-03-30 17:42:09 | [diff] [blame] | 59 | <include name="IDR_NEW_TAB_4_THEME_CSS" file="resources\ntp4\new_tab_theme.css" flattenhtml="true" type="BINDATA" /> |
[email protected] | 2a7444d5 | 2010-07-13 22:57:54 | [diff] [blame] | 60 | <include name="IDR_NOTIFICATION_1LINE_HTML" file="resources\notification_1line.html" flattenhtml="true" type="BINDATA" /> |
| 61 | <include name="IDR_NOTIFICATION_2LINE_HTML" file="resources\notification_2line.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 6d11e404 | 2010-07-08 22:33:16 | [diff] [blame] | 62 | <include name="IDR_NOTIFICATION_ICON_HTML" file="resources\notification_icon.html" type="BINDATA" /> |
[email protected] | f90b60b | 2010-12-07 21:26:30 | [diff] [blame] | 63 | <include name="IDR_OPTIONS_HTML" file="resources\options\options.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 6d11e404 | 2010-07-08 22:33:16 | [diff] [blame] | 64 | <include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | c8f73ab | 2011-01-22 00:05:17 | [diff] [blame] | 65 | <include name="IDR_READER_OUT_OF_DATE_HTML" file="resources\reader_out_of_date.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | a89c086 | 2010-10-09 00:53:09 | [diff] [blame] | 66 | <include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 6d11e404 | 2010-07-08 22:33:16 | [diff] [blame] | 67 | <include name="IDR_SAFE_BROWSING_MALWARE_BLOCK" file="resources\safe_browsing_malware_block.html" flattenhtml="true" type="BINDATA" /> |
| 68 | <include name="IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK" file="resources\safe_browsing_multiple_threat_block.html" flattenhtml="true" type="BINDATA" /> |
| 69 | <include name="IDR_SAFE_BROWSING_PHISHING_BLOCK" file="resources\safe_browsing_phishing_block.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 2efebbbf | 2010-10-25 10:31:21 | [diff] [blame] | 70 | <include name="IDR_SIGNIN_HTML" file="resources\browser_signin.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | ae3f8b65 | 2011-01-19 23:47:07 | [diff] [blame] | 71 | <include name="IDR_SSL_ERROR_HTML" file="resources\ssl_error.html" flattenhtml="true" type="BINDATA" /> |
| 72 | <include name="IDR_SSL_ROAD_BLOCK_HTML" file="resources\ssl_roadblock.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | c976938f | 2010-10-12 04:55:44 | [diff] [blame] | 73 | <include name="IDR_SYNC_CONFIGURE_HTML" file="sync\resources\configure.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 22d3eff | 2011-01-08 01:45:18 | [diff] [blame] | 74 | <include name="IDR_SYNC_ENCRYPTION_LOGIN_HTML" file="sync\resources\encryption_login.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | c976938f | 2010-10-12 04:55:44 | [diff] [blame] | 75 | <include name="IDR_SYNC_PASSPHRASE_HTML" file="sync\resources\passphrase.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 22d3eff | 2011-01-08 01:45:18 | [diff] [blame] | 76 | <include name="IDR_SYNC_FIRST_PASSPHRASE_HTML" file="sync\resources\firstpassphrase.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | c976938f | 2010-10-12 04:55:44 | [diff] [blame] | 77 | <include name="IDR_SYNC_SETTING_UP_HTML" file="sync\resources\setting_up.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 6d11e404 | 2010-07-08 22:33:16 | [diff] [blame] | 78 | <include name="IDR_SYNC_SETUP_DONE_HTML" file="sync\resources\setup_done.html" flattenhtml="true" type="BINDATA" /> |
| 79 | <include name="IDR_SYNC_SETUP_FLOW_HTML" file="sync\resources\setup_flow.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | bdff289 | 2010-08-20 00:36:55 | [diff] [blame] | 80 | <include name="IDR_REMOTING_SETUP_FLOW_HTML" file="remoting\resources\remoting_setup_flow.html" flattenhtml="true" type="BINDATA" /> |
| 81 | <include name="IDR_REMOTING_SETUP_DONE_HTML" file="remoting\resources\remoting_setup_done.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 8ddbaac4 | 2011-01-06 01:10:14 | [diff] [blame] | 82 | <include name="IDR_REMOTING_SETUP_ERROR_HTML" file="remoting\resources\remoting_setup_error.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | d00120b | 2011-01-10 20:43:36 | [diff] [blame] | 83 | <include name="IDR_REMOTING_SETTING_UP_HTML" file="remoting\resources\remoting_setting_up.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 400bcf7 | 2010-11-29 22:42:45 | [diff] [blame] | 84 | <include name="IDR_CLOUD_PRINT_SETUP_FLOW_HTML" file="printing\cloud_print\resources\cloud_print_setup_flow.html" flattenhtml="true" type="BINDATA" /> |
| 85 | <include name="IDR_CLOUD_PRINT_SETUP_LOGIN_HTML" file="printing\cloud_print\resources\cloud_print_setup_login.html" flattenhtml="true" type="BINDATA" /> |
| 86 | <include name="IDR_CLOUD_PRINT_SETUP_DONE_HTML" file="printing\cloud_print\resources\cloud_print_setup_done.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | e79154a | 2010-10-27 21:58:02 | [diff] [blame] | 87 | <include name="IDR_TEXTFIELDS_HTML" file="resources\textfields.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 85d252e | 2010-04-06 22:21:02 | [diff] [blame] | 88 | <include name="IDR_TRANSLATE_JS" file="resources\translate.js" type="BINDATA" /> |
[email protected] | ac1894a | 2010-08-22 10:38:54 | [diff] [blame] | 89 | <include name="IDR_BUGREPORT_HTML" file="resources\bug_report.html" flattenhtml="true" type="BINDATA" /> |
| 90 | <include name="IDR_BUGREPORT_HTML_INVALID" file="resources\bug_report_invalid.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | fe13bf6 | 2010-08-26 14:33:19 | [diff] [blame] | 91 | <include name="IDR_WEBSTORE_MANIFEST" file="resources\webstore_app\manifest.json" type="BINDATA" /> |
[email protected] | 2a7444d5 | 2010-07-13 22:57:54 | [diff] [blame] | 92 | <if expr="pp_ifdef('chromeos')"> |
| 93 | <include name="IDR_ABOUT_SYS_HTML" file="resources\about_sys.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 8d250bb | 2011-04-14 14:21:22 | [diff] [blame^] | 94 | <include name="IDR_CHOOSE_MOBILE_NETWORK_HTML" file="resources\chromeos\choose_mobile_network.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 3b6ea29 | 2011-03-11 20:23:00 | [diff] [blame] | 95 | <include name="IDR_COLLECTED_COOKIES_HTML" file="resources\collected_cookies.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 5f26a24 | 2010-11-17 12:16:50 | [diff] [blame] | 96 | <include name="IDR_GUEST_SESSION_TAB_HTML" file="resources\guest_session_tab.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 2a7444d5 | 2010-07-13 22:57:54 | [diff] [blame] | 97 | <include name="IDR_FILEBROWSE_HTML" file="resources\filebrowse.html" flattenhtml="true" type="BINDATA" /> |
| 98 | <include name="IDR_HOST_REGISTRATION_PAGE_HTML" file="resources\host_registration_page.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | bbc7b7d | 2011-04-04 16:50:11 | [diff] [blame] | 99 | <include name="IDR_HTTP_AUTH_HTML" file="resources\http_auth.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 4a6861a | 2010-08-23 19:04:46 | [diff] [blame] | 100 | <include name="IDR_IMAGEBURNER_HTML" file="resources\imageburner.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | d1d150f | 2010-11-04 05:41:39 | [diff] [blame] | 101 | <include name="IDR_KEYBOARD_OVERLAY_CSS" file="resources\keyboard_overlay.css" flattenhtml="true" type="BINDATA" /> |
| 102 | <include name="IDR_KEYBOARD_OVERLAY_DATA_JS" file="resources\keyboard_overlay_data.js" flattenhtml="true" type="BINDATA" /> |
| 103 | <include name="IDR_KEYBOARD_OVERLAY_HTML" file="resources\keyboard_overlay.html" flattenhtml="true" type="BINDATA" /> |
| 104 | <include name="IDR_KEYBOARD_OVERLAY_JS" file="resources\keyboard_overlay.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 2a7444d5 | 2010-07-13 22:57:54 | [diff] [blame] | 105 | <include name="IDR_MEDIAPLAYER_HTML" file="resources\mediaplayer.html" flattenhtml="true" type="BINDATA" /> |
| 106 | <include name="IDR_MEDIAPLAYERPLAYLIST_HTML" file="resources\playlist.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 9d3f7d5e | 2010-09-25 06:17:04 | [diff] [blame] | 107 | <include name="IDR_MOBILE_SETUP_PAGE_HTML" file="resources\mobile_setup.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | a7cb35d | 2010-10-14 05:26:52 | [diff] [blame] | 108 | <include name="IDR_NOTIFICATION_ICON_LINK_HTML" file="resources\notification_icon_link.html" type="BINDATA" /> |
[email protected] | 6692b0d7 | 2010-07-15 03:40:23 | [diff] [blame] | 109 | <include name="IDR_OFFLINE_LOAD_HTML" file="resources\offline_load.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 2a7444d5 | 2010-07-13 22:57:54 | [diff] [blame] | 110 | <include name="IDR_OS_CREDITS_HTML" file="resources\about_os_credits.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 942af4a0 | 2011-03-22 02:27:56 | [diff] [blame] | 111 | <include name="IDR_PROXY_SETTINGS_HTML" file="resources\chromeos\proxy_settings.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 2a7444d5 | 2010-07-13 22:57:54 | [diff] [blame] | 112 | <include name="IDR_SLIDESHOW_HTML" file="resources\slideshow.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 9b78cfd | 2011-03-23 11:15:36 | [diff] [blame] | 113 | <include name="IDR_SIM_UNLOCK_HTML" file="resources\chromeos\sim_unlock.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 3a051a4b | 2010-10-04 23:59:23 | [diff] [blame] | 114 | <include name="IDR_MENU_HTML" file="resources\menu.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | f76ee0d | 2010-10-14 23:36:11 | [diff] [blame] | 115 | <include name="IDR_NETWORK_MENU_CSS" file="resources\network_menu.css" flattenhtml="true" type="BINDATA" /> |
[email protected] | 89ccd24 | 2010-10-12 08:58:27 | [diff] [blame] | 116 | <include name="IDR_NETWORK_MENU_JS" file="resources\network_menu.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 36e1a54 | 2010-10-08 21:11:01 | [diff] [blame] | 117 | <include name="IDR_WRENCH_MENU_JS" file="resources\wrench_menu.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 090bc22 | 2010-10-12 04:21:08 | [diff] [blame] | 118 | <include name="IDR_WRENCH_MENU_CSS" file="resources\wrench_menu.css" flattenhtml="true" type="BINDATA" /> |
[email protected] | 3626869 | 2011-02-06 22:52:37 | [diff] [blame] | 119 | <include name="IDR_MOBILE_MANIFEST" file="resources\mobile_app\manifest.json" type="BINDATA" /> |
[email protected] | 77d13338 | 2011-01-24 17:20:14 | [diff] [blame] | 120 | <!-- manifest file of ChromeVox accessibility extension --> |
| 121 | <include name="IDR_CHROMEVOX_MANIFEST" file="resources\access_chromevox\manifest.json" type="BINDATA" /> |
[email protected] | 699cb924 | 2011-04-06 09:51:32 | [diff] [blame] | 122 | <!-- Enterprise enrollment dialog --> |
| 123 | <include name="IDR_ENTERPRISE_ENROLLMENT_HTML" file="policy\resources\enrollment.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 6d11e404 | 2010-07-08 22:33:16 | [diff] [blame] | 124 | </if> |
[email protected] | dc6cc47 | 2011-02-03 12:17:26 | [diff] [blame] | 125 | <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')"> |
| 126 | <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json" type="BINDATA" /> |
| 127 | <include name="IDR_GETSTARTED_MANIFEST" file="resources\getstarted\manifest.json" type="BINDATA" /> |
[email protected] | dc6cc47 | 2011-02-03 12:17:26 | [diff] [blame] | 128 | </if> |
[email protected] | d1f99ac | 2009-02-13 20:35:20 | [diff] [blame] | 129 | </includes> |
| 130 | </release> |
| 131 | </grit> |