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

Side by Side Diff: ui/gfx/BUILD.gn

Issue 876873003: Add float version of gfx::Range (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert to non-template implementation Created 5 years, 10 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
« no previous file with comments | « no previous file | ui/gfx/gfx.gyp » ('j') | ui/gfx/range/range_f.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "platform_font.h", 153 "platform_font.h",
154 "platform_font_android.cc", 154 "platform_font_android.cc",
155 "platform_font_ios.h", 155 "platform_font_ios.h",
156 "platform_font_ios.mm", 156 "platform_font_ios.mm",
157 "platform_font_mac.h", 157 "platform_font_mac.h",
158 "platform_font_mac.mm", 158 "platform_font_mac.mm",
159 "platform_font_win.cc", 159 "platform_font_win.cc",
160 "platform_font_win.h", 160 "platform_font_win.h",
161 "range/range.cc", 161 "range/range.cc",
162 "range/range.h", 162 "range/range.h",
163 "range/range_f.cc",
164 "range/range_f.h",
163 "range/range_mac.mm", 165 "range/range_mac.mm",
164 "range/range_win.cc", 166 "range/range_win.cc",
165 "scoped_canvas.h", 167 "scoped_canvas.h",
166 "scoped_cg_context_save_gstate_mac.h", 168 "scoped_cg_context_save_gstate_mac.h",
167 "scoped_ns_graphics_context_save_gstate_mac.h", 169 "scoped_ns_graphics_context_save_gstate_mac.h",
168 "scoped_ns_graphics_context_save_gstate_mac.mm", 170 "scoped_ns_graphics_context_save_gstate_mac.mm",
169 "scoped_ui_graphics_push_context_ios.h", 171 "scoped_ui_graphics_push_context_ios.h",
170 "scoped_ui_graphics_push_context_ios.mm", 172 "scoped_ui_graphics_push_context_ios.mm",
171 "screen.cc", 173 "screen.cc",
172 "screen.h", 174 "screen.h",
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 if (is_android) { 549 if (is_android) {
548 generate_jni("gfx_jni_headers") { 550 generate_jni("gfx_jni_headers") {
549 sources = [ 551 sources = [
550 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 552 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
551 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 553 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
552 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 554 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
553 ] 555 ]
554 jni_package = "gfx" 556 jni_package = "gfx"
555 } 557 }
556 } 558 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/gfx.gyp » ('j') | ui/gfx/range/range_f.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698