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

Unified Diff: ui/ui.gyp

Issue 10221028: Move DIP translation from ui/aura to ui/compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable tests that doesn't run on bots Created 8 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
« no previous file with comments | « ui/gfx/size_f.h ('k') | ui/views/view.cc » ('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 6541bf4040cf09d58a10144f1d56e07e9112ad1c..25b8765703631f769c6589461cfad6f3e0cc11eb 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -517,18 +517,6 @@
}],
],
}],
- ['enable_dip==1', {
- 'sources': [
- 'gfx/insets_f.cc',
- 'gfx/insets_f.h',
- 'gfx/point_f.cc',
- 'gfx/point_f.h',
- 'gfx/rect_f.cc',
- 'gfx/rect_f.h',
- 'gfx/size_f.cc',
- 'gfx/size_f.h',
- ],
- }],
['toolkit_uses_gtk == 1', {
'dependencies': [
'../build/linux/system.gyp:gtk',
« no previous file with comments | « ui/gfx/size_f.h ('k') | ui/views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698