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

Unified Diff: ui/gfx/gfx_resources.grd

Issue 7067029: Prototype compositor to render views to a texture using d3d 10. This (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix gyp Created 9 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: ui/gfx/gfx_resources.grd
diff --git a/ui/gfx/gfx_resources.grd b/ui/gfx/gfx_resources.grd
index 3ddda38584a98c49df327e3e8ff8f9cf49a09b4a..994dfa53ccf0f4c180bde9f2225cd311afba10e5 100644
--- a/ui/gfx/gfx_resources.grd
+++ b/ui/gfx/gfx_resources.grd
@@ -13,7 +13,9 @@
<includes>
<if expr="os.find('win') != -1">
<!-- IDR_BITMAP_BRUSH_IMAGE is for canvas_direct2d_unittest on win -->
+ <!-- TODO(sky): we don't want a test only image in the release builds -->
<include name="IDR_BITMAP_BRUSH_IMAGE" file="resources\bitmap_brush_image.png" type="BINDATA" />
+ <include name="IDR_COMPOSITOR_FX" file="resources\compositor.fx" type="BINDATA" />
</if>
<if expr="os == 'linux2' or os.find('bsd') != -1 or os == 'sunos5'">

Powered by Google App Engine
This is Rietveld 408576698