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

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: git try -b win_rel,mac_rel,linux_rel,linux_aura 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
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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'gfx/platform_font_mac.h', 101 'gfx/platform_font_mac.h',
102 'gfx/platform_font_mac.mm', 102 'gfx/platform_font_mac.mm',
103 'gfx/platform_font_pango.cc', 103 'gfx/platform_font_pango.cc',
104 'gfx/platform_font_pango.h', 104 'gfx/platform_font_pango.h',
105 'gfx/platform_font_win.cc', 105 'gfx/platform_font_win.cc',
106 'gfx/platform_font_win.h', 106 'gfx/platform_font_win.h',
107 'gfx/point.cc', 107 'gfx/point.cc',
108 'gfx/point.h', 108 'gfx/point.h',
109 'gfx/point3.h', 109 'gfx/point3.h',
110 'gfx/point_base.h', 110 'gfx/point_base.h',
111 'gfx/point_conversions.cc',
112 'gfx/point_conversions.h',
111 'gfx/point_f.cc', 113 'gfx/point_f.cc',
112 'gfx/point_f.h', 114 'gfx/point_f.h',
113 'gfx/rect.cc', 115 'gfx/rect.cc',
114 'gfx/rect.h', 116 'gfx/rect.h',
115 'gfx/rect_base.h', 117 'gfx/rect_base.h',
116 'gfx/rect_base_impl.h', 118 'gfx/rect_base_impl.h',
117 'gfx/rect_conversions.cc', 119 'gfx/rect_conversions.cc',
118 'gfx/rect_conversions.h', 120 'gfx/rect_conversions.h',
119 'gfx/rect_f.cc', 121 'gfx/rect_f.cc',
120 'gfx/rect_f.h', 122 'gfx/rect_f.h',
121 'gfx/safe_floor_ceil.cc', 123 'gfx/safe_floor_ceil.cc',
122 'gfx/safe_floor_ceil.h', 124 'gfx/safe_floor_ceil.h',
123 'gfx/scoped_ui_graphics_push_context_ios.h', 125 'gfx/scoped_ui_graphics_push_context_ios.h',
124 'gfx/scoped_ui_graphics_push_context_ios.mm', 126 'gfx/scoped_ui_graphics_push_context_ios.mm',
125 'gfx/screen.h', 127 'gfx/screen.h',
126 'gfx/screen_android.cc', 128 'gfx/screen_android.cc',
127 'gfx/screen_aura.cc', 129 'gfx/screen_aura.cc',
128 'gfx/screen_gtk.cc', 130 'gfx/screen_gtk.cc',
129 'gfx/screen_impl.h', 131 'gfx/screen_impl.h',
130 'gfx/screen_ios.mm', 132 'gfx/screen_ios.mm',
131 'gfx/screen_mac.mm', 133 'gfx/screen_mac.mm',
132 'gfx/screen_win.cc', 134 'gfx/screen_win.cc',
133 'gfx/shadow_value.cc', 135 'gfx/shadow_value.cc',
134 'gfx/shadow_value.h', 136 'gfx/shadow_value.h',
135 'gfx/size.cc', 137 'gfx/size.cc',
136 'gfx/size.h', 138 'gfx/size.h',
137 'gfx/size_base.h', 139 'gfx/size_base.h',
140 'gfx/size_conversions.cc',
141 'gfx/size_conversions.h',
138 'gfx/size_f.cc', 142 'gfx/size_f.cc',
139 'gfx/size_f.h', 143 'gfx/size_f.h',
140 'gfx/skia_util.cc', 144 'gfx/skia_util.cc',
141 'gfx/skia_util.h', 145 'gfx/skia_util.h',
142 'gfx/skia_utils_gtk.cc', 146 'gfx/skia_utils_gtk.cc',
143 'gfx/skia_utils_gtk.h', 147 'gfx/skia_utils_gtk.h',
144 'gfx/transform.cc', 148 'gfx/transform.cc',
145 'gfx/transform.h', 149 'gfx/transform.h',
146 ], 150 ],
147 'all_sources': [ 151 'all_sources': [
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 ], 874 ],
871 'export_dependent_settings': [ 875 'export_dependent_settings': [
872 '../base/base.gyp:base_java', 876 '../base/base.gyp:base_java',
873 ], 877 ],
874 'includes': [ '../build/java.gypi' ], 878 'includes': [ '../build/java.gypi' ],
875 }, 879 },
876 ], 880 ],
877 }], 881 }],
878 ], 882 ],
879 } 883 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698