Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Side by Side Diff: chrome/browser/browser_resources.grd

Issue 171763004: Remove pp_ifdef from resource files in chrome/browser and chrome/renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/about_version.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/browser_resources.h" type="rc_header"> 4 <output filename="grit/browser_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="browser_resources.pak" type="data_package" /> 7 <output filename="browser_resources.pak" type="data_package" />
8 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <structures> 10 <structures>
11 <if expr="not is_win and not is_macosx and not is_ios"> 11 <if expr="not is_win and not is_macosx and not is_ios">
12 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_lin ux.html" flattenhtml="true" type="chrome_html" /> 12 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_lin ux.html" flattenhtml="true" type="chrome_html" />
13 </if> 13 </if>
14 <if expr="is_macosx or is_ios"> 14 <if expr="is_macosx or is_ios">
15 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_mac .html" flattenhtml="true" type="chrome_html" /> 15 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_mac .html" flattenhtml="true" type="chrome_html" />
16 </if> 16 </if>
17 <if expr="is_win"> 17 <if expr="is_win">
18 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.htm l" flattenhtml="true" type="chrome_html" /> 18 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.htm l" flattenhtml="true" type="chrome_html" />
19 </if> 19 </if>
20 <structure name="IDR_ABOUT_MEMORY_CSS" file="resources\about_memory.css" t ype="chrome_html" /> 20 <structure name="IDR_ABOUT_MEMORY_CSS" file="resources\about_memory.css" t ype="chrome_html" />
21 <structure name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.htm l" flattenhtml="true" allowexternalscript="true" type="chrome_html" /> 21 <structure name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.htm l" flattenhtml="true" allowexternalscript="true" type="chrome_html" />
22 <if expr="is_android"> 22 <if expr="is_android">
23 <structure name="IDR_ABOUT_WELCOME_HTML" file="resources\about_welcome_a ndroid\about_welcome_android.html" flattenhtml="true" type="chrome_html" /> 23 <structure name="IDR_ABOUT_WELCOME_HTML" file="resources\about_welcome_a ndroid\about_welcome_android.html" flattenhtml="true" type="chrome_html" />
24 <structure name="IDR_ABOUT_WELCOME_CSS" file="resources\about_welcome_an droid\about_welcome_android.css" flattenhtml="true" type="chrome_html" /> 24 <structure name="IDR_ABOUT_WELCOME_CSS" file="resources\about_welcome_an droid\about_welcome_android.css" flattenhtml="true" type="chrome_html" />
25 </if> 25 </if>
26 <if expr="pp_ifdef('enable_app_list')"> 26 <if expr="enable_app_list">
27 <structure name="IDR_APP_LIST_START_PAGE_CSS" file="resources\app_list\s tart_page.css" flattenhtml="true" type="chrome_html" /> 27 <structure name="IDR_APP_LIST_START_PAGE_CSS" file="resources\app_list\s tart_page.css" flattenhtml="true" type="chrome_html" />
28 <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_HTML" file="resources\app_list\ start_page.html" flattenhtml="true" type="chrome_html" />
29 <structure name="IDR_APP_LIST_START_PAGE_JS" file="resources\app_list\st art_page.js" flattenhtml="true" type="chrome_html" /> 29 <structure name="IDR_APP_LIST_START_PAGE_JS" file="resources\app_list\st art_page.js" flattenhtml="true" type="chrome_html" />
30 <structure name="IDR_APP_LIST_HOTWORD_NACL_NMF" file="resources\app_list \hotword_nacl.nmf" flattenhtml="true" type="chrome_html" /> 30 <structure name="IDR_APP_LIST_HOTWORD_NACL_NMF" file="resources\app_list \hotword_nacl.nmf" flattenhtml="true" type="chrome_html" />
31 </if> 31 </if>
32 <if expr="pp_ifdef('chromeos')"> 32 <if expr="chromeos">
33 <structure name="IDR_DEMO_USER_LOGIN_HTML" file="resources\chromeos\logi n\demo_user_login.html" flattenhtml="true" type="chrome_html" /> 33 <structure name="IDR_DEMO_USER_LOGIN_HTML" file="resources\chromeos\logi n\demo_user_login.html" flattenhtml="true" type="chrome_html" />
34 <structure name="IDR_DEMO_USER_LOGIN_JS" file="resources\chromeos\login\ demo_user_login.js" flattenhtml="true" type="chrome_html" /> 34 <structure name="IDR_DEMO_USER_LOGIN_JS" file="resources\chromeos\login\ demo_user_login.js" flattenhtml="true" type="chrome_html" />
35 </if> 35 </if>
36 <if expr="not is_android"> 36 <if expr="not is_android">
37 <structure name="IDR_DOWNLOADS_CSS" file="resources\downloads\downloads. css" flattenhtml="true" type="chrome_html" /> 37 <structure name="IDR_DOWNLOADS_CSS" file="resources\downloads\downloads. css" flattenhtml="true" type="chrome_html" />
38 <structure name="IDR_DOWNLOADS_HTML" file="resources\downloads\downloads .html" flattenhtml="true" allowexternalscript="true" type="chrome_html" /> 38 <structure name="IDR_DOWNLOADS_HTML" file="resources\downloads\downloads .html" flattenhtml="true" allowexternalscript="true" type="chrome_html" />
39 </if> 39 </if>
40 <if expr="pp_ifdef('enable_extensions')"> 40 <if expr="enable_extensions">
41 <structure name="IDR_EXTENSIONS_HTML" file="resources\extensions\extensi ons.html" flattenhtml="true" type="chrome_html" /> 41 <structure name="IDR_EXTENSIONS_HTML" file="resources\extensions\extensi ons.html" flattenhtml="true" type="chrome_html" />
42 </if> 42 </if>
43 <if expr="pp_ifdef('chromeos')"> 43 <if expr="chromeos">
44 <structure name="IDR_FIRST_RUN_HTML" file="resources\chromeos\first_run\ first_run.html" flattenhtml="true" type="chrome_html"/> 44 <structure name="IDR_FIRST_RUN_HTML" file="resources\chromeos\first_run\ first_run.html" flattenhtml="true" type="chrome_html"/>
45 <structure name="IDR_FIRST_RUN_JS" file="resources\chromeos\first_run\fi rst_run.js" flattenhtml="true" type="chrome_html" /> 45 <structure name="IDR_FIRST_RUN_JS" file="resources\chromeos\first_run\fi rst_run.js" flattenhtml="true" type="chrome_html" />
46 </if> 46 </if>
47 <if expr="not is_android"> 47 <if expr="not is_android">
48 <structure name="IDR_HELP_CSS" file="resources\help\help.css" flattenhtm l="true" type="chrome_html" /> 48 <structure name="IDR_HELP_CSS" file="resources\help\help.css" flattenhtm l="true" type="chrome_html" />
49 <structure name="IDR_HELP_HTML" file="resources\help\help.html" flattenh tml="true" type="chrome_html" /> 49 <structure name="IDR_HELP_HTML" file="resources\help\help.html" flattenh tml="true" type="chrome_html" />
50 <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_CSS" file="resources\help\ channel_change_page.css" flattenhtml="true" type="chrome_html" />
51 <structure name="IDR_HELP_CHANNEL_CHANGE_PAGE_HTML" file="resources\help \channel_change_page.html" flattenhtml="true" type="chrome_html" /> 51 <structure name="IDR_HELP_CHANNEL_CHANGE_PAGE_HTML" file="resources\help \channel_change_page.html" flattenhtml="true" type="chrome_html" />
52 <structure name="IDR_INCOGNITO_TAB_HTML" file="resources\ntp4\incognito_ tab.html" flattenhtml="true" type="chrome_html" /> 52 <structure name="IDR_INCOGNITO_TAB_HTML" file="resources\ntp4\incognito_ tab.html" flattenhtml="true" type="chrome_html" />
53 <structure name="IDR_GUEST_TAB_HTML" file="resources\ntp4\guest_tab.html " flattenhtml="true" type="chrome_html" /> 53 <structure name="IDR_GUEST_TAB_HTML" file="resources\ntp4\guest_tab.html " flattenhtml="true" type="chrome_html" />
54 </if> 54 </if>
55 <if expr="pp_ifdef('chromeos')"> 55 <if expr="chromeos">
56 <structure name="IDR_LOGIN_HTML" file="resources\chromeos\login\login.ht ml" flattenhtml="true" type="chrome_html" variables="OOBE=login" expand_variable s="true"/> 56 <structure name="IDR_LOGIN_HTML" file="resources\chromeos\login\login.ht ml" flattenhtml="true" type="chrome_html" variables="OOBE=login" expand_variable s="true"/>
57 <structure name="IDR_LOGIN_JS" file="resources\chromeos\login\login.js" flattenhtml="true" type="chrome_html" /> 57 <structure name="IDR_LOGIN_JS" file="resources\chromeos\login\login.js" flattenhtml="true" type="chrome_html" />
58 </if> 58 </if>
59 <if expr="not is_android"> 59 <if expr="not is_android">
60 <structure name="IDR_NEW_INCOGNITO_TAB_THEME_CSS" file="resources\ntp4\n ew_incognito_tab_theme.css" flattenhtml="true" type="chrome_html" /> 60 <structure name="IDR_NEW_INCOGNITO_TAB_THEME_CSS" file="resources\ntp4\n ew_incognito_tab_theme.css" flattenhtml="true" type="chrome_html" />
61 <structure name="IDR_NEW_GUEST_TAB_THEME_CSS" file="resources\ntp4\new_g uest_tab_theme.css" flattenhtml="true" type="chrome_html" /> 61 <structure name="IDR_NEW_GUEST_TAB_THEME_CSS" file="resources\ntp4\new_g uest_tab_theme.css" flattenhtml="true" type="chrome_html" />
62 <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_HTML" file="resources\ntp4\new_tab.html" flattenhtml="true" type="chrome_html" />
63 <structure name="IDR_NEW_TAB_4_THEME_CSS" file="resources\ntp4\new_tab_t heme.css" flattenhtml="true" type="chrome_html" /> 63 <structure name="IDR_NEW_TAB_4_THEME_CSS" file="resources\ntp4\new_tab_t heme.css" flattenhtml="true" type="chrome_html" />
64 </if> 64 </if>
65 <if expr="is_android"> 65 <if expr="is_android">
66 <structure name="IDR_NEW_TAB_ANDROID_HTML" file="resources\ntp_android\n ew_tab.html" flattenhtml="true" type="chrome_html" /> 66 <structure name="IDR_NEW_TAB_ANDROID_HTML" file="resources\ntp_android\n ew_tab.html" flattenhtml="true" type="chrome_html" />
67 </if> 67 </if>
68 <if expr="pp_ifdef('chromeos')"> 68 <if expr="chromeos">
69 <structure name="IDR_OOBE_HTML" file="resources\chromeos\login\oobe.html " flattenhtml="true" type="chrome_html" variables="OOBE=oobe" expand_variables=" true"/> 69 <structure name="IDR_OOBE_HTML" file="resources\chromeos\login\oobe.html " flattenhtml="true" type="chrome_html" variables="OOBE=oobe" expand_variables=" true"/>
70 <structure name="IDR_OOBE_JS" file="resources\chromeos\login\oobe.js" fl attenhtml="true" type="chrome_html" /> 70 <structure name="IDR_OOBE_JS" file="resources\chromeos\login\oobe.js" fl attenhtml="true" type="chrome_html" />
71 <structure name="IDR_OOBE_RESOURCE_LOADER_JS" file="resources\chromeos\l ogin\resource_loader.js" flattenhtml="true" type="chrome_html" /> 71 <structure name="IDR_OOBE_RESOURCE_LOADER_JS" file="resources\chromeos\l ogin\resource_loader.js" flattenhtml="true" type="chrome_html" />
72 <structure name="IDR_OOBE_ENROLLMENT_HTML" file="resources\chromeos\logi n\oobe_screen_oauth_enrollment.html" flattenhtml="true" type="chrome_html" /> 72 <structure name="IDR_OOBE_ENROLLMENT_HTML" file="resources\chromeos\logi n\oobe_screen_oauth_enrollment.html" flattenhtml="true" type="chrome_html" />
73 <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_CSS" file="resources\chromeos\login \oobe_screen_oauth_enrollment.css" flattenhtml="true" type="chrome_html" />
74 <structure name="IDR_OOBE_ENROLLMENT_JS" file="resources\chromeos\login\ oobe_screen_oauth_enrollment.js" flattenhtml="true" type="chrome_html" /> 74 <structure name="IDR_OOBE_ENROLLMENT_JS" file="resources\chromeos\login\ oobe_screen_oauth_enrollment.js" flattenhtml="true" type="chrome_html" />
75 <structure name="IDR_KEYBOARD_UTILS_JS" file="resources\chromeos\keyboar d\keyboard_utils.js" flattenhtml="true" type="chrome_html" /> 75 <structure name="IDR_KEYBOARD_UTILS_JS" file="resources\chromeos\keyboar d\keyboard_utils.js" flattenhtml="true" type="chrome_html" />
76 </if> 76 </if>
77 <structure name="IDR_READER_OUT_OF_DATE_HTML" file="resources\reader_out_o f_date.html" flattenhtml="true" type="chrome_html" /> 77 <structure name="IDR_READER_OUT_OF_DATE_HTML" file="resources\reader_out_o f_date.html" flattenhtml="true" type="chrome_html" />
78 <structure name="IDR_SSL_ROAD_BLOCK_HTML" file="resources\ssl\roadblock.ht ml" flattenhtml="true" type="chrome_html" /> 78 <structure name="IDR_SSL_ROAD_BLOCK_HTML" file="resources\ssl\roadblock.ht ml" flattenhtml="true" type="chrome_html" />
(...skipping 19 matching lines...) Expand all
98 <include name="IDR_ABOUT_STATS_JS" file="resources\about_stats.js" type="B INDATA" /> 98 <include name="IDR_ABOUT_STATS_JS" file="resources\about_stats.js" type="B INDATA" />
99 <if expr="not is_android"> 99 <if expr="not is_android">
100 <include name="IDR_ABOUT_SYS_HTML" file="resources\about_sys\about_sys.h tml" flattenhtml="true" type="BINDATA" /> 100 <include name="IDR_ABOUT_SYS_HTML" file="resources\about_sys\about_sys.h tml" flattenhtml="true" type="BINDATA" />
101 </if> 101 </if>
102 <include name="IDR_ABOUT_VERSION_JS" file="resources\about_version.js" typ e="BINDATA" /> 102 <include name="IDR_ABOUT_VERSION_JS" file="resources\about_version.js" typ e="BINDATA" />
103 <include name="IDR_ABOUT_VERSION_CSS" file="resources\about_version.css" t ype="BINDATA" /> 103 <include name="IDR_ABOUT_VERSION_CSS" file="resources\about_version.css" t ype="BINDATA" />
104 <if expr="is_android"> 104 <if expr="is_android">
105 <include name="IDR_ABOUT_WELCOME_JS" file="resources\about_welcome_andro id\about_welcome_android.js" type="BINDATA" /> 105 <include name="IDR_ABOUT_WELCOME_JS" file="resources\about_welcome_andro id\about_welcome_android.js" type="BINDATA" />
106 </if> 106 </if>
107 <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\ma nifest.json" type="BINDATA" /> 107 <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\ma nifest.json" type="BINDATA" />
108 <if expr="pp_ifdef('enable_enhanced_bookmarks')"> 108 <if expr="enable_enhanced_bookmarks">
109 <include name="IDR_ENHANCED_BOOKMARKS_MANIFEST" file="resources\enhanced _bookmark_manager\manifest.json" type="BINDATA" /> 109 <include name="IDR_ENHANCED_BOOKMARKS_MANIFEST" file="resources\enhanced _bookmark_manager\manifest.json" type="BINDATA" />
110 </if> 110 </if>
111 <if expr="is_posix and not is_macosx and not is_ios"> 111 <if expr="is_posix and not is_macosx and not is_ios">
112 <include name="IDR_CERTIFICATE_VIEWER_HTML" file="resources\certificate_ viewer.html" type="BINDATA" /> 112 <include name="IDR_CERTIFICATE_VIEWER_HTML" file="resources\certificate_ viewer.html" type="BINDATA" />
113 <include name="IDR_CERTIFICATE_VIEWER_JS" file="resources\certificate_vi ewer.js" type="BINDATA" /> 113 <include name="IDR_CERTIFICATE_VIEWER_JS" file="resources\certificate_vi ewer.js" type="BINDATA" />
114 <include name="IDR_CERTIFICATE_VIEWER_CSS" file="resources\certificate_v iewer.css" type="BINDATA" /> 114 <include name="IDR_CERTIFICATE_VIEWER_CSS" file="resources\certificate_v iewer.css" type="BINDATA" />
115 </if> 115 </if>
116 <if expr="pp_ifdef('enable_app_list')"> 116 <if expr="enable_app_list">
117 <include name="IDR_CHROME_APP_MANIFEST" file="resources\chrome_app\manif est.json" type="BINDATA" /> 117 <include name="IDR_CHROME_APP_MANIFEST" file="resources\chrome_app\manif est.json" type="BINDATA" />
118 </if> 118 </if>
119 <if expr="pp_ifdef('enable_printing')"> 119 <if expr="enable_printing">
120 <include name="IDR_CLOUDPRINT_MANIFEST" file="resources\cloud_print_app\ manifest.json" type="BINDATA" /> 120 <include name="IDR_CLOUDPRINT_MANIFEST" file="resources\cloud_print_app\ manifest.json" type="BINDATA" />
121 </if> 121 </if>
122 <include name="IDR_CRASHES_HTML" file="resources\crashes.html" flattenhtml ="true" allowexternalscript="true" type="BINDATA" /> 122 <include name="IDR_CRASHES_HTML" file="resources\crashes.html" flattenhtml ="true" allowexternalscript="true" type="BINDATA" />
123 <include name="IDR_CRASHES_JS" file="resources\crashes.js" type="BINDATA" /> 123 <include name="IDR_CRASHES_JS" file="resources\crashes.js" type="BINDATA" />
124 <include name="IDR_CREDITS_HTML" file="${about_credits_file}" use_base_dir ="false" type="BINDATA" /> 124 <include name="IDR_CREDITS_HTML" file="${about_credits_file}" use_base_dir ="false" type="BINDATA" />
125 <include name="IDR_CREDITS_JS" file="resources\about_credits.js" type="BIN DATA" /> 125 <include name="IDR_CREDITS_JS" file="resources\about_credits.js" type="BIN DATA" />
126 <if expr="not is_ios"> 126 <if expr="not is_ios">
127 <include name="IDR_DEVTOOLS_DISCOVERY_PAGE_HTML" file="devtools\frontend \devtools_discovery_page.html" type="BINDATA"/> 127 <include name="IDR_DEVTOOLS_DISCOVERY_PAGE_HTML" file="devtools\frontend \devtools_discovery_page.html" type="BINDATA"/>
128 </if> 128 </if>
129 <if expr="not is_android"> 129 <if expr="not is_android">
130 <include name="IDR_DOWNLOADS_JS" file="resources\downloads\downloads.js" type="BINDATA" /> 130 <include name="IDR_DOWNLOADS_JS" file="resources\downloads\downloads.js" type="BINDATA" />
131 </if> 131 </if>
132 <if expr="pp_ifdef('enable_extensions')"> 132 <if expr="enable_extensions">
133 <include name="IDR_EXTENSION_COMMAND_LIST_JS" file="resources\extensions \extension_command_list.js" flattenhtml="true" type="BINDATA" /> 133 <include name="IDR_EXTENSION_COMMAND_LIST_JS" file="resources\extensions \extension_command_list.js" flattenhtml="true" type="BINDATA" />
134 <if expr="is_macosx"> 134 <if expr="is_macosx">
135 <include name="IDR_EXTENSIONS_INFOBAR_CSS" file="resources\extensions_ infobar_mac.css" flattenhtml="true" type="BINDATA" /> 135 <include name="IDR_EXTENSIONS_INFOBAR_CSS" file="resources\extensions_ infobar_mac.css" flattenhtml="true" type="BINDATA" />
136 </if> 136 </if>
137 <if expr="not is_macosx"> 137 <if expr="not is_macosx">
138 <include name="IDR_EXTENSIONS_INFOBAR_CSS" file="resources\extensions_ infobar.css" flattenhtml="true" type="BINDATA" /> 138 <include name="IDR_EXTENSIONS_INFOBAR_CSS" file="resources\extensions_ infobar.css" flattenhtml="true" type="BINDATA" />
139 </if> 139 </if>
140 <include name="IDR_EXTENSION_LIST_JS" file="resources\extensions\extensi on_list.js" flattenhtml="true" type="BINDATA" /> 140 <include name="IDR_EXTENSION_LIST_JS" file="resources\extensions\extensi on_list.js" flattenhtml="true" type="BINDATA" />
141 <include name="IDR_EXTENSION_INFO_CSS" file="resources\extensions\extens ion_info.css" flattenhtml="true" type="BINDATA" /> 141 <include name="IDR_EXTENSION_INFO_CSS" file="resources\extensions\extens ion_info.css" flattenhtml="true" type="BINDATA" />
142 <include name="IDR_EXTENSION_INFO_HTML" file="resources\extensions\exten sion_info.html" flattenhtml="true" type="BINDATA" /> 142 <include name="IDR_EXTENSION_INFO_HTML" file="resources\extensions\exten sion_info.html" flattenhtml="true" type="BINDATA" />
143 <include name="IDR_EXTENSION_INFO_JS" file="resources\extensions\extensi on_info.js" flattenhtml="true" type="BINDATA" /> 143 <include name="IDR_EXTENSION_INFO_JS" file="resources\extensions\extensi on_info.js" flattenhtml="true" type="BINDATA" />
144 <include name="IDR_EXTENSIONS_JS" file="resources\extensions\extensions. js" flattenhtml="true" type="BINDATA" /> 144 <include name="IDR_EXTENSIONS_JS" file="resources\extensions\extensions. js" flattenhtml="true" type="BINDATA" />
145 </if> 145 </if>
146 <include name="IDR_FEEDBACK_MANIFEST" file="resources\feedback\manifest.js on" type="BINDATA" /> 146 <include name="IDR_FEEDBACK_MANIFEST" file="resources\feedback\manifest.js on" type="BINDATA" />
147 <include name="IDR_FLAGS_HTML" file="resources\flags.html" flattenhtml="tr ue" type="BINDATA" /> 147 <include name="IDR_FLAGS_HTML" file="resources\flags.html" flattenhtml="tr ue" type="BINDATA" />
148 <include name="IDR_FLAGS_JS" file="resources\flags.js" type="BINDATA" /> 148 <include name="IDR_FLAGS_JS" file="resources\flags.js" type="BINDATA" />
149 <if expr="pp_ifdef('_google_chrome') or pp_ifdef('enable_hangout_services_ extension')"> 149 <if expr="_google_chrome or enable_hangout_services_extension">
150 <!-- Hangout Services extension, included in Google Chrome builds only. --> 150 <!-- Hangout Services extension, included in Google Chrome builds only. -->
151 <include name="IDR_HANGOUT_SERVICES_MANIFEST" file="resources\hangout_se rvices\manifest.json" type="BINDATA" /> 151 <include name="IDR_HANGOUT_SERVICES_MANIFEST" file="resources\hangout_se rvices\manifest.json" type="BINDATA" />
152 </if> 152 </if>
153 <include name="IDR_HOTWORD_HELPER_MANIFEST" file="resources\hotword_helper \manifest.json" type="BINDATA" /> 153 <include name="IDR_HOTWORD_HELPER_MANIFEST" file="resources\hotword_helper \manifest.json" type="BINDATA" />
154 <if expr="not is_android"> 154 <if expr="not is_android">
155 <include name="IDR_HELP_JS" file="resources\help\help.js" flattenhtml="t rue" type="BINDATA" /> 155 <include name="IDR_HELP_JS" file="resources\help\help.js" flattenhtml="t rue" type="BINDATA" />
156 <include name="IDR_HELP_FOCUS_MANAGER_JS" file="resources\help\help_focu s_manager.js" flattenhtml="true" type="BINDATA" /> 156 <include name="IDR_HELP_FOCUS_MANAGER_JS" file="resources\help\help_focu s_manager.js" flattenhtml="true" type="BINDATA" />
157 <include name="IDR_HELP_BASE_PAGE_JS" file="resources\help\help_base_pag e.js" flattenhtml="true" type="BINDATA" /> 157 <include name="IDR_HELP_BASE_PAGE_JS" file="resources\help\help_base_pag e.js" flattenhtml="true" type="BINDATA" />
158 <include name="IDR_CHANNEL_CHANGE_PAGE_JS" file="resources\help\channel_ change_page.js" flattenhtml="true" type="BINDATA" /> 158 <include name="IDR_CHANNEL_CHANGE_PAGE_JS" file="resources\help\channel_ change_page.js" flattenhtml="true" type="BINDATA" />
159 </if> 159 </if>
(...skipping 21 matching lines...) Expand all
181 <include name="IDR_PERFORMANCE_MONITOR_JQUERY_JS" file="..\..\third_part y\flot\jquery.min.js" type="BINDATA" /> 181 <include name="IDR_PERFORMANCE_MONITOR_JQUERY_JS" file="..\..\third_part y\flot\jquery.min.js" type="BINDATA" />
182 </if> 182 </if>
183 <include name="IDR_PREDICTORS_HTML" file="resources\predictors\predictors. html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 183 <include name="IDR_PREDICTORS_HTML" file="resources\predictors\predictors. html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
184 <include name="IDR_PREDICTORS_JS" file="resources\predictors\predictors.js " flattenhtml="true" type="BINDATA" /> 184 <include name="IDR_PREDICTORS_JS" file="resources\predictors\predictors.js " flattenhtml="true" type="BINDATA" />
185 <if expr="not is_android"> 185 <if expr="not is_android">
186 <include name="IDR_NOTIFICATION_1LINE_HTML" file="resources\notification _1line.html" flattenhtml="true" type="BINDATA" /> 186 <include name="IDR_NOTIFICATION_1LINE_HTML" file="resources\notification _1line.html" flattenhtml="true" type="BINDATA" />
187 <include name="IDR_NOTIFICATION_2LINE_HTML" file="resources\notification _2line.html" flattenhtml="true" type="BINDATA" /> 187 <include name="IDR_NOTIFICATION_2LINE_HTML" file="resources\notification _2line.html" flattenhtml="true" type="BINDATA" />
188 <include name="IDR_NOTIFICATION_ICON_HTML" file="resources\notification_ icon.html" type="BINDATA" /> 188 <include name="IDR_NOTIFICATION_ICON_HTML" file="resources\notification_ icon.html" type="BINDATA" />
189 </if> 189 </if>
190 190
191 <if expr="pp_ifdef('enable_mdns')"> 191 <if expr="enable_mdns">
192 <include name="IDR_LOCAL_DISCOVERY_HTML" file="resources\local_discovery \local_discovery.html" flattenhtml="true" allowexternalscript="true" type="BINDA TA" /> 192 <include name="IDR_LOCAL_DISCOVERY_HTML" file="resources\local_discovery \local_discovery.html" flattenhtml="true" allowexternalscript="true" type="BINDA TA" />
193 <include name="IDR_LOCAL_DISCOVERY_CSS" file="resources\local_discovery\ local_discovery.css" type="BINDATA" /> 193 <include name="IDR_LOCAL_DISCOVERY_CSS" file="resources\local_discovery\ local_discovery.css" type="BINDATA" />
194 <include name="IDR_LOCAL_DISCOVERY_JS" file="resources\local_discovery\l ocal_discovery.js" flattenhtml="true" type="BINDATA" /> 194 <include name="IDR_LOCAL_DISCOVERY_JS" file="resources\local_discovery\l ocal_discovery.js" flattenhtml="true" type="BINDATA" />
195 <include name="IDR_LOCAL_DISCOVERY_PRINTER_PNG" file="resources\local_di scovery\printer.png" type="BINDATA" /> 195 <include name="IDR_LOCAL_DISCOVERY_PRINTER_PNG" file="resources\local_di scovery\printer.png" type="BINDATA" />
196 </if> 196 </if>
197 197
198 <include name="IDR_INSTANT_IFRAME_VALIDATION_JS" file="resources\local_ntp \instant_iframe_validation.js" type="BINDATA" /> 198 <include name="IDR_INSTANT_IFRAME_VALIDATION_JS" file="resources\local_ntp \instant_iframe_validation.js" type="BINDATA" />
199 <include name="IDR_LOCAL_NTP_HTML" file="resources\local_ntp\local_ntp.htm l" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 199 <include name="IDR_LOCAL_NTP_HTML" file="resources\local_ntp\local_ntp.htm l" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
200 <include name="IDR_LOCAL_NTP_CSS" file="resources\local_ntp\local_ntp.css" type="BINDATA" /> 200 <include name="IDR_LOCAL_NTP_CSS" file="resources\local_ntp\local_ntp.css" type="BINDATA" />
201 <include name="IDR_LOCAL_NTP_JS" file="resources\local_ntp\local_ntp.js" f lattenhtml="true" type="BINDATA" /> 201 <include name="IDR_LOCAL_NTP_JS" file="resources\local_ntp\local_ntp.js" f lattenhtml="true" type="BINDATA" />
(...skipping 10 matching lines...) Expand all
212 212
213 <include name="IDR_OMNIBOX_HTML" file="resources\omnibox\omnibox.html" fla ttenhtml="true" allowexternalscript="true" type="BINDATA" /> 213 <include name="IDR_OMNIBOX_HTML" file="resources\omnibox\omnibox.html" fla ttenhtml="true" allowexternalscript="true" type="BINDATA" />
214 <include name="IDR_OMNIBOX_CSS" file="resources\omnibox\omnibox.css" type= "BINDATA" /> 214 <include name="IDR_OMNIBOX_CSS" file="resources\omnibox\omnibox.css" type= "BINDATA" />
215 <include name="IDR_OMNIBOX_JS" file="resources\omnibox\omnibox.js" type="B INDATA" /> 215 <include name="IDR_OMNIBOX_JS" file="resources\omnibox\omnibox.js" type="B INDATA" />
216 <if expr="not is_android"> 216 <if expr="not is_android">
217 <include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenht ml="true" allowexternalscript="true" type="BINDATA" /> 217 <include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenht ml="true" allowexternalscript="true" type="BINDATA" />
218 <include name="IDR_PLUGINS_JS" file="resources\plugins.js" type="BINDATA " /> 218 <include name="IDR_PLUGINS_JS" file="resources\plugins.js" type="BINDATA " />
219 </if> 219 </if>
220 <include name="IDR_COMPONENTS_HTML" file="resources\components.html" flatt enhtml="true" allowexternalscript="true" type="BINDATA" /> 220 <include name="IDR_COMPONENTS_HTML" file="resources\components.html" flatt enhtml="true" allowexternalscript="true" type="BINDATA" />
221 <include name="IDR_COMPONENTS_JS" file="resources\components.js" type="BIN DATA" /> 221 <include name="IDR_COMPONENTS_JS" file="resources\components.js" type="BIN DATA" />
222 <if expr="pp_ifdef('enable_plugins')"> 222 <if expr="enable_plugins">
223 <include name="IDR_PDF_MANIFEST" file="resources\pdf\manifest.json" type ="BINDATA" /> 223 <include name="IDR_PDF_MANIFEST" file="resources\pdf\manifest.json" type ="BINDATA" />
224 </if> 224 </if>
225 <if expr="is_win"> 225 <if expr="is_win">
226 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi ns_win.json" type="BINDATA" /> 226 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi ns_win.json" type="BINDATA" />
227 </if> 227 </if>
228 <if expr="is_macosx"> 228 <if expr="is_macosx">
229 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi ns_mac.json" type="BINDATA" /> 229 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi ns_mac.json" type="BINDATA" />
230 </if> 230 </if>
231 <if expr="pp_ifdef('chromeos')"> 231 <if expr="chromeos">
232 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi ns_chromeos.json" type="BINDATA" /> 232 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi ns_chromeos.json" type="BINDATA" />
233 </if> 233 </if>
234 <if expr="pp_ifdef('desktop_linux')"> 234 <if expr="desktop_linux">
235 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi ns_linux.json" type="BINDATA" /> 235 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi ns_linux.json" type="BINDATA" />
236 </if> 236 </if>
237 <if expr="is_android"> 237 <if expr="is_android">
238 <include name="IDR_POLICY_CSS" file="resources\policy_android.css" type= "BINDATA"/> 238 <include name="IDR_POLICY_CSS" file="resources\policy_android.css" type= "BINDATA"/>
239 </if> 239 </if>
240 <if expr="not is_android"> 240 <if expr="not is_android">
241 <include name="IDR_POLICY_CSS" file="resources\policy.css" type="BINDATA "/> 241 <include name="IDR_POLICY_CSS" file="resources\policy.css" type="BINDATA "/>
242 </if> 242 </if>
243 <include name="IDR_POLICY_HTML" file="resources\policy.html" flattenhtml=" true" allowexternalscript="true" type="BINDATA"/> 243 <include name="IDR_POLICY_HTML" file="resources\policy.html" flattenhtml=" true" allowexternalscript="true" type="BINDATA"/>
244 <include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/> 244 <include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/>
245 <include name="IDR_PRERENDER_URL_WHITELIST" file="resources\prerender_url_ whitelist.dat" type="BINDATA"/> 245 <include name="IDR_PRERENDER_URL_WHITELIST" file="resources\prerender_url_ whitelist.dat" type="BINDATA"/>
246 <if expr="pp_ifdef('enable_full_printing')"> 246 <if expr="enable_full_printing">
247 <include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview\pri nt_preview.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 247 <include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview\pri nt_preview.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
248 <include name="IDR_PRINT_PREVIEW_PAGE" file="resources\print_preview\pri nt_preview_page.html" flattenhtml="true" allowexternalscript="false" type="BINDA TA" /> 248 <include name="IDR_PRINT_PREVIEW_PAGE" file="resources\print_preview\pri nt_preview_page.html" flattenhtml="true" allowexternalscript="false" type="BINDA TA" />
249 <include name="IDR_PRINT_PREVIEW_JS" file="resources\print_preview\print _preview.js" flattenhtml="true" type="BINDATA" /> 249 <include name="IDR_PRINT_PREVIEW_JS" file="resources\print_preview\print _preview.js" flattenhtml="true" type="BINDATA" />
250 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER" 250 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER"
251 file="resources\print_preview\images\printer.png" type="BINDATA " /> 251 file="resources\print_preview\images\printer.png" type="BINDATA " />
252 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER_SHARED" 252 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER_SHARED"
253 file="resources\print_preview\images\printer_shared.png" type=" BINDATA" /> 253 file="resources\print_preview\images\printer_shared.png" type=" BINDATA" />
254 <include name="IDR_PRINT_PREVIEW_IMAGES_GOOGLE_DOC" 254 <include name="IDR_PRINT_PREVIEW_IMAGES_GOOGLE_DOC"
255 file="resources\print_preview\images\google_doc.png" type="BIND ATA" /> 255 file="resources\print_preview\images\google_doc.png" type="BIND ATA" />
256 <include name="IDR_PRINT_PREVIEW_IMAGES_PDF" 256 <include name="IDR_PRINT_PREVIEW_IMAGES_PDF"
257 file="resources\print_preview\images\pdf.png" type="BINDATA" /> 257 file="resources\print_preview\images\pdf.png" type="BINDATA" />
258 <include name="IDR_PRINT_PREVIEW_IMAGES_THIRD_PARTY" 258 <include name="IDR_PRINT_PREVIEW_IMAGES_THIRD_PARTY"
259 file="resources\print_preview\images\third_party.png" type="BIN DATA" /> 259 file="resources\print_preview\images\third_party.png" type="BIN DATA" />
260 <include name="IDR_PRINT_PREVIEW_IMAGES_THIRD_PARTY_FEDEX" 260 <include name="IDR_PRINT_PREVIEW_IMAGES_THIRD_PARTY_FEDEX"
261 file="resources\print_preview\images\third_party_fedex.png" typ e="BINDATA" /> 261 file="resources\print_preview\images\third_party_fedex.png" typ e="BINDATA" />
262 <include name="IDR_PRINT_PREVIEW_IMAGES_MOBILE" 262 <include name="IDR_PRINT_PREVIEW_IMAGES_MOBILE"
263 file="resources\print_preview\images\mobile.png" type="BINDATA" /> 263 file="resources\print_preview\images\mobile.png" type="BINDATA" />
264 <include name="IDR_PRINT_PREVIEW_IMAGES_MOBILE_SHARED" 264 <include name="IDR_PRINT_PREVIEW_IMAGES_MOBILE_SHARED"
265 file="resources\print_preview\images\mobile_shared.png" type="B INDATA" /> 265 file="resources\print_preview\images\mobile_shared.png" type="B INDATA" />
266 </if> 266 </if>
267 <include name="IDR_PROFILER_HTML" file="resources\profiler\profiler.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 267 <include name="IDR_PROFILER_HTML" file="resources\profiler\profiler.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
268 <include name="IDR_PROFILER_JS" file="resources\profiler\profiler.js" flat tenhtml="true" type="BINDATA" /> 268 <include name="IDR_PROFILER_JS" file="resources\profiler\profiler.js" flat tenhtml="true" type="BINDATA" />
269 <include name="IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK" file="resources\sa fe_browsing_multiple_threat_block.html" flattenhtml="true" type="BINDATA" /> 269 <include name="IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK" file="resources\sa fe_browsing_multiple_threat_block.html" flattenhtml="true" type="BINDATA" />
270 <if expr="pp_ifdef('enable_settings_app')"> 270 <if expr="enable_settings_app">
271 <include name="IDR_SETTINGS_APP_MANIFEST" file="resources\settings_app\m anifest.json" type="BINDATA" /> 271 <include name="IDR_SETTINGS_APP_MANIFEST" file="resources\settings_app\m anifest.json" type="BINDATA" />
272 </if> 272 </if>
273 <if expr="pp_ifdef('enable_google_now')"> 273 <if expr="enable_google_now">
274 <include name="IDR_GOOGLE_NOW_MANIFEST" file="resources\google_now\manif est.json" type="BINDATA" /> 274 <include name="IDR_GOOGLE_NOW_MANIFEST" file="resources\google_now\manif est.json" type="BINDATA" />
275 </if> 275 </if>
276 <if expr="not is_android"> 276 <if expr="not is_android">
277 <include name="IDR_SUGGESTIONS_INTERNALS_HTML" file="resources\suggestio ns_internals\suggestions_internals.html" flattenhtml="true" allowexternalscript= "true" type="BINDATA" /> 277 <include name="IDR_SUGGESTIONS_INTERNALS_HTML" file="resources\suggestio ns_internals\suggestions_internals.html" flattenhtml="true" allowexternalscript= "true" type="BINDATA" />
278 <include name="IDR_SUGGESTIONS_INTERNALS_CSS" file="resources\suggestion s_internals\suggestions_internals.css" type="BINDATA" /> 278 <include name="IDR_SUGGESTIONS_INTERNALS_CSS" file="resources\suggestion s_internals\suggestions_internals.css" type="BINDATA" />
279 <include name="IDR_SUGGESTIONS_INTERNALS_JS" file="resources\suggestions _internals\suggestions_internals.js" type="BINDATA" /> 279 <include name="IDR_SUGGESTIONS_INTERNALS_JS" file="resources\suggestions _internals\suggestions_internals.js" type="BINDATA" />
280 <include name="IDR_SUGGESTIONS_PAGE_CSS" file="resources\ntp4\suggestion s_page.css" type="BINDATA" /> 280 <include name="IDR_SUGGESTIONS_PAGE_CSS" file="resources\ntp4\suggestion s_page.css" type="BINDATA" />
281 <include name="IDR_SUGGESTIONS_PAGE_JS" file="resources\ntp4\suggestions _page.js" type="BINDATA" /> 281 <include name="IDR_SUGGESTIONS_PAGE_JS" file="resources\ntp4\suggestions _page.js" type="BINDATA" />
282 </if> 282 </if>
283 <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtml= "true" type="BINDATA" /> 283 <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtml= "true" type="BINDATA" />
284 <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" / > 284 <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" / >
285 <include name="IDR_UBER_FRAME_HTML" file="resources\uber\uber_frame.html" flattenhtml="true" type="BINDATA" /> 285 <include name="IDR_UBER_FRAME_HTML" file="resources\uber\uber_frame.html" flattenhtml="true" type="BINDATA" />
286 <include name="IDR_UBER_FRAME_JS" file="resources\uber\uber_frame.js" flat tenhtml="true" type="BINDATA" /> 286 <include name="IDR_UBER_FRAME_JS" file="resources\uber\uber_frame.js" flat tenhtml="true" type="BINDATA" />
287 <include name="IDR_UBER_UTILS_JS" file="resources\uber\uber_utils.js" type ="BINDATA" /> 287 <include name="IDR_UBER_UTILS_JS" file="resources\uber\uber_utils.js" type ="BINDATA" />
288 <include name="IDR_USER_ACTIONS_HTML" file="resources\user_actions\user_ac tions.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 288 <include name="IDR_USER_ACTIONS_HTML" file="resources\user_actions\user_ac tions.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
289 <include name="IDR_USER_ACTIONS_CSS" file="resources\user_actions\user_act ions.css" type="BINDATA" /> 289 <include name="IDR_USER_ACTIONS_CSS" file="resources\user_actions\user_act ions.css" type="BINDATA" />
290 <include name="IDR_USER_ACTIONS_JS" file="resources\user_actions\user_acti ons.js" type="BINDATA" /> 290 <include name="IDR_USER_ACTIONS_JS" file="resources\user_actions\user_acti ons.js" type="BINDATA" />
291 <if expr="pp_ifdef('enable_webrtc')"> 291 <if expr="enable_webrtc">
292 <include name="IDR_WEBRTC_LOGS_HTML" file="resources\media\webrtc_logs.h tml" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 292 <include name="IDR_WEBRTC_LOGS_HTML" file="resources\media\webrtc_logs.h tml" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
293 <include name="IDR_WEBRTC_LOGS_JS" file="resources\media\webrtc_logs.js" type="BINDATA" /> 293 <include name="IDR_WEBRTC_LOGS_JS" file="resources\media\webrtc_logs.js" type="BINDATA" />
294 </if> 294 </if>
295 <include name="IDR_WEBSTORE_MANIFEST" file="resources\webstore_app\manifes t.json" type="BINDATA" /> 295 <include name="IDR_WEBSTORE_MANIFEST" file="resources\webstore_app\manifes t.json" type="BINDATA" />
296 <include name="IDR_GAIA_AUTH_MANIFEST" file="resources\gaia_auth\manifest. json" type="BINDATA" /> 296 <include name="IDR_GAIA_AUTH_MANIFEST" file="resources\gaia_auth\manifest. json" type="BINDATA" />
297 <include name="IDR_GAIA_AUTH_KEYBOARD_MANIFEST" file="resources\gaia_auth\ manifest_keyboard.json" type="BINDATA" /> 297 <include name="IDR_GAIA_AUTH_KEYBOARD_MANIFEST" file="resources\gaia_auth\ manifest_keyboard.json" type="BINDATA" />
298 <include name="IDR_GAIA_AUTH_SAML_MANIFEST" file="resources\gaia_auth\mani fest_saml.json" type="BINDATA" /> 298 <include name="IDR_GAIA_AUTH_SAML_MANIFEST" file="resources\gaia_auth\mani fest_saml.json" type="BINDATA" />
299 <include name="IDR_GAIA_AUTH_DESKTOP_MANIFEST" file="resources\gaia_auth\m anifest_desktop.json" type="BINDATA" /> 299 <include name="IDR_GAIA_AUTH_DESKTOP_MANIFEST" file="resources\gaia_auth\m anifest_desktop.json" type="BINDATA" />
300 <if expr="pp_ifdef('chromeos')"> 300 <if expr="chromeos">
301 <include name="IDR_BACKLOADER_MANIFEST" file="resources\backloader\manif est.json" type="BINDATA" /> 301 <include name="IDR_BACKLOADER_MANIFEST" file="resources\backloader\manif est.json" type="BINDATA" />
302 <include name="IDR_CHOOSE_MOBILE_NETWORK_HTML" file="resources\chromeos\ choose_mobile_network.html" flattenhtml="true" allowexternalscript="true" type=" BINDATA" /> 302 <include name="IDR_CHOOSE_MOBILE_NETWORK_HTML" file="resources\chromeos\ choose_mobile_network.html" flattenhtml="true" allowexternalscript="true" type=" BINDATA" />
303 <include name="IDR_CHOOSE_MOBILE_NETWORK_JS" file="resources\chromeos\ch oose_mobile_network.js" type="BINDATA" /> 303 <include name="IDR_CHOOSE_MOBILE_NETWORK_JS" file="resources\chromeos\ch oose_mobile_network.js" type="BINDATA" />
304 <include name="IDR_CROSH_BUILTIN_MANIFEST" file="resources\chromeos\cros h_builtin\manifest.json" type="BINDATA" /> 304 <include name="IDR_CROSH_BUILTIN_MANIFEST" file="resources\chromeos\cros h_builtin\manifest.json" type="BINDATA" />
305 <include name="IDR_CRYPTOHOME_HTML" file="resources\chromeos\cryptohome. html" flattenhtml="true" type="BINDATA" /> 305 <include name="IDR_CRYPTOHOME_HTML" file="resources\chromeos\cryptohome. html" flattenhtml="true" type="BINDATA" />
306 <include name="IDR_CRYPTOHOME_JS" file="resources\chromeos\cryptohome.js " type="BINDATA" /> 306 <include name="IDR_CRYPTOHOME_JS" file="resources\chromeos\cryptohome.js " type="BINDATA" />
307 <!-- manifest file of ChromeVox accessibility extension --> 307 <!-- manifest file of ChromeVox accessibility extension -->
308 <include name="IDR_CHROMEVOX_MANIFEST" file="resources\chromeos\chromevo x\manifest.json" type="BINDATA" /> 308 <include name="IDR_CHROMEVOX_MANIFEST" file="resources\chromeos\chromevo x\manifest.json" type="BINDATA" />
309 <include name="IDR_CHROMEVOX_GUEST_MANIFEST" file="resources\chromeos\ch romevox\manifest_guest.json" type="BINDATA" /> 309 <include name="IDR_CHROMEVOX_GUEST_MANIFEST" file="resources\chromeos\ch romevox\manifest_guest.json" type="BINDATA" />
310 <!-- manifest file of Connectivity Diagnostics app --> 310 <!-- manifest file of Connectivity Diagnostics app -->
(...skipping 28 matching lines...) Expand all
339 <include name="IDR_OS_CREDITS_HTML" file="resources\chromeos\about_os_cr edits.html" flattenhtml="true" type="BINDATA" /> 339 <include name="IDR_OS_CREDITS_HTML" file="resources\chromeos\about_os_cr edits.html" flattenhtml="true" type="BINDATA" />
340 <include name="IDR_PROXY_SETTINGS_HTML" file="resources\chromeos\proxy_s ettings.html" flattenhtml="true" type="BINDATA" /> 340 <include name="IDR_PROXY_SETTINGS_HTML" file="resources\chromeos\proxy_s ettings.html" flattenhtml="true" type="BINDATA" />
341 <include name="IDR_BLUETOOTH_PAIR_DEVICE_HTML" file="resources\chromeos\ bluetooth_pair_device.html" flattenhtml="true" type="BINDATA" /> 341 <include name="IDR_BLUETOOTH_PAIR_DEVICE_HTML" file="resources\chromeos\ bluetooth_pair_device.html" flattenhtml="true" type="BINDATA" />
342 <include name="IDR_SIM_UNLOCK_HTML" file="resources\chromeos\sim_unlock. html" flattenhtml="true" type="BINDATA" /> 342 <include name="IDR_SIM_UNLOCK_HTML" file="resources\chromeos\sim_unlock. html" flattenhtml="true" type="BINDATA" />
343 <include name="IDR_WRENCH_MENU_CSS" file="resources\chromeos\wrench_menu .css" flattenhtml="true" type="BINDATA" /> 343 <include name="IDR_WRENCH_MENU_CSS" file="resources\chromeos\wrench_menu .css" flattenhtml="true" type="BINDATA" />
344 <include name="IDR_WRENCH_MENU_JS" file="resources\chromeos\wrench_menu. js" flattenhtml="true" type="BINDATA" /> 344 <include name="IDR_WRENCH_MENU_JS" file="resources\chromeos\wrench_menu. js" flattenhtml="true" type="BINDATA" />
345 <include name="IDR_SLOW_HTML" file="resources\chromeos\slow.html" flatte nhtml="true" type="BINDATA" /> 345 <include name="IDR_SLOW_HTML" file="resources\chromeos\slow.html" flatte nhtml="true" type="BINDATA" />
346 <include name="IDR_SLOW_JS" file="resources\chromeos\slow.js" type="BIND ATA" /> 346 <include name="IDR_SLOW_JS" file="resources\chromeos\slow.js" type="BIND ATA" />
347 <include name="IDR_CHARGER_REPLACEMENT_HTML" file="resources\chromeos\ch arger_replacement.html" flattenhtml="true" type="BINDATA" /> 347 <include name="IDR_CHARGER_REPLACEMENT_HTML" file="resources\chromeos\ch arger_replacement.html" flattenhtml="true" type="BINDATA" />
348 </if> 348 </if>
349 <if expr="pp_ifdef('chromeos')"> 349 <if expr="chromeos">
350 <include name="IDR_FILEMANAGER_MANIFEST" file="resources\file_manager\ma nifest.json" type="BINDATA" /> 350 <include name="IDR_FILEMANAGER_MANIFEST" file="resources\file_manager\ma nifest.json" type="BINDATA" />
351 </if> 351 </if>
352 <if expr="pp_ifdef('image_loader_extension')"> 352 <if expr="image_loader_extension">
353 <include name="IDR_IMAGE_LOADER_MANIFEST" file="resources\image_loader\m anifest.json" type="BINDATA" /> 353 <include name="IDR_IMAGE_LOADER_MANIFEST" file="resources\image_loader\m anifest.json" type="BINDATA" />
354 </if> 354 </if>
355 <if expr="pp_ifdef('chromeos')"> 355 <if expr="chromeos">
356 <include name="IDR_DEMO_APP_MANIFEST" file="resources\chromeos\demo_app\ manifest.json" type="BINDATA" /> 356 <include name="IDR_DEMO_APP_MANIFEST" file="resources\chromeos\demo_app\ manifest.json" type="BINDATA" />
357 <include name="IDR_WALLPAPERMANAGER_MANIFEST" file="resources\chromeos\w allpaper_manager\manifest.json" type="BINDATA" /> 357 <include name="IDR_WALLPAPERMANAGER_MANIFEST" file="resources\chromeos\w allpaper_manager\manifest.json" type="BINDATA" />
358 <include name="IDR_FIRST_RUN_DIALOG_MANIFEST" file="resources\chromeos\f irst_run\app/manifest.json" type="BINDATA" /> 358 <include name="IDR_FIRST_RUN_DIALOG_MANIFEST" file="resources\chromeos\f irst_run\app/manifest.json" type="BINDATA" />
359 </if> 359 </if>
360 <if expr="pp_ifdef('chromeos')"> 360 <if expr="chromeos">
361 <include name="IDR_NETWORK_CONFIGURATION_MANIFEST" file="resources\chrom eos\network_configuration\manifest.json" type="BINDATA" /> 361 <include name="IDR_NETWORK_CONFIGURATION_MANIFEST" file="resources\chrom eos\network_configuration\manifest.json" type="BINDATA" />
362 </if> 362 </if>
363 <if expr="(pp_ifdef('desktop_linux') and pp_ifdef('toolkit_views')) or pp_ ifdef('use_ash')"> 363 <if expr="(desktop_linux and toolkit_views) or use_ash">
364 <include name="IDR_HTTP_AUTH_HTML" file="resources\http_auth.html" flatt enhtml="true" type="BINDATA" /> 364 <include name="IDR_HTTP_AUTH_HTML" file="resources\http_auth.html" flatt enhtml="true" type="BINDATA" />
365 <include name="IDR_TAB_MODAL_CONFIRM_DIALOG_HTML" file="resources\tab_mo dal_confirm_dialog.html" flattenhtml="true" type="BINDATA" /> 365 <include name="IDR_TAB_MODAL_CONFIRM_DIALOG_HTML" file="resources\tab_mo dal_confirm_dialog.html" flattenhtml="true" type="BINDATA" />
366 </if> 366 </if>
367 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')"> 367 <if expr="chromeos and _google_chrome">
368 <include name="IDR_GENIUS_APP_MANIFEST" file="resources\chromeos\genius_ app\manifest.json" type="BINDATA" /> 368 <include name="IDR_GENIUS_APP_MANIFEST" file="resources\chromeos\genius_ app\manifest.json" type="BINDATA" />
369 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json " type="BINDATA" /> 369 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json " type="BINDATA" />
370 <include name="IDR_QUICKOFFICE_MANIFEST" file="resources\quick_office\ma nifest.json" type="BINDATA" /> 370 <include name="IDR_QUICKOFFICE_MANIFEST" file="resources\quick_office\ma nifest.json" type="BINDATA" />
371 </if> 371 </if>
372 <if expr="pp_ifdef('chromeos')"> 372 <if expr="chromeos">
373 <include name="IDR_SALSA_CSS" file="resources\chromeos\salsa.css" type=" BINDATA" /> 373 <include name="IDR_SALSA_CSS" file="resources\chromeos\salsa.css" type=" BINDATA" />
374 <include name="IDR_SALSA_HTML" file="resources\chromeos\salsa.html" type ="BINDATA" /> 374 <include name="IDR_SALSA_HTML" file="resources\chromeos\salsa.html" type ="BINDATA" />
375 <include name="IDR_SALSA_JS" file="resources\chromeos\salsa.js" type="BI NDATA" /> 375 <include name="IDR_SALSA_JS" file="resources\chromeos\salsa.js" type="BI NDATA" />
376 </if> 376 </if>
377 <if expr="pp_ifdef('use_ash')"> 377 <if expr="use_ash">
378 <include name="IDR_GESTURE_CONFIG_CSS" file="resources\gesture_config.cs s" type="BINDATA" /> 378 <include name="IDR_GESTURE_CONFIG_CSS" file="resources\gesture_config.cs s" type="BINDATA" />
379 <include name="IDR_GESTURE_CONFIG_HTML" file="resources\gesture_config.h tml" type="BINDATA" /> 379 <include name="IDR_GESTURE_CONFIG_HTML" file="resources\gesture_config.h tml" type="BINDATA" />
380 <include name="IDR_GESTURE_CONFIG_JS" file="resources\gesture_config.js" type="BINDATA" /> 380 <include name="IDR_GESTURE_CONFIG_JS" file="resources\gesture_config.js" type="BINDATA" />
381 </if> 381 </if>
382 <if expr="is_win"> 382 <if expr="is_win">
383 <include name="IDR_SET_AS_DEFAULT_BROWSER_JS" file="resources\set_as_def ault_browser.js" flattenhtml="true" type="BINDATA" /> 383 <include name="IDR_SET_AS_DEFAULT_BROWSER_JS" file="resources\set_as_def ault_browser.js" flattenhtml="true" type="BINDATA" />
384 <include name="IDR_SET_AS_DEFAULT_BROWSER_HTML" file="resources\set_as_d efault_browser.html" flattenhtml="true" allowexternalscript="true" type="BINDATA " /> 384 <include name="IDR_SET_AS_DEFAULT_BROWSER_HTML" file="resources\set_as_d efault_browser.html" flattenhtml="true" allowexternalscript="true" type="BINDATA " />
385 </if> 385 </if>
386 <if expr="not is_android and not is_ios and not pp_ifdef('chromeos')"> 386 <if expr="not is_android and not is_ios and not chromeos">
387 <include name="IDR_USER_MANAGER_JS" file="resources\user_manager\user_ma nager.js" flattenhtml="true" type="BINDATA" /> 387 <include name="IDR_USER_MANAGER_JS" file="resources\user_manager\user_ma nager.js" flattenhtml="true" type="BINDATA" />
388 <include name="IDR_USER_MANAGER_HTML" file="resources\user_manager\user_ manager.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 388 <include name="IDR_USER_MANAGER_HTML" file="resources\user_manager\user_ manager.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
389 </if> 389 </if>
390 <include name="IDR_MANAGED_MODE_BLOCK_INTERSTITIAL_HTML" file="resources\m anaged_mode_block_interstitial.html" flattenhtml="true" type="BINDATA" /> 390 <include name="IDR_MANAGED_MODE_BLOCK_INTERSTITIAL_HTML" file="resources\m anaged_mode_block_interstitial.html" flattenhtml="true" type="BINDATA" />
391 <include name="IDR_PROFILE_SIGNIN_CONFIRMATION_HTML" file="resources\profi le_signin_confirmation.html" type="BINDATA" /> 391 <include name="IDR_PROFILE_SIGNIN_CONFIRMATION_HTML" file="resources\profi le_signin_confirmation.html" type="BINDATA" />
392 <include name="IDR_PROFILE_SIGNIN_CONFIRMATION_JS" file="resources\profile _signin_confirmation.js" type="BINDATA" /> 392 <include name="IDR_PROFILE_SIGNIN_CONFIRMATION_JS" file="resources\profile _signin_confirmation.js" type="BINDATA" />
393 <include name="IDR_PROFILE_SIGNIN_CONFIRMATION_CSS" file="resources\profil e_signin_confirmation.css" type="BINDATA" /> 393 <include name="IDR_PROFILE_SIGNIN_CONFIRMATION_CSS" file="resources\profil e_signin_confirmation.css" type="BINDATA" />
394 <include name="IDR_RECENTLY_CLOSED_WINDOW" file="resources\ntp4\images\clo sed_window.png" type="BINDATA" /> 394 <include name="IDR_RECENTLY_CLOSED_WINDOW" file="resources\ntp4\images\clo sed_window.png" type="BINDATA" />
395 <if expr="not is_android"> 395 <if expr="not is_android">
396 <include name="IDR_IDENTITY_INTERNALS_HTML" file="resources\identity_int ernals.html" type="BINDATA" /> 396 <include name="IDR_IDENTITY_INTERNALS_HTML" file="resources\identity_int ernals.html" type="BINDATA" />
397 <include name="IDR_IDENTITY_INTERNALS_CSS" file="resources\identity_inte rnals.css" type="BINDATA" /> 397 <include name="IDR_IDENTITY_INTERNALS_CSS" file="resources\identity_inte rnals.css" type="BINDATA" />
398 <include name="IDR_IDENTITY_INTERNALS_JS" file="resources\identity_inter nals.js" type="BINDATA" /> 398 <include name="IDR_IDENTITY_INTERNALS_JS" file="resources\identity_inter nals.js" type="BINDATA" />
399 </if> 399 </if>
400 <if expr="pp_ifdef('chromeos')"> 400 <if expr="chromeos">
401 <include name="IDR_NETWORK_HTML" file="resources\chromeos\network.html" type="BINDATA" /> 401 <include name="IDR_NETWORK_HTML" file="resources\chromeos\network.html" type="BINDATA" />
402 <include name="IDR_NETWORK_JS" file="resources\chromeos\network.js" type ="BINDATA" /> 402 <include name="IDR_NETWORK_JS" file="resources\chromeos\network.js" type ="BINDATA" />
403 <include name="IDR_NETWORK_CSS" file="resources\chromeos\network.css" ty pe="BINDATA" /> 403 <include name="IDR_NETWORK_CSS" file="resources\chromeos\network.css" ty pe="BINDATA" />
404 </if> 404 </if>
405 <if expr="pp_ifdef('_google_chrome')"> 405 <if expr="_google_chrome">
406 <include name="IDR_PREF_HASH_SEED_BIN" file="resources\settings_internal \pref_hash_seed.bin" type="BINDATA" /> 406 <include name="IDR_PREF_HASH_SEED_BIN" file="resources\settings_internal \pref_hash_seed.bin" type="BINDATA" />
407 <include name="IDR_AUTOMATIC_PROFILE_RESET_RULES" file="internal\resourc es\profile_reset\automatic_profile_reset_rules.dat" type="BINDATA" /> 407 <include name="IDR_AUTOMATIC_PROFILE_RESET_RULES" file="internal\resourc es\profile_reset\automatic_profile_reset_rules.dat" type="BINDATA" />
408 <include name="IDR_AUTOMATIC_PROFILE_RESET_RULES_DRY" file="internal\res ources\profile_reset\automatic_profile_reset_rules_dry.dat" type="BINDATA" /> 408 <include name="IDR_AUTOMATIC_PROFILE_RESET_RULES_DRY" file="internal\res ources\profile_reset\automatic_profile_reset_rules_dry.dat" type="BINDATA" />
409 <include name="IDR_AUTOMATIC_PROFILE_RESET_HASH_SEED" file="internal\res ources\profile_reset\automatic_profile_reset_rules.seed" type="BINDATA" /> 409 <include name="IDR_AUTOMATIC_PROFILE_RESET_HASH_SEED" file="internal\res ources\profile_reset\automatic_profile_reset_rules.seed" type="BINDATA" />
410 <include name="IDR_AUTOMATIC_PROFILE_RESET_HASH_SEED_DRY" file="internal \resources\profile_reset\automatic_profile_reset_rules_dry.seed" type="BINDATA" /> 410 <include name="IDR_AUTOMATIC_PROFILE_RESET_HASH_SEED_DRY" file="internal \resources\profile_reset\automatic_profile_reset_rules_dry.seed" type="BINDATA" />
411 <include name="IDR_ADDITIONAL_MODULE_IDS" file="${additional_modules_lis t_file}" use_base_dir="false" type="BINDATA" /> 411 <include name="IDR_ADDITIONAL_MODULE_IDS" file="${additional_modules_lis t_file}" use_base_dir="false" type="BINDATA" />
412 </if> 412 </if>
413 <if expr="pp_ifdef('chromeos')"> 413 <if expr="chromeos">
414 <include name="IDR_SOUND_STARTUP_WAV" file="resources\chromeos\sounds\st artup.wav" type="BINDATA" /> 414 <include name="IDR_SOUND_STARTUP_WAV" file="resources\chromeos\sounds\st artup.wav" type="BINDATA" />
415 <include name="IDR_SOUND_LOCK_WAV" file="resources\chromeos\sounds\lock. wav" type="BINDATA" /> 415 <include name="IDR_SOUND_LOCK_WAV" file="resources\chromeos\sounds\lock. wav" type="BINDATA" />
416 <include name="IDR_SOUND_UNLOCK_WAV" file="resources\chromeos\sounds\unl ock.wav" type="BINDATA" /> 416 <include name="IDR_SOUND_UNLOCK_WAV" file="resources\chromeos\sounds\unl ock.wav" type="BINDATA" />
417 <include name="IDR_SOUND_SHUTDOWN_WAV" file="resources\chromeos\sounds\s hutdown.wav" type="BINDATA" /> 417 <include name="IDR_SOUND_SHUTDOWN_WAV" file="resources\chromeos\sounds\s hutdown.wav" type="BINDATA" />
418 <include name="IDR_SOUND_SPOKEN_FEEDBACK_ENABLED_WAV" file="resources\ch romeos\sounds\spoken_feedback_enabled.wav" type="BINDATA" /> 418 <include name="IDR_SOUND_SPOKEN_FEEDBACK_ENABLED_WAV" file="resources\ch romeos\sounds\spoken_feedback_enabled.wav" type="BINDATA" />
419 <include name="IDR_SOUND_SPOKEN_FEEDBACK_DISABLED_WAV" file="resources\c hromeos\sounds\spoken_feedback_disabled.wav" type="BINDATA" /> 419 <include name="IDR_SOUND_SPOKEN_FEEDBACK_DISABLED_WAV" file="resources\c hromeos\sounds\spoken_feedback_disabled.wav" type="BINDATA" />
420 <include name="IDR_SOUND_VOLUME_ADJUST_WAV" file="resources\chromeos\sou nds\volume_adjust.wav" type="BINDATA" /> 420 <include name="IDR_SOUND_VOLUME_ADJUST_WAV" file="resources\chromeos\sou nds\volume_adjust.wav" type="BINDATA" />
421 </if> 421 </if>
422 <if expr="pp_ifdef('chromeos')"> 422 <if expr="chromeos">
423 <include name="IDR_ABOUT_POWER_HTML" file="resources\chromeos\power.html " type="BINDATA" /> 423 <include name="IDR_ABOUT_POWER_HTML" file="resources\chromeos\power.html " type="BINDATA" />
424 <include name="IDR_ABOUT_POWER_JS" file="resources\chromeos\power.js" ty pe="BINDATA" /> 424 <include name="IDR_ABOUT_POWER_JS" file="resources\chromeos\power.js" ty pe="BINDATA" />
425 <include name="IDR_ABOUT_POWER_CSS" file="resources\chromeos\power.css" type="BINDATA" /> 425 <include name="IDR_ABOUT_POWER_CSS" file="resources\chromeos\power.css" type="BINDATA" />
426 </if> 426 </if>
427 <include name="IDR_GCM_INTERNALS_HTML" file="resources\gcm_internals.html" type="BINDATA" /> 427 <include name="IDR_GCM_INTERNALS_HTML" file="resources\gcm_internals.html" type="BINDATA" />
428 <include name="IDR_GCM_INTERNALS_CSS" file="resources\gcm_internals.css" t ype="BINDATA" /> 428 <include name="IDR_GCM_INTERNALS_CSS" file="resources\gcm_internals.css" t ype="BINDATA" />
429 <include name="IDR_GCM_INTERNALS_JS" file="resources\gcm_internals.js" typ e="BINDATA" /> 429 <include name="IDR_GCM_INTERNALS_JS" file="resources\gcm_internals.js" typ e="BINDATA" />
430 </includes> 430 </includes>
431 </release> 431 </release>
432 </grit> 432 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/about_version.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698