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

Unified Diff: ui/ui.gyp

Issue 7265011: RenderText API Outline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Exclude Mac, fix font comparison. 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 f8b43c5bfac06f9dba3cdbfce4dbe07e46386f32..52a18d54ec4bbf72175d23357af1358f2d3cc91a 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -246,6 +246,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',
@@ -370,6 +376,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'],
+ ],
}],
['use_x11==1', {
'all_dependent_settings': {

Powered by Google App Engine
This is Rietveld 408576698