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

Unified Diff: ui/ui.gyp

Issue 7265011: RenderText API Outline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix permissions, export RenderText and StyleRange via UI_API. 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
« no previous file with comments | « ui/gfx/render_text_win.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 39cedb6eeecb27623fe0670e8e4ce3c233dd706f..9306181976c1708dcd70324aa1b931e5ef5750f9 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/screen.h',
'gfx/screen_gtk.cc',
'gfx/screen_win.cc',
@@ -396,6 +402,16 @@
'gfx/native_theme_chromeos.h',
],
}],
+ ['toolkit_views==0', {
+ 'sources/': [
+ ['exclude', '^gfx/render_text.cc'],
viettrungluu 2011/07/27 17:10:28 Don't do this. Each of these regexes needs to be a
+ ['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'],
+ ],
+ }],
],
},
{
« no previous file with comments | « ui/gfx/render_text_win.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698