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

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

Issue 2034863002: Move SelectionBound from ui/base/touch to ui/gfx to be used by cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated views_unittests Created 4 years, 6 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 | « ui/gfx/BUILD.gn ('k') | ui/gfx/gfx_tests.gyp » ('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) 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 'includes': [ 6 'includes': [
7 '../../mojo/mojo_variables.gypi', 7 '../../mojo/mojo_variables.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 'render_text_mac.mm', 306 'render_text_mac.mm',
307 'scoped_canvas.cc', 307 'scoped_canvas.cc',
308 'scoped_canvas.h', 308 'scoped_canvas.h',
309 'scoped_cg_context_save_gstate_mac.h', 309 'scoped_cg_context_save_gstate_mac.h',
310 'scoped_ns_graphics_context_save_gstate_mac.h', 310 'scoped_ns_graphics_context_save_gstate_mac.h',
311 'scoped_ns_graphics_context_save_gstate_mac.mm', 311 'scoped_ns_graphics_context_save_gstate_mac.mm',
312 'scoped_ui_graphics_push_context_ios.h', 312 'scoped_ui_graphics_push_context_ios.h',
313 'scoped_ui_graphics_push_context_ios.mm', 313 'scoped_ui_graphics_push_context_ios.mm',
314 'scrollbar_size.cc', 314 'scrollbar_size.cc',
315 'scrollbar_size.h', 315 'scrollbar_size.h',
316 'selection_bound.cc',
317 'selection_bound.h',
316 'selection_model.cc', 318 'selection_model.cc',
317 'selection_model.h', 319 'selection_model.h',
318 'sequential_id_generator.cc', 320 'sequential_id_generator.cc',
319 'sequential_id_generator.h', 321 'sequential_id_generator.h',
320 'shadow_value.cc', 322 'shadow_value.cc',
321 'shadow_value.h', 323 'shadow_value.h',
322 'skbitmap_operations.cc', 324 'skbitmap_operations.cc',
323 'skbitmap_operations.h', 325 'skbitmap_operations.h',
324 'skia_util.cc', 326 'skia_util.cc',
325 'skia_util.h', 327 'skia_util.h',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 ], 609 ],
608 'variables': { 610 'variables': {
609 'jni_gen_package': 'ui/gfx', 611 'jni_gen_package': 'ui/gfx',
610 }, 612 },
611 'includes': [ '../../build/jni_generator.gypi' ], 613 'includes': [ '../../build/jni_generator.gypi' ],
612 }, 614 },
613 ], 615 ],
614 }], 616 }],
615 ], 617 ],
616 } 618 }
OLDNEW
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698