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

Side by Side Diff: ui/webui/resources/webui_resources.grd

Issue 161313002: Remove pp_ifdef from grd files in ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: also removed pp_ifdef in xtb and css files 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 | « ui/webui/resources/css/chrome_shared.css ('k') | no next file » | 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 <!-- This comment is only here because changes to resources are not picked up 2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. --> 3 without changes to the corresponding grd file. -->
4 <grit latest_public_release="0" current_release="1"> 4 <grit latest_public_release="0" current_release="1">
5 <outputs> 5 <outputs>
6 <output filename="grit/webui_resources.h" type="rc_header"> 6 <output filename="grit/webui_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="grit/webui_resources_map.cc" 9 <output filename="grit/webui_resources_map.cc"
10 type="resource_file_map_source" /> 10 type="resource_file_map_source" />
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 <structure name="IDR_WEBUI_JS_LOCAL_STRINGS" 361 <structure name="IDR_WEBUI_JS_LOCAL_STRINGS"
362 file="js/local_strings.js" type="chrome_html" /> 362 file="js/local_strings.js" type="chrome_html" />
363 <structure name="IDR_WEBUI_JS_MEDIA_COMMON" 363 <structure name="IDR_WEBUI_JS_MEDIA_COMMON"
364 file="js/media_common.js" type="chrome_html" /> 364 file="js/media_common.js" type="chrome_html" />
365 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET" 365 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET"
366 file="js/parse_html_subset.js" type="chrome_html" /> 366 file="js/parse_html_subset.js" type="chrome_html" />
367 <structure name="IDR_WEBUI_JS_UTIL" 367 <structure name="IDR_WEBUI_JS_UTIL"
368 file="js/util.js" type="chrome_html" flattenhtml="true" /> 368 file="js/util.js" type="chrome_html" flattenhtml="true" />
369 <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST" 369 <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST"
370 file="js/webui_resource_test.js" type="chrome_html" /> 370 file="js/webui_resource_test.js" type="chrome_html" />
371 <if expr="pp_ifdef('chromeos')"> 371 <if expr="chromeos">
372 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" 372 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS"
373 file="css/chromeos/ui_account_tweaks.css" 373 file="css/chromeos/ui_account_tweaks.css"
374 type="chrome_html" /> 374 type="chrome_html" />
375 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" 375 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS"
376 file="js/chromeos/ui_account_tweaks.js" 376 file="js/chromeos/ui_account_tweaks.js"
377 type="chrome_html" /> 377 type="chrome_html" />
378 </if> 378 </if>
379 </structures> 379 </structures>
380 </release> 380 </release>
381 </grit> 381 </grit>
OLDNEW
« no previous file with comments | « ui/webui/resources/css/chrome_shared.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698