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

Side by Side Diff: ui/ui.gyp

Issue 11081007: Remove implicit flooring Scale() method from Point and Size. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/gfx/size_f.h ('k') | webkit/glue/webcursor_aurax11.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'gfx/platform_font_mac.h', 133 'gfx/platform_font_mac.h',
134 'gfx/platform_font_mac.mm', 134 'gfx/platform_font_mac.mm',
135 'gfx/platform_font_pango.cc', 135 'gfx/platform_font_pango.cc',
136 'gfx/platform_font_pango.h', 136 'gfx/platform_font_pango.h',
137 'gfx/platform_font_win.cc', 137 'gfx/platform_font_win.cc',
138 'gfx/platform_font_win.h', 138 'gfx/platform_font_win.h',
139 'gfx/point.cc', 139 'gfx/point.cc',
140 'gfx/point.h', 140 'gfx/point.h',
141 'gfx/point3.h', 141 'gfx/point3.h',
142 'gfx/point_base.h', 142 'gfx/point_base.h',
143 'gfx/point_conversions.cc',
144 'gfx/point_conversions.h',
143 'gfx/point_f.cc', 145 'gfx/point_f.cc',
144 'gfx/point_f.h', 146 'gfx/point_f.h',
145 'gfx/rect.cc', 147 'gfx/rect.cc',
146 'gfx/rect.h', 148 'gfx/rect.h',
147 'gfx/rect_base.h', 149 'gfx/rect_base.h',
148 'gfx/rect_base_impl.h', 150 'gfx/rect_base_impl.h',
149 'gfx/rect_conversions.cc', 151 'gfx/rect_conversions.cc',
150 'gfx/rect_conversions.h', 152 'gfx/rect_conversions.h',
151 'gfx/rect_f.cc', 153 'gfx/rect_f.cc',
152 'gfx/rect_f.h', 154 'gfx/rect_f.h',
153 'gfx/safe_floor_ceil.cc', 155 'gfx/safe_floor_ceil.cc',
154 'gfx/safe_floor_ceil.h', 156 'gfx/safe_floor_ceil.h',
155 'gfx/scoped_ui_graphics_push_context_ios.h', 157 'gfx/scoped_ui_graphics_push_context_ios.h',
156 'gfx/scoped_ui_graphics_push_context_ios.mm', 158 'gfx/scoped_ui_graphics_push_context_ios.mm',
157 'gfx/screen.h', 159 'gfx/screen.h',
158 'gfx/screen_android.cc', 160 'gfx/screen_android.cc',
159 'gfx/screen_aura.cc', 161 'gfx/screen_aura.cc',
160 'gfx/screen_gtk.cc', 162 'gfx/screen_gtk.cc',
161 'gfx/screen_impl.h', 163 'gfx/screen_impl.h',
162 'gfx/screen_ios.mm', 164 'gfx/screen_ios.mm',
163 'gfx/screen_mac.mm', 165 'gfx/screen_mac.mm',
164 'gfx/screen_win.cc', 166 'gfx/screen_win.cc',
165 'gfx/shadow_value.cc', 167 'gfx/shadow_value.cc',
166 'gfx/shadow_value.h', 168 'gfx/shadow_value.h',
167 'gfx/size.cc', 169 'gfx/size.cc',
168 'gfx/size.h', 170 'gfx/size.h',
169 'gfx/size_base.h', 171 'gfx/size_base.h',
172 'gfx/size_conversions.cc',
173 'gfx/size_conversions.h',
170 'gfx/size_f.cc', 174 'gfx/size_f.cc',
171 'gfx/size_f.h', 175 'gfx/size_f.h',
172 'gfx/skbitmap_operations.cc', 176 'gfx/skbitmap_operations.cc',
173 'gfx/skbitmap_operations.h', 177 'gfx/skbitmap_operations.h',
174 'gfx/skia_util.cc', 178 'gfx/skia_util.cc',
175 'gfx/skia_util.h', 179 'gfx/skia_util.h',
176 'gfx/skia_utils_gtk.cc', 180 'gfx/skia_utils_gtk.cc',
177 'gfx/skia_utils_gtk.h', 181 'gfx/skia_utils_gtk.h',
178 'gfx/transform.cc', 182 'gfx/transform.cc',
179 'gfx/transform.h', 183 'gfx/transform.h',
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 }, 876 },
873 'dependencies': [ 877 'dependencies': [
874 '../base/base.gyp:base_java', 878 '../base/base.gyp:base_java',
875 ], 879 ],
876 'includes': [ '../build/java.gypi' ], 880 'includes': [ '../build/java.gypi' ],
877 }, 881 },
878 ], 882 ],
879 }], 883 }],
880 ], 884 ],
881 } 885 }
OLDNEW
« no previous file with comments | « ui/gfx/size_f.h ('k') | webkit/glue/webcursor_aurax11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698