[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] | d1f99ac | 2009-02-13 20:35:20 | [diff] [blame] | 8 | </outputs> |
| 9 | <release seq="1"> |
[email protected] | 65aee70 | 2012-06-27 22:36:13 | [diff] [blame] | 10 | <structures> |
[email protected] | 8a56a0cb | 2014-01-28 19:52:02 | [diff] [blame] | 11 | <if expr="not is_win and not is_macosx and not is_ios"> |
[email protected] | 65aee70 | 2012-06-27 22:36:13 | [diff] [blame] | 12 | <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_linux.html" flattenhtml="true" type="chrome_html" /> |
| 13 | </if> |
[email protected] | 03334690 | 2013-08-20 01:01:12 | [diff] [blame] | 14 | <if expr="is_macosx or is_ios"> |
[email protected] | 65aee70 | 2012-06-27 22:36:13 | [diff] [blame] | 15 | <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_mac.html" flattenhtml="true" type="chrome_html" /> |
| 16 | </if> |
| 17 | <if expr="is_win"> |
| 18 | <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" flattenhtml="true" type="chrome_html" /> |
| 19 | </if> |
[email protected] | 3cda5d0 | 2013-01-17 01:22:41 | [diff] [blame] | 20 | <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] | 21 | <structure name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.html" flattenhtml="true" allowexternalscript="true" type="chrome_html" /> |
[email protected] | 77e59c5 | 2013-05-21 15:29:17 | [diff] [blame] | 22 | <if expr="is_android"> |
[email protected] | 3a36e4b | 2012-08-17 00:23:30 | [diff] [blame] | 23 | <structure name="IDR_ABOUT_WELCOME_HTML" file="resources\about_welcome_android\about_welcome_android.html" flattenhtml="true" type="chrome_html" /> |
[email protected] | 3a36e4b | 2012-08-17 00:23:30 | [diff] [blame] | 24 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 25 | <if expr="enable_app_list"> |
[email protected] | 919b2f8 | 2013-10-04 03:11:26 | [diff] [blame] | 26 | <structure name="IDR_APP_LIST_START_PAGE_CSS" file="resources\app_list\start_page.css" flattenhtml="true" type="chrome_html" /> |
| 27 | <structure name="IDR_APP_LIST_START_PAGE_HTML" file="resources\app_list\start_page.html" flattenhtml="true" type="chrome_html" /> |
| 28 | <structure name="IDR_APP_LIST_START_PAGE_JS" file="resources\app_list\start_page.js" flattenhtml="true" type="chrome_html" /> |
[email protected] | fed4381 | 2014-02-07 08:36:26 | [diff] [blame] | 29 | <structure name="IDR_APP_LIST_HOTWORD_NACL_NMF" file="resources\app_list\hotword_nacl.nmf" flattenhtml="true" type="chrome_html" /> |
[email protected] | 919b2f8 | 2013-10-04 03:11:26 | [diff] [blame] | 30 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 31 | <if expr="chromeos"> |
[email protected] | e22e06de | 2012-08-10 20:30:00 | [diff] [blame] | 32 | <structure name="IDR_DEMO_USER_LOGIN_HTML" file="resources\chromeos\login\demo_user_login.html" flattenhtml="true" type="chrome_html" /> |
[email protected] | 9027cb3 | 2013-02-28 09:06:50 | [diff] [blame] | 33 | <structure name="IDR_DEMO_USER_LOGIN_JS" file="resources\chromeos\login\demo_user_login.js" flattenhtml="true" type="chrome_html" /> |
[email protected] | e22e06de | 2012-08-10 20:30:00 | [diff] [blame] | 34 | </if> |
[email protected] | b4636702 | 2014-01-23 02:33:21 | [diff] [blame] | 35 | <if expr="not is_android"> |
| 36 | <structure name="IDR_DOWNLOADS_CSS" file="resources\downloads\downloads.css" flattenhtml="true" type="chrome_html" /> |
| 37 | <structure name="IDR_DOWNLOADS_HTML" file="resources\downloads\downloads.html" flattenhtml="true" allowexternalscript="true" type="chrome_html" /> |
[email protected] | e5c8f005 | 2014-02-07 21:43:18 | [diff] [blame] | 38 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 39 | <if expr="enable_extensions"> |
[email protected] | b4636702 | 2014-01-23 02:33:21 | [diff] [blame] | 40 | <structure name="IDR_EXTENSIONS_HTML" file="resources\extensions\extensions.html" flattenhtml="true" type="chrome_html" /> |
| 41 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 42 | <if expr="chromeos"> |
[email protected] | 5ee08bf | 2013-11-30 05:25:30 | [diff] [blame] | 43 | <structure name="IDR_FIRST_RUN_HTML" file="resources\chromeos\first_run\first_run.html" flattenhtml="true" type="chrome_html"/> |
[email protected] | 798edb2 | 2013-09-02 23:50:01 | [diff] [blame] | 44 | <structure name="IDR_FIRST_RUN_JS" file="resources\chromeos\first_run\first_run.js" flattenhtml="true" type="chrome_html" /> |
| 45 | </if> |
[email protected] | b4636702 | 2014-01-23 02:33:21 | [diff] [blame] | 46 | <if expr="not is_android"> |
| 47 | <structure name="IDR_HELP_CSS" file="resources\help\help.css" flattenhtml="true" type="chrome_html" /> |
| 48 | <structure name="IDR_HELP_HTML" file="resources\help\help.html" flattenhtml="true" type="chrome_html" /> |
| 49 | <structure name="IDR_HELP_CHANNEL_CHANGE_PAGE_CSS" file="resources\help\channel_change_page.css" flattenhtml="true" type="chrome_html" /> |
| 50 | <structure name="IDR_HELP_CHANNEL_CHANGE_PAGE_HTML" file="resources\help\channel_change_page.html" flattenhtml="true" type="chrome_html" /> |
| 51 | <structure name="IDR_INCOGNITO_TAB_HTML" file="resources\ntp4\incognito_tab.html" flattenhtml="true" type="chrome_html" /> |
| 52 | <structure name="IDR_GUEST_TAB_HTML" file="resources\ntp4\guest_tab.html" flattenhtml="true" type="chrome_html" /> |
| 53 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 54 | <if expr="chromeos"> |
[email protected] | f57d57d | 2013-06-11 16:12:55 | [diff] [blame] | 55 | <structure name="IDR_LOGIN_HTML" file="resources\chromeos\login\login.html" flattenhtml="true" type="chrome_html" variables="OOBE=login" expand_variables="true"/> |
[email protected] | 79faf10 | 2013-02-24 14:59:00 | [diff] [blame] | 56 | <structure name="IDR_LOGIN_JS" file="resources\chromeos\login\login.js" flattenhtml="true" type="chrome_html" /> |
[email protected] | e22e06de | 2012-08-10 20:30:00 | [diff] [blame] | 57 | </if> |
[email protected] | 77e59c5 | 2013-05-21 15:29:17 | [diff] [blame] | 58 | <if expr="not is_android"> |
[email protected] | b4636702 | 2014-01-23 02:33:21 | [diff] [blame] | 59 | <structure name="IDR_NEW_INCOGNITO_TAB_THEME_CSS" file="resources\ntp4\new_incognito_tab_theme.css" flattenhtml="true" type="chrome_html" /> |
| 60 | <structure name="IDR_NEW_GUEST_TAB_THEME_CSS" file="resources\ntp4\new_guest_tab_theme.css" flattenhtml="true" type="chrome_html" /> |
[email protected] | a4ce90b | 2012-08-17 00:31:52 | [diff] [blame] | 61 | <structure name="IDR_NEW_TAB_4_HTML" file="resources\ntp4\new_tab.html" flattenhtml="true" type="chrome_html" /> |
| 62 | <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] | 63 | </if> |
[email protected] | 77e59c5 | 2013-05-21 15:29:17 | [diff] [blame] | 64 | <if expr="is_android"> |
[email protected] | a4ce90b | 2012-08-17 00:31:52 | [diff] [blame] | 65 | <structure name="IDR_NEW_TAB_ANDROID_HTML" file="resources\ntp_android\new_tab.html" flattenhtml="true" type="chrome_html" /> |
| 66 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 67 | <if expr="chromeos"> |
[email protected] | f57d57d | 2013-06-11 16:12:55 | [diff] [blame] | 68 | <structure name="IDR_OOBE_HTML" file="resources\chromeos\login\oobe.html" flattenhtml="true" type="chrome_html" variables="OOBE=oobe" expand_variables="true"/> |
[email protected] | 79faf10 | 2013-02-24 14:59:00 | [diff] [blame] | 69 | <structure name="IDR_OOBE_JS" file="resources\chromeos\login\oobe.js" flattenhtml="true" type="chrome_html" /> |
[email protected] | 2210a40 | 2014-02-26 15:31:52 | [diff] [blame] | 70 | <structure name="IDR_OOBE_RESOURCE_LOADER_JS" file="resources\login\resource_loader.js" flattenhtml="true" type="chrome_html" /> |
[email protected] | 03334690 | 2013-08-20 01:01:12 | [diff] [blame] | 71 | <structure name="IDR_OOBE_ENROLLMENT_HTML" file="resources\chromeos\login\oobe_screen_oauth_enrollment.html" flattenhtml="true" type="chrome_html" /> |
| 72 | <structure name="IDR_OOBE_ENROLLMENT_CSS" file="resources\chromeos\login\oobe_screen_oauth_enrollment.css" flattenhtml="true" type="chrome_html" /> |
| 73 | <structure name="IDR_OOBE_ENROLLMENT_JS" file="resources\chromeos\login\oobe_screen_oauth_enrollment.js" flattenhtml="true" type="chrome_html" /> |
[email protected] | f9cef1b | 2013-05-06 07:49:07 | [diff] [blame] | 74 | <structure name="IDR_KEYBOARD_UTILS_JS" file="resources\chromeos\keyboard\keyboard_utils.js" flattenhtml="true" type="chrome_html" /> |
[email protected] | e22e06de | 2012-08-10 20:30:00 | [diff] [blame] | 75 | </if> |
[email protected] | d1bbf2e | 2012-07-28 01:20:29 | [diff] [blame] | 76 | <structure name="IDR_READER_OUT_OF_DATE_HTML" file="resources\reader_out_of_date.html" flattenhtml="true" type="chrome_html" /> |
[email protected] | 1586599 | 2013-05-07 06:45:33 | [diff] [blame] | 77 | <structure name="IDR_SSL_ROAD_BLOCK_HTML" file="resources\ssl\roadblock.html" flattenhtml="true" type="chrome_html" /> |
[email protected] | 0bc9619 | 2013-10-21 15:50:59 | [diff] [blame] | 78 | <structure name="IDR_SSL_BLOCKING_HTML" file="resources\ssl\blocking.html" flattenhtml="true" type="chrome_html" /> |
[email protected] | 2362ed5 | 2012-09-10 23:37:36 | [diff] [blame] | 79 | <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] | 80 | </structures> |
[email protected] | d1f99ac | 2009-02-13 20:35:20 | [diff] [blame] | 81 | <includes> |
[email protected] | 115d27d | 2011-06-15 23:44:04 | [diff] [blame] | 82 | <if expr="is_win"> |
[email protected] | 7284a4e | 2011-07-14 20:41:46 | [diff] [blame] | 83 | <include name="IDR_ABOUT_CONFLICTS_HTML" file="resources\about_conflicts.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 84 | <include name="IDR_ABOUT_CONFLICTS_JS" file="resources\about_conflicts.js" type="BINDATA" /> |
[email protected] | c1bbaa8 | 2010-11-08 11:17:05 | [diff] [blame] | 85 | </if> |
[email protected] | 1ee9f18 | 2014-01-22 09:06:39 | [diff] [blame] | 86 | <if expr="not is_android"> |
| 87 | <include name="IDR_ABOUT_FLASH_HTML" file="resources\about_flash.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 88 | <include name="IDR_ABOUT_FLASH_JS" file="resources\about_flash.js" type="BINDATA" /> |
| 89 | </if> |
[email protected] | 2aebb5e | 2013-11-15 20:33:46 | [diff] [blame] | 90 | <include name="IDR_ABOUT_MEMORY_JS" file="resources\about_memory.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 1ee9f18 | 2014-01-22 09:06:39 | [diff] [blame] | 91 | <if expr="not is_android"> |
| 92 | <include name="IDR_ABOUT_NACL_HTML" file="resources\about_nacl.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 93 | <include name="IDR_ABOUT_NACL_CSS" file="resources\about_nacl.css" flattenhtml="true" type="chrome_html" /> |
| 94 | <include name="IDR_ABOUT_NACL_JS" file="resources\about_nacl.js" type="BINDATA" /> |
| 95 | </if> |
[email protected] | be843e2 | 2011-06-28 17:35:18 | [diff] [blame] | 96 | <include name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 97 | <include name="IDR_ABOUT_STATS_JS" file="resources\about_stats.js" type="BINDATA" /> |
[email protected] | d611397 | 2014-01-29 00:29:41 | [diff] [blame] | 98 | <if expr="not is_android"> |
| 99 | <include name="IDR_ABOUT_SYS_HTML" file="resources\about_sys\about_sys.html" flattenhtml="true" type="BINDATA" /> |
| 100 | </if> |
[email protected] | be843e2 | 2011-06-28 17:35:18 | [diff] [blame] | 101 | <include name="IDR_ABOUT_VERSION_JS" file="resources\about_version.js" type="BINDATA" /> |
[email protected] | 3cda5d0 | 2013-01-17 01:22:41 | [diff] [blame] | 102 | <include name="IDR_ABOUT_VERSION_CSS" file="resources\about_version.css" type="BINDATA" /> |
[email protected] | 13e89aa | 2014-02-28 00:45:42 | [diff] [blame] | 103 | |
[email protected] | 1952c7d | 2010-03-04 23:48:34 | [diff] [blame] | 104 | <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\manifest.json" type="BINDATA" /> |
[email protected] | 03334690 | 2013-08-20 01:01:12 | [diff] [blame] | 105 | <if expr="is_posix and not is_macosx and not is_ios"> |
[email protected] | 8ebc9b4 | 2011-07-14 15:22:18 | [diff] [blame] | 106 | <include name="IDR_CERTIFICATE_VIEWER_HTML" file="resources\certificate_viewer.html" type="BINDATA" /> |
| 107 | <include name="IDR_CERTIFICATE_VIEWER_JS" file="resources\certificate_viewer.js" type="BINDATA" /> |
| 108 | <include name="IDR_CERTIFICATE_VIEWER_CSS" file="resources\certificate_viewer.css" type="BINDATA" /> |
| 109 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 110 | <if expr="enable_app_list"> |
[email protected] | 60db3a2 | 2013-02-05 01:29:33 | [diff] [blame] | 111 | <include name="IDR_CHROME_APP_MANIFEST" file="resources\chrome_app\manifest.json" type="BINDATA" /> |
| 112 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 113 | <if expr="enable_printing"> |
[email protected] | 658677f | 2012-06-09 06:04:02 | [diff] [blame] | 114 | <include name="IDR_CLOUDPRINT_MANIFEST" file="resources\cloud_print_app\manifest.json" type="BINDATA" /> |
[email protected] | 658677f | 2012-06-09 06:04:02 | [diff] [blame] | 115 | </if> |
[email protected] | 655c37ad | 2011-07-06 18:37:56 | [diff] [blame] | 116 | <include name="IDR_CRASHES_HTML" file="resources\crashes.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 117 | <include name="IDR_CRASHES_JS" file="resources\crashes.js" type="BINDATA" /> |
[email protected] | 284f26f | 2013-02-07 13:32:13 | [diff] [blame] | 118 | <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] | 119 | <include name="IDR_CREDITS_JS" file="resources\about_credits.js" type="BINDATA" /> |
[email protected] | 9cc9f32 | 2014-02-19 02:05:39 | [diff] [blame] | 120 | <if expr="not is_ios"> |
| 121 | <include name="IDR_DEVTOOLS_DISCOVERY_PAGE_HTML" file="devtools\frontend\devtools_discovery_page.html" type="BINDATA"/> |
| 122 | </if> |
[email protected] | 77e59c5 | 2013-05-21 15:29:17 | [diff] [blame] | 123 | <if expr="not is_android"> |
[email protected] | f301dac | 2012-08-17 04:30:31 | [diff] [blame] | 124 | <include name="IDR_DOWNLOADS_JS" file="resources\downloads\downloads.js" type="BINDATA" /> |
[email protected] | e5c8f005 | 2014-02-07 21:43:18 | [diff] [blame] | 125 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 126 | <if expr="enable_extensions"> |
[email protected] | f301dac | 2012-08-17 04:30:31 | [diff] [blame] | 127 | <include name="IDR_EXTENSION_COMMAND_LIST_JS" file="resources\extensions\extension_command_list.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | e5c8f005 | 2014-02-07 21:43:18 | [diff] [blame] | 128 | <if expr="is_macosx"> |
| 129 | <include name="IDR_EXTENSIONS_INFOBAR_CSS" file="resources\extensions_infobar_mac.css" flattenhtml="true" type="BINDATA" /> |
| 130 | </if> |
| 131 | <if expr="not is_macosx"> |
| 132 | <include name="IDR_EXTENSIONS_INFOBAR_CSS" file="resources\extensions_infobar.css" flattenhtml="true" type="BINDATA" /> |
| 133 | </if> |
[email protected] | f301dac | 2012-08-17 04:30:31 | [diff] [blame] | 134 | <include name="IDR_EXTENSION_LIST_JS" file="resources\extensions\extension_list.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | f301dac | 2012-08-17 04:30:31 | [diff] [blame] | 135 | <include name="IDR_EXTENSION_INFO_CSS" file="resources\extensions\extension_info.css" flattenhtml="true" type="BINDATA" /> |
| 136 | <include name="IDR_EXTENSION_INFO_HTML" file="resources\extensions\extension_info.html" flattenhtml="true" type="BINDATA" /> |
| 137 | <include name="IDR_EXTENSION_INFO_JS" file="resources\extensions\extension_info.js" flattenhtml="true" type="BINDATA" /> |
| 138 | <include name="IDR_EXTENSIONS_JS" file="resources\extensions\extensions.js" flattenhtml="true" type="BINDATA" /> |
| 139 | </if> |
[email protected] | 30e4f87 | 2013-08-17 13:54:47 | [diff] [blame] | 140 | <include name="IDR_FEEDBACK_MANIFEST" file="resources\feedback\manifest.json" type="BINDATA" /> |
[email protected] | f7b732f4 | 2010-12-07 17:55:08 | [diff] [blame] | 141 | <include name="IDR_FLAGS_HTML" file="resources\flags.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | fc449b15 | 2011-06-20 20:33:07 | [diff] [blame] | 142 | <include name="IDR_FLAGS_JS" file="resources\flags.js" type="BINDATA" /> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 143 | <if expr="_google_chrome or enable_hangout_services_extension"> |
[email protected] | 1d631942 | 2013-12-17 10:28:43 | [diff] [blame] | 144 | <!-- Hangout Services extension, included in Google Chrome builds only. --> |
| 145 | <include name="IDR_HANGOUT_SERVICES_MANIFEST" file="resources\hangout_services\manifest.json" type="BINDATA" /> |
| 146 | </if> |
[email protected] | 2be4a8e4 | 2014-02-05 20:09:21 | [diff] [blame] | 147 | <include name="IDR_HOTWORD_HELPER_MANIFEST" file="resources\hotword_helper\manifest.json" type="BINDATA" /> |
[email protected] | b4636702 | 2014-01-23 02:33:21 | [diff] [blame] | 148 | <if expr="not is_android"> |
| 149 | <include name="IDR_HELP_JS" file="resources\help\help.js" flattenhtml="true" type="BINDATA" /> |
| 150 | <include name="IDR_HELP_FOCUS_MANAGER_JS" file="resources\help\help_focus_manager.js" flattenhtml="true" type="BINDATA" /> |
| 151 | <include name="IDR_HELP_BASE_PAGE_JS" file="resources\help\help_base_page.js" flattenhtml="true" type="BINDATA" /> |
| 152 | <include name="IDR_CHANNEL_CHANGE_PAGE_JS" file="resources\help\channel_change_page.js" flattenhtml="true" type="BINDATA" /> |
| 153 | </if> |
[email protected] | 53e4d8f | 2012-03-02 19:36:32 | [diff] [blame] | 154 | <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] | 155 | <include name="IDR_HISTORY_JS" file="resources\history\history.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | a04e82b | 2013-03-15 23:44:53 | [diff] [blame] | 156 | <include name="IDR_OTHER_DEVICES_JS" file="resources\history\other_devices.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 20232aae | 2013-05-25 18:01:08 | [diff] [blame] | 157 | <include name="IDR_IDENTITY_API_SCOPE_APPROVAL_MANIFEST" file="resources\identity_scope_approval_dialog\manifest.json" type="BINDATA" /> |
[email protected] | 4aa880e | 2013-05-15 13:49:46 | [diff] [blame] | 158 | <include name="IDR_INLINE_LOGIN_HTML" file="resources\inline_login\inline_login.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 159 | <include name="IDR_INLINE_LOGIN_CSS" file="resources\inline_login\inline_login.css" flattenhtml="true" type="BINDATA" /> |
| 160 | <include name="IDR_INLINE_LOGIN_JS" file="resources\inline_login\inline_login.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 68ac50e2 | 2012-03-21 10:08:57 | [diff] [blame] | 161 | <include name="IDR_INSPECT_CSS" file="resources\inspect\inspect.css" flattenhtml="true" type="BINDATA" /> |
| 162 | <include name="IDR_INSPECT_HTML" file="resources\inspect\inspect.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 163 | <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] | 164 | <include name="IDR_INSTANT_CSS" file="resources\instant\instant.css" flattenhtml="true" type="BINDATA" /> |
| 165 | <include name="IDR_INSTANT_HTML" file="resources\instant\instant.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 166 | <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] | 167 | <include name="IDR_NET_EXPORT_HTML" file="resources\net_export\net_export.html" flattenhtml="true" type="BINDATA" /> |
| 168 | <include name="IDR_NET_EXPORT_JS" file="resources\net_export\net_export.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 78127e6 | 2013-11-01 16:44:57 | [diff] [blame] | 169 | <include name="IDR_NETWORK_SPEECH_SYNTHESIS_MANIFEST" file="resources\network_speech_synthesis\manifest.json" type="BINDATA" /> |
[email protected] | 77e59c5 | 2013-05-21 15:29:17 | [diff] [blame] | 170 | <if expr="not is_android"> |
[email protected] | 87c6626 | 2012-08-18 02:13:03 | [diff] [blame] | 171 | <include name="IDR_PERFORMANCE_MONITOR_CHART_CSS" file="resources\performance_monitor\chart.css" flattenhtml="true" type="BINDATA" /> |
| 172 | <include name="IDR_PERFORMANCE_MONITOR_CHART_JS" file="resources\performance_monitor\chart.js" type="BINDATA" /> |
| 173 | <include name="IDR_PERFORMANCE_MONITOR_HTML" file="resources\performance_monitor\chart.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 174 | <include name="IDR_PERFORMANCE_MONITOR_JQUERY_FLOT_JS" file="..\..\third_party\flot\jquery.flot.min.js" type="BINDATA" /> |
| 175 | <include name="IDR_PERFORMANCE_MONITOR_JQUERY_JS" file="..\..\third_party\flot\jquery.min.js" type="BINDATA" /> |
| 176 | </if> |
[email protected] | abe52909 | 2012-05-10 23:20:09 | [diff] [blame] | 177 | <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] | 178 | <include name="IDR_PREDICTORS_JS" file="resources\predictors\predictors.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 77e59c5 | 2013-05-21 15:29:17 | [diff] [blame] | 179 | <if expr="not is_android"> |
[email protected] | f301dac | 2012-08-17 04:30:31 | [diff] [blame] | 180 | <include name="IDR_NOTIFICATION_1LINE_HTML" file="resources\notification_1line.html" flattenhtml="true" type="BINDATA" /> |
| 181 | <include name="IDR_NOTIFICATION_2LINE_HTML" file="resources\notification_2line.html" flattenhtml="true" type="BINDATA" /> |
| 182 | <include name="IDR_NOTIFICATION_ICON_HTML" file="resources\notification_icon.html" type="BINDATA" /> |
| 183 | </if> |
[email protected] | ed6e37b | 2012-12-16 06:36:51 | [diff] [blame] | 184 | |
[email protected] | 2188c8d | 2014-03-21 00:58:56 | [diff] [blame] | 185 | <if expr="enable_service_discovery"> |
[email protected] | 02f3878 | 2013-12-11 08:52:46 | [diff] [blame] | 186 | <include name="IDR_LOCAL_DISCOVERY_HTML" file="resources\local_discovery\local_discovery.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 187 | <include name="IDR_LOCAL_DISCOVERY_CSS" file="resources\local_discovery\local_discovery.css" type="BINDATA" /> |
| 188 | <include name="IDR_LOCAL_DISCOVERY_JS" file="resources\local_discovery\local_discovery.js" flattenhtml="true" type="BINDATA" /> |
| 189 | <include name="IDR_LOCAL_DISCOVERY_PRINTER_PNG" file="resources\local_discovery\printer.png" type="BINDATA" /> |
| 190 | </if> |
| 191 | |
[email protected] | 03a285c5 | 2013-05-05 03:30:20 | [diff] [blame] | 192 | <include name="IDR_INSTANT_IFRAME_VALIDATION_JS" file="resources\local_ntp\instant_iframe_validation.js" type="BINDATA" /> |
[email protected] | a353643 | 2013-03-26 08:14:31 | [diff] [blame] | 193 | <include name="IDR_LOCAL_NTP_HTML" file="resources\local_ntp\local_ntp.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 194 | <include name="IDR_LOCAL_NTP_CSS" file="resources\local_ntp\local_ntp.css" type="BINDATA" /> |
[email protected] | bc9c14cb | 2013-04-24 18:14:01 | [diff] [blame] | 195 | <include name="IDR_LOCAL_NTP_JS" file="resources\local_ntp\local_ntp.js" flattenhtml="true" type="BINDATA" /> |
[email protected] | 41491b4 | 2013-04-15 21:54:39 | [diff] [blame] | 196 | <include name="IDR_LOCAL_NTP_IMAGES_2X_LOGO_PNG" file="resources\local_ntp\images\2x\ntp_google_logo.png" type="BINDATA" /> |
[email protected] | 41491b4 | 2013-04-15 21:54:39 | [diff] [blame] | 197 | <include name="IDR_LOCAL_NTP_IMAGES_2X_WHITE_LOGO_PNG" file="resources\local_ntp\images\2x\ntp_white_google_logo.png" type="BINDATA" /> |
[email protected] | 03a285c5 | 2013-05-05 03:30:20 | [diff] [blame] | 198 | <include name="IDR_MOST_VISITED_IFRAME_CSS" file="resources\local_ntp\most_visited_iframe.css" type="BINDATA" /> |
| 199 | <include name="IDR_MOST_VISITED_TITLE_HTML" file="resources\local_ntp\most_visited_title.html" type="BINDATA" /> |
| 200 | <include name="IDR_MOST_VISITED_TITLE_CSS" file="resources\local_ntp\most_visited_title.css" type="BINDATA" /> |
| 201 | <include name="IDR_MOST_VISITED_TITLE_JS" file="resources\local_ntp\most_visited_title.js" type="BINDATA" /> |
| 202 | <include name="IDR_MOST_VISITED_THUMBNAIL_HTML" file="resources\local_ntp\most_visited_thumbnail.html" type="BINDATA" /> |
| 203 | <include name="IDR_MOST_VISITED_THUMBNAIL_CSS" file="resources\local_ntp\most_visited_thumbnail.css" type="BINDATA" /> |
| 204 | <include name="IDR_MOST_VISITED_THUMBNAIL_JS" file="resources\local_ntp\most_visited_thumbnail.js" type="BINDATA" /> |
| 205 | <include name="IDR_MOST_VISITED_UTIL_JS" file="resources\local_ntp\most_visited_util.js" type="BINDATA" flattenhtml="true" /> |
[email protected] | abd6c4d | 2014-03-17 06:48:17 | [diff] [blame] | 206 | <include name="IDR_MOST_VISITED_WINDOW_DISPOSITION_UTIL_JS" file="resources\local_ntp\window_disposition_util.js" type="BINDATA" /> |
[email protected] | ed6e37b | 2012-12-16 06:36:51 | [diff] [blame] | 207 | |
[email protected] | 432954d0 | 2012-01-24 01:18:43 | [diff] [blame] | 208 | <include name="IDR_OMNIBOX_HTML" file="resources\omnibox\omnibox.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 209 | <include name="IDR_OMNIBOX_CSS" file="resources\omnibox\omnibox.css" type="BINDATA" /> |
| 210 | <include name="IDR_OMNIBOX_JS" file="resources\omnibox\omnibox.js" type="BINDATA" /> |
[email protected] | 693f63c | 2014-01-17 06:52:19 | [diff] [blame] | 211 | <if expr="not is_android"> |
[email protected] | f301dac | 2012-08-17 04:30:31 | [diff] [blame] | 212 | <include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 213 | <include name="IDR_PLUGINS_JS" file="resources\plugins.js" type="BINDATA" /> |
| 214 | </if> |
[email protected] | 1f432c2 | 2014-01-07 01:25:48 | [diff] [blame] | 215 | <include name="IDR_COMPONENTS_HTML" file="resources\components.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 216 | <include name="IDR_COMPONENTS_JS" file="resources\components.js" type="BINDATA" /> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 217 | <if expr="enable_plugins"> |
[email protected] | 6ab4ef9 | 2013-12-09 08:43:17 | [diff] [blame] | 218 | <include name="IDR_PDF_MANIFEST" file="resources\pdf\manifest.json" type="BINDATA" /> |
| 219 | </if> |
[email protected] | 1d697f3 | 2011-11-28 11:57:51 | [diff] [blame] | 220 | <if expr="is_win"> |
[email protected] | 9f230ed | 2012-05-24 11:19:40 | [diff] [blame] | 221 | <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] | 222 | </if> |
| 223 | <if expr="is_macosx"> |
[email protected] | 9f230ed | 2012-05-24 11:19:40 | [diff] [blame] | 224 | <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] | 225 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 226 | <if expr="chromeos"> |
[email protected] | 114a824e | 2014-02-10 00:57:35 | [diff] [blame] | 227 | <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugins_chromeos.json" type="BINDATA" /> |
| 228 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 229 | <if expr="desktop_linux"> |
[email protected] | 114a824e | 2014-02-10 00:57:35 | [diff] [blame] | 230 | <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugins_linux.json" type="BINDATA" /> |
[email protected] | 27c48389 | 2012-02-09 15:59:10 | [diff] [blame] | 231 | </if> |
[email protected] | 5a2a66c | 2013-07-12 12:38:00 | [diff] [blame] | 232 | <if expr="is_android"> |
| 233 | <include name="IDR_POLICY_CSS" file="resources\policy_android.css" type="BINDATA"/> |
| 234 | </if> |
| 235 | <if expr="not is_android"> |
| 236 | <include name="IDR_POLICY_CSS" file="resources\policy.css" type="BINDATA"/> |
| 237 | </if> |
[email protected] | c39a948b | 2011-10-26 18:44:27 | [diff] [blame] | 238 | <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] | 239 | <include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/> |
[email protected] | 03334690 | 2013-08-20 01:01:12 | [diff] [blame] | 240 | <include name="IDR_PRERENDER_URL_WHITELIST" file="resources\prerender_url_whitelist.dat" type="BINDATA"/> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 241 | <if expr="enable_full_printing"> |
[email protected] | 658677f | 2012-06-09 06:04:02 | [diff] [blame] | 242 | <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] | 243 | <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] | 244 | <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] | 245 | <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER" |
| 246 | file="resources\print_preview\images\printer.png" type="BINDATA" /> |
| 247 | <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER_SHARED" |
| 248 | file="resources\print_preview\images\printer_shared.png" type="BINDATA" /> |
| 249 | <include name="IDR_PRINT_PREVIEW_IMAGES_GOOGLE_DOC" |
| 250 | file="resources\print_preview\images\google_doc.png" type="BINDATA" /> |
| 251 | <include name="IDR_PRINT_PREVIEW_IMAGES_PDF" |
| 252 | file="resources\print_preview\images\pdf.png" type="BINDATA" /> |
| 253 | <include name="IDR_PRINT_PREVIEW_IMAGES_THIRD_PARTY" |
| 254 | file="resources\print_preview\images\third_party.png" type="BINDATA" /> |
[email protected] | ea8ebfa | 2013-01-11 05:35:23 | [diff] [blame] | 255 | <include name="IDR_PRINT_PREVIEW_IMAGES_THIRD_PARTY_FEDEX" |
| 256 | file="resources\print_preview\images\third_party_fedex.png" type="BINDATA" /> |
[email protected] | 824f0d84 | 2012-06-23 02:28:35 | [diff] [blame] | 257 | <include name="IDR_PRINT_PREVIEW_IMAGES_MOBILE" |
| 258 | file="resources\print_preview\images\mobile.png" type="BINDATA" /> |
| 259 | <include name="IDR_PRINT_PREVIEW_IMAGES_MOBILE_SHARED" |
| 260 | file="resources\print_preview\images\mobile_shared.png" type="BINDATA" /> |
[email protected] | 658677f | 2012-06-09 06:04:02 | [diff] [blame] | 261 | </if> |
[email protected] | fbbcbaf | 2011-12-07 19:14:45 | [diff] [blame] | 262 | <include name="IDR_PROFILER_HTML" file="resources\profiler\profiler.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 263 | <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] | 264 | <include name="IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK" file="resources\safe_browsing_multiple_threat_block.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 265 | <if expr="enable_settings_app"> |
[email protected] | b0ff83d | 2012-10-15 05:48:10 | [diff] [blame] | 266 | <include name="IDR_SETTINGS_APP_MANIFEST" file="resources\settings_app\manifest.json" type="BINDATA" /> |
| 267 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 268 | <if expr="enable_google_now"> |
[email protected] | 5411d820 | 2013-01-30 01:32:15 | [diff] [blame] | 269 | <include name="IDR_GOOGLE_NOW_MANIFEST" file="resources\google_now\manifest.json" type="BINDATA" /> |
| 270 | </if> |
[email protected] | 77e59c5 | 2013-05-21 15:29:17 | [diff] [blame] | 271 | <if expr="not is_android"> |
[email protected] | 57e87c2 | 2012-10-09 19:42:56 | [diff] [blame] | 272 | <include name="IDR_SUGGESTIONS_INTERNALS_HTML" file="resources\suggestions_internals\suggestions_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 273 | <include name="IDR_SUGGESTIONS_INTERNALS_CSS" file="resources\suggestions_internals\suggestions_internals.css" type="BINDATA" /> |
| 274 | <include name="IDR_SUGGESTIONS_INTERNALS_JS" file="resources\suggestions_internals\suggestions_internals.js" type="BINDATA" /> |
| 275 | <include name="IDR_SUGGESTIONS_PAGE_CSS" file="resources\ntp4\suggestions_page.css" type="BINDATA" /> |
| 276 | <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] | 277 | </if> |
[email protected] | 2f18c44 | 2011-12-13 02:15:33 | [diff] [blame] | 278 | <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtml="true" type="BINDATA" /> |
| 279 | <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" /> |
[email protected] | a3030d1 | 2012-01-21 03:32:33 | [diff] [blame] | 280 | <include name="IDR_UBER_FRAME_HTML" file="resources\uber\uber_frame.html" flattenhtml="true" type="BINDATA" /> |
| 281 | <include name="IDR_UBER_FRAME_JS" file="resources\uber\uber_frame.js" flattenhtml="true" type="BINDATA" /> |
| 282 | <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] | 283 | <include name="IDR_USER_ACTIONS_HTML" file="resources\user_actions\user_actions.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 284 | <include name="IDR_USER_ACTIONS_CSS" file="resources\user_actions\user_actions.css" type="BINDATA" /> |
| 285 | <include name="IDR_USER_ACTIONS_JS" file="resources\user_actions\user_actions.js" type="BINDATA" /> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 286 | <if expr="enable_webrtc"> |
[email protected] | f66ddbd | 2013-06-27 14:17:04 | [diff] [blame] | 287 | <include name="IDR_WEBRTC_LOGS_HTML" file="resources\media\webrtc_logs.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 288 | <include name="IDR_WEBRTC_LOGS_JS" file="resources\media\webrtc_logs.js" type="BINDATA" /> |
| 289 | </if> |
[email protected] | fe13bf6 | 2010-08-26 14:33:19 | [diff] [blame] | 290 | <include name="IDR_WEBSTORE_MANIFEST" file="resources\webstore_app\manifest.json" type="BINDATA" /> |
[email protected] | 4aa880e | 2013-05-15 13:49:46 | [diff] [blame] | 291 | <include name="IDR_GAIA_AUTH_MANIFEST" file="resources\gaia_auth\manifest.json" type="BINDATA" /> |
| 292 | <include name="IDR_GAIA_AUTH_KEYBOARD_MANIFEST" file="resources\gaia_auth\manifest_keyboard.json" type="BINDATA" /> |
[email protected] | 31cf147 | 2013-09-13 00:36:42 | [diff] [blame] | 293 | <include name="IDR_GAIA_AUTH_SAML_MANIFEST" file="resources\gaia_auth\manifest_saml.json" type="BINDATA" /> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 294 | <if expr="chromeos"> |
[email protected] | 12c105f | 2011-10-10 17:22:09 | [diff] [blame] | 295 | <include name="IDR_CHOOSE_MOBILE_NETWORK_HTML" file="resources\chromeos\choose_mobile_network.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 296 | <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] | 297 | <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] | 298 | <include name="IDR_CRYPTOHOME_HTML" file="resources\chromeos\cryptohome.html" flattenhtml="true" type="BINDATA" /> |
| 299 | <include name="IDR_CRYPTOHOME_JS" file="resources\chromeos\cryptohome.js" type="BINDATA" /> |
[email protected] | c39a948b | 2011-10-26 18:44:27 | [diff] [blame] | 300 | <!-- manifest file of ChromeVox accessibility extension --> |
[email protected] | da9717c | 2013-12-05 23:45:15 | [diff] [blame] | 301 | <include name="IDR_CHROMEVOX_MANIFEST" file="resources\chromeos\chromevox\manifest.json" type="BINDATA" /> |
[email protected] | 3e71e48f | 2014-02-08 01:54:53 | [diff] [blame] | 302 | <include name="IDR_CHROMEVOX_GUEST_MANIFEST" file="resources\chromeos\chromevox\manifest_guest.json" type="BINDATA" /> |
[email protected] | 86bf41e1 | 2013-07-19 19:43:03 | [diff] [blame] | 303 | <!-- manifest file of Connectivity Diagnostics app --> |
| 304 | <include name="IDR_CONNECTIVITY_DIAGNOSTICS_MANIFEST" file="resources\chromeos\connectivity_diagnostics\manifest.json" type="BINDATA" /> |
[email protected] | 213d25f | 2013-08-05 01:19:41 | [diff] [blame] | 305 | <include name="IDR_CONNECTIVITY_DIAGNOSTICS_LAUNCHER_MANIFEST" file="resources\chromeos\connectivity_diagnostics_launcher\manifest.json" type="BINDATA" /> |
[email protected] | 88a328a3 | 2012-11-27 18:53:39 | [diff] [blame] | 306 | <!-- manifest file of built-in speech synthesis extension --> |
| 307 | <include name="IDR_SPEECH_SYNTHESIS_MANIFEST" file="resources\chromeos\speech_synthesis\manifest.json" type="BINDATA" /> |
[email protected] | 3e71e48f | 2014-02-08 01:54:53 | [diff] [blame] | 308 | <include name="IDR_SPEECH_SYNTHESIS_GUEST_MANIFEST" file="resources\chromeos\speech_synthesis\manifest_guest.json" type="BINDATA" /> |
[email protected] | 3e13e5e9 | 2012-07-27 15:25:10 | [diff] [blame] | 309 | <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] | 310 | <include name="IDR_DRIVE_INTERNALS_HTML" file="resources\chromeos\drive_internals.html" flattenhtml="true" type="BINDATA" /> |
| 311 | <include name="IDR_DRIVE_INTERNALS_JS" file="resources\chromeos\drive_internals.js" type="BINDATA" /> |
[email protected] | 8126ac3 | 2011-11-28 22:42:51 | [diff] [blame] | 312 | <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] | 313 | <include name="IDR_IMAGEBURNER_HTML" file="resources\chromeos\image_burner.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 314 | <include name="IDR_IMAGEBURNER_JS" file="resources\chromeos\image_burner.js" type="BINDATA" /> |
| 315 | <include name="IDR_KEYBOARD_OVERLAY_CSS" file="resources\chromeos\keyboard_overlay.css" flattenhtml="true" type="BINDATA" /> |
| 316 | <include name="IDR_KEYBOARD_OVERLAY_HTML" file="resources\chromeos\keyboard_overlay.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 317 | <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] | 318 | <include name="IDR_MOBILE_MANIFEST" file="resources\chromeos\mobile_app\manifest.json" type="BINDATA" /> |
| 319 | <include name="IDR_MOBILE_SETUP_PAGE_HTML" file="resources\chromeos\mobile_setup.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 9fe646539 | 2013-03-11 06:05:29 | [diff] [blame] | 320 | <include name="IDR_MOBILE_SETUP_PORTAL_PAGE_HTML" file="resources\chromeos\mobile_setup_portal.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | f4660c6b | 2014-01-25 11:10:04 | [diff] [blame] | 321 | <include name="IDR_NFC_DEBUG_HTML" file="resources\chromeos\nfc_debug.html" type="BINDATA" /> |
| 322 | <include name="IDR_NFC_DEBUG_CSS" file="resources\chromeos\nfc_debug.css" type="BINDATA" /> |
| 323 | <include name="IDR_NFC_DEBUG_JS" file="resources\chromeos\nfc_debug.js" type="BINDATA" /> |
[email protected] | de73b58 | 2012-04-17 23:52:14 | [diff] [blame] | 324 | <include name="IDR_ECHO_MANIFEST" file="resources\chromeos\echo\manifest.json" type="BINDATA" /> |
[email protected] | ea921dc | 2013-09-24 22:11:19 | [diff] [blame] | 325 | <include name="IDR_OFFLINE_APP_LOAD_HTML" file="resources\chromeos\offline_app_load.html" flattenhtml="true" type="BINDATA" /> |
| 326 | <include name="IDR_OFFLINE_NET_LOAD_HTML" file="resources\chromeos\offline_net_load.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 64f784cc | 2013-02-16 02:14:21 | [diff] [blame] | 327 | <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] | 328 | <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] | 329 | <include name="IDR_PROXY_SETTINGS_HTML" file="resources\chromeos\proxy_settings.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 561afe95 | 2014-03-15 05:48:27 | [diff] [blame] | 330 | <include name="IDR_CERT_MANAGER_DIALOG_HTML" file="resources\chromeos\certificate_manager_dialog.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 424d1bb | 2013-01-24 00:36:35 | [diff] [blame] | 331 | <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] | 332 | <include name="IDR_SIM_UNLOCK_HTML" file="resources\chromeos\sim_unlock.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | b4da2d05 | 2013-08-10 13:59:43 | [diff] [blame] | 333 | <include name="IDR_SLOW_HTML" file="resources\chromeos\slow.html" flattenhtml="true" type="BINDATA" /> |
| 334 | <include name="IDR_SLOW_JS" file="resources\chromeos\slow.js" type="BINDATA" /> |
[email protected] | db83dc7 | 2013-12-12 23:55:52 | [diff] [blame] | 335 | <include name="IDR_CHARGER_REPLACEMENT_HTML" file="resources\chromeos\charger_replacement.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | 6d11e404 | 2010-07-08 22:33:16 | [diff] [blame] | 336 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 337 | <if expr="chromeos"> |
[email protected] | f6e68091 | 2011-09-21 20:26:19 | [diff] [blame] | 338 | <include name="IDR_FILEMANAGER_MANIFEST" file="resources\file_manager\manifest.json" type="BINDATA" /> |
[email protected] | 440a5749 | 2014-03-25 01:04:19 | [diff] [blame] | 339 | <include name="IDR_VIDEOPLAYER_MANIFEST" file="resources\video_player\manifest.json" type="BINDATA" /> |
[email protected] | f6e68091 | 2011-09-21 20:26:19 | [diff] [blame] | 340 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 341 | <if expr="image_loader_extension"> |
[email protected] | 77a84826 | 2013-02-22 11:17:25 | [diff] [blame] | 342 | <include name="IDR_IMAGE_LOADER_MANIFEST" file="resources\image_loader\manifest.json" type="BINDATA" /> |
| 343 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 344 | <if expr="chromeos"> |
[email protected] | eed749bf | 2014-02-12 09:41:43 | [diff] [blame] | 345 | <include name="IDR_DEMO_APP_MANIFEST" file="resources\chromeos\demo_app\manifest.json" type="BINDATA" /> |
[email protected] | a7668a1 | 2012-05-28 22:23:48 | [diff] [blame] | 346 | <include name="IDR_WALLPAPERMANAGER_MANIFEST" file="resources\chromeos\wallpaper_manager\manifest.json" type="BINDATA" /> |
[email protected] | 5ee08bf | 2013-11-30 05:25:30 | [diff] [blame] | 347 | <include name="IDR_FIRST_RUN_DIALOG_MANIFEST" file="resources\chromeos\first_run\app/manifest.json" type="BINDATA" /> |
[email protected] | 1820bd59 | 2013-03-07 12:41:26 | [diff] [blame] | 348 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 349 | <if expr="chromeos"> |
[email protected] | 330283c | 2013-02-27 14:44:48 | [diff] [blame] | 350 | <include name="IDR_NETWORK_CONFIGURATION_MANIFEST" file="resources\chromeos\network_configuration\manifest.json" type="BINDATA" /> |
[email protected] | a7668a1 | 2012-05-28 22:23:48 | [diff] [blame] | 351 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 352 | <if expr="chromeos and _google_chrome"> |
[email protected] | b6b14a8 | 2013-09-13 08:55:31 | [diff] [blame] | 353 | <include name="IDR_GENIUS_APP_MANIFEST" file="resources\chromeos\genius_app\manifest.json" type="BINDATA" /> |
[email protected] | dc6cc47 | 2011-02-03 12:17:26 | [diff] [blame] | 354 | <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json" type="BINDATA" /> |
[email protected] | 33940aae5 | 2014-03-07 18:03:25 | [diff] [blame] | 355 | <include name="IDR_QUICKOFFICE_MANIFEST" file="resources\chromeos\quickoffice\manifest.json" type="BINDATA" /> |
[email protected] | dc6cc47 | 2011-02-03 12:17:26 | [diff] [blame] | 356 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 357 | <if expr="chromeos"> |
[email protected] | b5024263 | 2013-07-02 02:20:36 | [diff] [blame] | 358 | <include name="IDR_SALSA_CSS" file="resources\chromeos\salsa.css" type="BINDATA" /> |
| 359 | <include name="IDR_SALSA_HTML" file="resources\chromeos\salsa.html" type="BINDATA" /> |
| 360 | <include name="IDR_SALSA_JS" file="resources\chromeos\salsa.js" type="BINDATA" /> |
| 361 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 362 | <if expr="use_ash"> |
[email protected] | 5e225d7 | 2012-06-14 22:02:16 | [diff] [blame] | 363 | <include name="IDR_GESTURE_CONFIG_CSS" file="resources\gesture_config.css" type="BINDATA" /> |
| 364 | <include name="IDR_GESTURE_CONFIG_HTML" file="resources\gesture_config.html" type="BINDATA" /> |
| 365 | <include name="IDR_GESTURE_CONFIG_JS" file="resources\gesture_config.js" type="BINDATA" /> |
| 366 | </if> |
[email protected] | 693baa5d | 2012-06-22 22:23:38 | [diff] [blame] | 367 | <if expr="is_win"> |
| 368 | <include name="IDR_SET_AS_DEFAULT_BROWSER_JS" file="resources\set_as_default_browser.js" flattenhtml="true" type="BINDATA" /> |
| 369 | <include name="IDR_SET_AS_DEFAULT_BROWSER_HTML" file="resources\set_as_default_browser.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 370 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 371 | <if expr="not is_android and not is_ios and not chromeos"> |
[email protected] | c087b8c | 2013-08-09 19:15:33 | [diff] [blame] | 372 | <include name="IDR_USER_MANAGER_JS" file="resources\user_manager\user_manager.js" flattenhtml="true" type="BINDATA" /> |
| 373 | <include name="IDR_USER_MANAGER_HTML" file="resources\user_manager\user_manager.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
[email protected] | 16dc6458 | 2013-07-19 23:35:31 | [diff] [blame] | 374 | </if> |
[email protected] | a09159a | 2012-11-29 12:51:48 | [diff] [blame] | 375 | <include name="IDR_MANAGED_MODE_BLOCK_INTERSTITIAL_HTML" file="resources\managed_mode_block_interstitial.html" flattenhtml="true" type="BINDATA" /> |
[email protected] | e476ce91 | 2013-02-15 14:02:50 | [diff] [blame] | 376 | <include name="IDR_PROFILE_SIGNIN_CONFIRMATION_HTML" file="resources\profile_signin_confirmation.html" type="BINDATA" /> |
| 377 | <include name="IDR_PROFILE_SIGNIN_CONFIRMATION_JS" file="resources\profile_signin_confirmation.js" type="BINDATA" /> |
[email protected] | 0b07cec | 2013-03-14 20:09:06 | [diff] [blame] | 378 | <include name="IDR_PROFILE_SIGNIN_CONFIRMATION_CSS" file="resources\profile_signin_confirmation.css" type="BINDATA" /> |
[email protected] | adf40fef | 2013-05-06 12:35:40 | [diff] [blame] | 379 | <include name="IDR_RECENTLY_CLOSED_WINDOW" file="resources\ntp4\images\closed_window.png" type="BINDATA" /> |
[email protected] | db1b011b | 2013-06-06 02:22:55 | [diff] [blame] | 380 | <if expr="not is_android"> |
| 381 | <include name="IDR_IDENTITY_INTERNALS_HTML" file="resources\identity_internals.html" type="BINDATA" /> |
| 382 | <include name="IDR_IDENTITY_INTERNALS_CSS" file="resources\identity_internals.css" type="BINDATA" /> |
| 383 | <include name="IDR_IDENTITY_INTERNALS_JS" file="resources\identity_internals.js" type="BINDATA" /> |
| 384 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 385 | <if expr="chromeos"> |
[email protected] | 10f7d56 | 2013-08-13 11:55:01 | [diff] [blame] | 386 | <include name="IDR_NETWORK_HTML" file="resources\chromeos\network.html" type="BINDATA" /> |
| 387 | <include name="IDR_NETWORK_JS" file="resources\chromeos\network.js" type="BINDATA" /> |
| 388 | <include name="IDR_NETWORK_CSS" file="resources\chromeos\network.css" type="BINDATA" /> |
| 389 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 390 | <if expr="_google_chrome"> |
[email protected] | 8456bec | 2013-09-09 04:06:23 | [diff] [blame] | 391 | <include name="IDR_PREF_HASH_SEED_BIN" file="resources\settings_internal\pref_hash_seed.bin" type="BINDATA" /> |
[email protected] | 2a1965c | 2013-10-02 16:07:01 | [diff] [blame] | 392 | <include name="IDR_AUTOMATIC_PROFILE_RESET_RULES" file="internal\resources\profile_reset\automatic_profile_reset_rules.dat" type="BINDATA" /> |
| 393 | <include name="IDR_AUTOMATIC_PROFILE_RESET_RULES_DRY" file="internal\resources\profile_reset\automatic_profile_reset_rules_dry.dat" type="BINDATA" /> |
[email protected] | dc9ac87 | 2014-01-24 13:40:10 | [diff] [blame] | 394 | <include name="IDR_AUTOMATIC_PROFILE_RESET_HASH_SEED" file="internal\resources\profile_reset\automatic_profile_reset_rules.seed" type="BINDATA" /> |
| 395 | <include name="IDR_AUTOMATIC_PROFILE_RESET_HASH_SEED_DRY" file="internal\resources\profile_reset\automatic_profile_reset_rules_dry.seed" type="BINDATA" /> |
[email protected] | 8f685f6 | 2013-11-13 22:44:18 | [diff] [blame] | 396 | <include name="IDR_ADDITIONAL_MODULE_IDS" file="${additional_modules_list_file}" use_base_dir="false" type="BINDATA" /> |
[email protected] | 8456bec | 2013-09-09 04:06:23 | [diff] [blame] | 397 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 398 | <if expr="chromeos"> |
[email protected] | 20258a0 | 2013-09-19 08:25:55 | [diff] [blame] | 399 | <include name="IDR_SOUND_STARTUP_WAV" file="resources\chromeos\sounds\startup.wav" type="BINDATA" /> |
[email protected] | 9399a9f | 2014-03-28 08:56:59 | [diff] [blame] | 400 | <include name="IDR_SOUND_STARTUP2_WAV" file="resources\chromeos\sounds\startup2.wav" type="BINDATA" /> |
[email protected] | 20258a0 | 2013-09-19 08:25:55 | [diff] [blame] | 401 | <include name="IDR_SOUND_LOCK_WAV" file="resources\chromeos\sounds\lock.wav" type="BINDATA" /> |
| 402 | <include name="IDR_SOUND_UNLOCK_WAV" file="resources\chromeos\sounds\unlock.wav" type="BINDATA" /> |
| 403 | <include name="IDR_SOUND_SHUTDOWN_WAV" file="resources\chromeos\sounds\shutdown.wav" type="BINDATA" /> |
[email protected] | 12b0a84 | 2013-12-04 20:48:13 | [diff] [blame] | 404 | <include name="IDR_SOUND_SPOKEN_FEEDBACK_ENABLED_WAV" file="resources\chromeos\sounds\spoken_feedback_enabled.wav" type="BINDATA" /> |
| 405 | <include name="IDR_SOUND_SPOKEN_FEEDBACK_DISABLED_WAV" file="resources\chromeos\sounds\spoken_feedback_disabled.wav" type="BINDATA" /> |
[email protected] | ae454be7 | 2013-12-10 19:22:44 | [diff] [blame] | 406 | <include name="IDR_SOUND_VOLUME_ADJUST_WAV" file="resources\chromeos\sounds\volume_adjust.wav" type="BINDATA" /> |
[email protected] | 0b4c467 | 2014-02-26 17:29:00 | [diff] [blame] | 407 | <include name="IDR_SOUND_CAMERA_SNAP_WAV" file="resources\chromeos\sounds\camera_snap.wav" type="BINDATA" /> |
| 408 | <include name="IDR_SOUND_OBJECT_DELETE_WAV" file="resources\chromeos\sounds\object_delete.wav" type="BINDATA" /> |
[email protected] | 20258a0 | 2013-09-19 08:25:55 | [diff] [blame] | 409 | </if> |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 410 | <if expr="chromeos"> |
[email protected] | 3176e09d | 2014-01-09 00:57:38 | [diff] [blame] | 411 | <include name="IDR_ABOUT_POWER_HTML" file="resources\chromeos\power.html" type="BINDATA" /> |
| 412 | <include name="IDR_ABOUT_POWER_JS" file="resources\chromeos\power.js" type="BINDATA" /> |
| 413 | <include name="IDR_ABOUT_POWER_CSS" file="resources\chromeos\power.css" type="BINDATA" /> |
| 414 | </if> |
[email protected] | 11025bb | 2014-02-12 01:50:30 | [diff] [blame] | 415 | <include name="IDR_GCM_INTERNALS_HTML" file="resources\gcm_internals.html" type="BINDATA" /> |
| 416 | <include name="IDR_GCM_INTERNALS_CSS" file="resources\gcm_internals.css" type="BINDATA" /> |
| 417 | <include name="IDR_GCM_INTERNALS_JS" file="resources\gcm_internals.js" type="BINDATA" /> |
[email protected] | 9804dad910 | 2014-04-01 09:34:18 | [diff] [blame^] | 418 | <include name="IDR_EASY_UNLOCK_MANIFEST" file="resources\easy_unlock\manifest.json" type="BINDATA" /> |
[email protected] | d1f99ac | 2009-02-13 20:35:20 | [diff] [blame] | 419 | </includes> |
| 420 | </release> |
| 421 | </grit> |