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

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

Issue 24891002: Initial WebUI extension for enhanced bookmarks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 2 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 | « build/common.gypi ('k') | chrome/browser/chrome_content_browser_client.cc » ('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 <output filename="browser_resources.rc" type="rc_all" /> 8 <output filename="browser_resources.rc" type="rc_all" />
9 </outputs> 9 </outputs>
10 <release seq="1"> 10 <release seq="1">
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 <include name="IDR_ABOUT_NACL_CSS" file="resources\about_nacl.css" flatten html="true" type="chrome_html" /> 79 <include name="IDR_ABOUT_NACL_CSS" file="resources\about_nacl.css" flatten html="true" type="chrome_html" />
80 <include name="IDR_ABOUT_NACL_JS" file="resources\about_nacl.js" type="BIN DATA" /> 80 <include name="IDR_ABOUT_NACL_JS" file="resources\about_nacl.js" type="BIN DATA" />
81 <include name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" fla ttenhtml="true" allowexternalscript="true" type="BINDATA" /> 81 <include name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" fla ttenhtml="true" allowexternalscript="true" type="BINDATA" />
82 <include name="IDR_ABOUT_STATS_JS" file="resources\about_stats.js" type="B INDATA" /> 82 <include name="IDR_ABOUT_STATS_JS" file="resources\about_stats.js" type="B INDATA" />
83 <include name="IDR_ABOUT_VERSION_JS" file="resources\about_version.js" typ e="BINDATA" /> 83 <include name="IDR_ABOUT_VERSION_JS" file="resources\about_version.js" typ e="BINDATA" />
84 <include name="IDR_ABOUT_VERSION_CSS" file="resources\about_version.css" t ype="BINDATA" /> 84 <include name="IDR_ABOUT_VERSION_CSS" file="resources\about_version.css" t ype="BINDATA" />
85 <if expr="is_android"> 85 <if expr="is_android">
86 <include name="IDR_ABOUT_WELCOME_JS" file="resources\about_welcome_andro id\about_welcome_android.js" type="BINDATA" /> 86 <include name="IDR_ABOUT_WELCOME_JS" file="resources\about_welcome_andro id\about_welcome_android.js" type="BINDATA" />
87 </if> 87 </if>
88 <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\ma nifest.json" type="BINDATA" /> 88 <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\ma nifest.json" type="BINDATA" />
89 <if expr="pp_ifdef('enable_enhanced_bookmarks')">
90 <include name="IDR_ENHANCED_BOOKMARKS_MANIFEST" file="resources\enhanced _bookmark_manager\manifest.json" type="BINDATA" />
91 </if>
89 <include name="IDR_APPS_DEBUGGER_MANIFEST" file="resources\apps_debugger\m anifest.json" type="BINDATA" /> 92 <include name="IDR_APPS_DEBUGGER_MANIFEST" file="resources\apps_debugger\m anifest.json" type="BINDATA" />
90 <if expr="is_posix and not is_macosx and not is_ios"> 93 <if expr="is_posix and not is_macosx and not is_ios">
91 <include name="IDR_CERTIFICATE_VIEWER_HTML" file="resources\certificate_ viewer.html" type="BINDATA" /> 94 <include name="IDR_CERTIFICATE_VIEWER_HTML" file="resources\certificate_ viewer.html" type="BINDATA" />
92 <include name="IDR_CERTIFICATE_VIEWER_JS" file="resources\certificate_vi ewer.js" type="BINDATA" /> 95 <include name="IDR_CERTIFICATE_VIEWER_JS" file="resources\certificate_vi ewer.js" type="BINDATA" />
93 <include name="IDR_CERTIFICATE_VIEWER_CSS" file="resources\certificate_v iewer.css" type="BINDATA" /> 96 <include name="IDR_CERTIFICATE_VIEWER_CSS" file="resources\certificate_v iewer.css" type="BINDATA" />
94 </if> 97 </if>
95 <if expr="pp_ifdef('enable_app_list')"> 98 <if expr="pp_ifdef('enable_app_list')">
96 <include name="IDR_CHROME_APP_MANIFEST" file="resources\chrome_app\manif est.json" type="BINDATA" /> 99 <include name="IDR_CHROME_APP_MANIFEST" file="resources\chrome_app\manif est.json" type="BINDATA" />
97 </if> 100 </if>
98 <if expr="pp_ifdef('enable_printing')"> 101 <if expr="pp_ifdef('enable_printing')">
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 </if> 389 </if>
387 <if expr="pp_ifdef('chromeos')"> 390 <if expr="pp_ifdef('chromeos')">
388 <include name="IDR_SOUND_STARTUP_WAV" file="resources\chromeos\sounds\st artup.wav" type="BINDATA" /> 391 <include name="IDR_SOUND_STARTUP_WAV" file="resources\chromeos\sounds\st artup.wav" type="BINDATA" />
389 <include name="IDR_SOUND_LOCK_WAV" file="resources\chromeos\sounds\lock. wav" type="BINDATA" /> 392 <include name="IDR_SOUND_LOCK_WAV" file="resources\chromeos\sounds\lock. wav" type="BINDATA" />
390 <include name="IDR_SOUND_UNLOCK_WAV" file="resources\chromeos\sounds\unl ock.wav" type="BINDATA" /> 393 <include name="IDR_SOUND_UNLOCK_WAV" file="resources\chromeos\sounds\unl ock.wav" type="BINDATA" />
391 <include name="IDR_SOUND_SHUTDOWN_WAV" file="resources\chromeos\sounds\s hutdown.wav" type="BINDATA" /> 394 <include name="IDR_SOUND_SHUTDOWN_WAV" file="resources\chromeos\sounds\s hutdown.wav" type="BINDATA" />
392 </if> 395 </if>
393 </includes> 396 </includes>
394 </release> 397 </release>
395 </grit> 398 </grit>
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698