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

Side by Side Diff: ui/gfx/gfx.gyp

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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'platform_font_ios.mm', 234 'platform_font_ios.mm',
235 'platform_font_mac.h', 235 'platform_font_mac.h',
236 'platform_font_mac.mm', 236 'platform_font_mac.mm',
237 'platform_font_ozone.cc', 237 'platform_font_ozone.cc',
238 'platform_font_pango.cc', 238 'platform_font_pango.cc',
239 'platform_font_pango.h', 239 'platform_font_pango.h',
240 'platform_font_win.cc', 240 'platform_font_win.cc',
241 'platform_font_win.h', 241 'platform_font_win.h',
242 'range/range.cc', 242 'range/range.cc',
243 'range/range.h', 243 'range/range.h',
244 'range/range_f.cc',
245 'range/range_f.h',
244 'range/range_mac.mm', 246 'range/range_mac.mm',
245 'range/range_win.cc', 247 'range/range_win.cc',
246 'render_text.cc', 248 'render_text.cc',
247 'render_text.h', 249 'render_text.h',
248 'render_text_harfbuzz.cc', 250 'render_text_harfbuzz.cc',
249 'render_text_harfbuzz.h', 251 'render_text_harfbuzz.h',
250 'render_text_mac.cc', 252 'render_text_mac.cc',
251 'render_text_mac.h', 253 'render_text_mac.h',
252 'scoped_canvas.h', 254 'scoped_canvas.h',
253 'scoped_cg_context_save_gstate_mac.h', 255 'scoped_cg_context_save_gstate_mac.h',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 ], 482 ],
481 'variables': { 483 'variables': {
482 'jni_gen_package': 'ui/gfx', 484 'jni_gen_package': 'ui/gfx',
483 }, 485 },
484 'includes': [ '../../build/jni_generator.gypi' ], 486 'includes': [ '../../build/jni_generator.gypi' ],
485 }, 487 },
486 ], 488 ],
487 }], 489 }],
488 ], 490 ],
489 } 491 }
OLDNEW
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/range/range_f.h » ('j') | ui/gfx/range/range_f.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698