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

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

Issue 1125193004: Simplify accelerated paint and remove windows CanvasSkiaPaint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/canvas_skia_paint.h ('k') | ui/views/widget/desktop_aura/desktop_window_tree_host_win.h » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'animation/tween.cc', 125 'animation/tween.cc',
126 'animation/tween.h', 126 'animation/tween.h',
127 'blit.cc', 127 'blit.cc',
128 'blit.h', 128 'blit.h',
129 'break_list.h', 129 'break_list.h',
130 'canvas.cc', 130 'canvas.cc',
131 'canvas.h', 131 'canvas.h',
132 'canvas_notimplemented.cc', 132 'canvas_notimplemented.cc',
133 'canvas_paint_mac.h', 133 'canvas_paint_mac.h',
134 'canvas_paint_mac.mm', 134 'canvas_paint_mac.mm',
135 'canvas_paint_win.cc',
136 'canvas_paint_win.h',
137 'canvas_skia.cc', 135 'canvas_skia.cc',
138 'canvas_skia_paint.h', 136 'canvas_skia_paint.h',
139 'codec/jpeg_codec.cc', 137 'codec/jpeg_codec.cc',
140 'codec/jpeg_codec.h', 138 'codec/jpeg_codec.h',
141 'codec/png_codec.cc', 139 'codec/png_codec.cc',
142 'codec/png_codec.h', 140 'codec/png_codec.h',
143 'color_analysis.cc', 141 'color_analysis.cc',
144 'color_analysis.h', 142 'color_analysis.h',
145 'color_profile.cc', 143 'color_profile.cc',
146 'color_profile.h', 144 'color_profile.h',
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 ], 490 ],
493 'variables': { 491 'variables': {
494 'jni_gen_package': 'ui/gfx', 492 'jni_gen_package': 'ui/gfx',
495 }, 493 },
496 'includes': [ '../../build/jni_generator.gypi' ], 494 'includes': [ '../../build/jni_generator.gypi' ],
497 }, 495 },
498 ], 496 ],
499 }], 497 }],
500 ], 498 ],
501 } 499 }
OLDNEW
« no previous file with comments | « ui/gfx/canvas_skia_paint.h ('k') | ui/views/widget/desktop_aura/desktop_window_tree_host_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698