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

Side by Side Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2952463002: App list sync unit tests (Closed)
Patch Set: Add in dummy hooks for assistant settings launcher Created 3 years, 5 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
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" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="grit/settings_resources.h" type="rc_header"> 4 <output filename="grit/settings_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/settings_resources_map.cc" 7 <output filename="grit/settings_resources_map.cc"
8 type="resource_file_map_source" /> 8 type="resource_file_map_source" />
9 <output filename="grit/settings_resources_map.h" 9 <output filename="grit/settings_resources_map.h"
10 type="resource_map_header" /> 10 type="resource_map_header" />
(...skipping 999 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 <structure name="IDR_SETTINGS_SEARCH_ENGINES_BROWSER_PROXY_JS" 1010 <structure name="IDR_SETTINGS_SEARCH_ENGINES_BROWSER_PROXY_JS"
1011 file="search_engines_page/search_engines_browser_proxy.js" 1011 file="search_engines_page/search_engines_browser_proxy.js"
1012 type="chrome_html" 1012 type="chrome_html"
1013 preprocess="true" 1013 preprocess="true"
1014 allowexternalscript="true" /> 1014 allowexternalscript="true" />
1015 <structure name="IDR_SETTINGS_SEARCH_ENGINES_BROWSER_PROXY_HTML" 1015 <structure name="IDR_SETTINGS_SEARCH_ENGINES_BROWSER_PROXY_HTML"
1016 file="search_engines_page/search_engines_browser_proxy.html" 1016 file="search_engines_page/search_engines_browser_proxy.html"
1017 type="chrome_html" 1017 type="chrome_html"
1018 preprocess="true" 1018 preprocess="true"
1019 allowexternalscript="true" /> 1019 allowexternalscript="true" />
1020 <if expr="chromeos">
1021 <structure name="IDR_SETTINGS_GOOGLE_ASSISTANT_PAGE_GOOGLE_ASSISTANT_PAG E_JS"
1022 file="google_assistant_page/google_assistant_page.js"
1023 type="chrome_html" />
1024 <structure name="IDR_SETTINGS_GOOGLE_ASSISTANT_PAGE_GOOGLE_ASSISTANT_PAG E_HTML"
1025 file="google_assistant_page/google_assistant_page.html"
1026 type="chrome_html"
1027 preprocess="true"
1028 allowexternalscript="true" />
1029 <structure name="IDR_SETTINGS_GOOGLE_ASSISTANT_PAGE_GOOGLE_ASSISTANT_BRO WSER_PROXY_JS"
1030 file="google_assistant_page/google_assistant_browser_proxy.js "
1031 type="chrome_html"
1032 preprocess="true"
1033 allowexternalscript="true" />
1034 <structure name="IDR_SETTINGS_GOOGLE_ASSISTANT_PAGE_GOOGLE_ASSISTANT_BRO WSER_PROXY_HTML"
1035 file="google_assistant_page/google_assistant_browser_proxy.ht ml"
1036 type="chrome_html"
1037 preprocess="true"
1038 allowexternalscript="true" />
1039 </if>
1020 <structure name="IDR_SETTINGS_SEARCH_PAGE_JS" 1040 <structure name="IDR_SETTINGS_SEARCH_PAGE_JS"
1021 file="search_page/search_page.js" 1041 file="search_page/search_page.js"
1022 type="chrome_html" /> 1042 type="chrome_html" />
1023 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML" 1043 <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML"
1024 file="search_page/search_page.html" 1044 file="search_page/search_page.html"
1025 type="chrome_html" 1045 type="chrome_html"
1026 preprocess="true" 1046 preprocess="true"
1027 allowexternalscript="true" /> 1047 allowexternalscript="true" />
1028 <structure name="IDR_SETTINGS_SYNC_PAGE_JS" 1048 <structure name="IDR_SETTINGS_SYNC_PAGE_JS"
1029 file="people_page/sync_page.js" 1049 file="people_page/sync_page.js"
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
1374 type="chrome_html" /> 1394 type="chrome_html" />
1375 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1395 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1376 file="people_page/users_page.html" 1396 file="people_page/users_page.html"
1377 type="chrome_html" 1397 type="chrome_html"
1378 preprocess="true" 1398 preprocess="true"
1379 allowexternalscript="true" /> 1399 allowexternalscript="true" />
1380 </if> 1400 </if>
1381 </structures> 1401 </structures>
1382 </release> 1402 </release>
1383 </grit> 1403 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/search_page/search_page.js ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698