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

Unified Diff: ui/ui.gyp

Issue 7265011: RenderText API Outline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODO comments, revise cursor movement API, etc. Created 9 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 side-by-side diff with in-line comments
Download patch
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index b64959d0ae04284fdc09620695ba64d02ad8760f..dfd64d2b716aaa6795be1eaed421734e28b6c392 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -249,6 +249,12 @@
'gfx/point.h',
'gfx/rect.cc',
'gfx/rect.h',
+ 'gfx/render_text.cc',
+ 'gfx/render_text.h',
+ 'gfx/render_text_linux.cc',
+ 'gfx/render_text_linux.h',
+ 'gfx/render_text_win.cc',
+ 'gfx/render_text_win.h',
'gfx/scoped_cg_context_save_gstate_mac.h',
'gfx/scoped_ns_graphics_context_save_gstate_mac.h',
'gfx/scoped_ns_graphics_context_save_gstate_mac.mm',
@@ -368,6 +374,14 @@
'$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
],
},
+ 'sources/': [
+ ['exclude', '^gfx/render_text.cc'],
+ ['exclude', '^gfx/render_text.h'],
+ ['exclude', '^gfx/render_text_linux.cc'],
+ ['exclude', '^gfx/render_text_linux.h'],
+ ['exclude', '^gfx/render_text_win.cc'],
+ ['exclude', '^gfx/render_text_win.h'],
+ ],
oshima 2011/07/23 09:51:12 we don't need for non views linux, do we?
msw 2011/07/25 05:09:54 Ok, I excluded these from all non-views builds. I
}],
['use_x11==1', {
'all_dependent_settings': {

Powered by Google App Engine
This is Rietveld 408576698