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

Unified Diff: chrome/browser/browser_resources.grd

Issue 10450022: Print Preview Print Destination Search Widget (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Set --bary flag Created 8 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/browser_resources.grd
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index 8b8165a1f31632fdaa29f669e5b08fc5c4ba52f8..f272d0e90048ae8bddda55e35d1a08a55a8d986e 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -103,6 +103,18 @@
<include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/>
<include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview\print_preview.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_PRINT_PREVIEW_JS" file="resources\print_preview\print_preview.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_PRINT_PREVIEW_IMAGES_CLASSIC_PRINTER_32"
+ file="resources\print_preview\images\classic_printer_32.png" type="BINDATA" />
+ <include name="IDR_PRINT_PREVIEW_IMAGES_CLOUD_PRINTER_32"
+ file="resources\print_preview\images\cloud_printer_32.png" type="BINDATA" />
+ <include name="IDR_PRINT_PREVIEW_IMAGES_CLOUD_PRINTER_SHARED_32"
+ file="resources\print_preview\images\cloud_printer_shared_32.png" type="BINDATA" />
+ <include name="IDR_PRINT_PREVIEW_IMAGES_GOOGLE_PROMOTED_PRINTER_32"
+ file="resources\print_preview\images\google_promoted_printer_32.png" type="BINDATA" />
+ <include name="IDR_PRINT_PREVIEW_IMAGES_MOBILE_32"
+ file="resources\print_preview\images\mobile_32.png" type="BINDATA" />
+ <include name="IDR_PRINT_PREVIEW_IMAGES_MOBILE_SHARED_32"
+ file="resources\print_preview\images\mobile_shared_32.png" type="BINDATA" />
<include name="IDR_PROFILER_HTML" file="resources\profiler\profiler.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_PROFILER_JS" file="resources\profiler\profiler.js" flattenhtml="true" type="BINDATA" />
<include name="IDR_READER_OUT_OF_DATE_HTML" file="resources\reader_out_of_date.html" flattenhtml="true" type="BINDATA" />

Powered by Google App Engine
This is Rietveld 408576698