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

Unified Diff: ui/ui_unittests.gypi

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_unittests.gypi
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index 5c7f9b74ee1486bd46a9e594bb9fd3550f2bb703..f77792946ca5871c5fb81484540daa5980250114 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -105,8 +105,9 @@
}],
['OS != "mac"', {
'sources': [
- 'gfx/transform_unittest.cc',
'gfx/interpolated_transform_unittest.cc',
+ 'gfx/render_text_unittest.cc',
+ 'gfx/transform_unittest.cc',
],
}],
['toolkit_uses_gtk == 1', {

Powered by Google App Engine
This is Rietveld 408576698