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/ui.gyp

Issue 9562038: ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 9 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'base/x/root_window_property_watcher_x.h', 235 'base/x/root_window_property_watcher_x.h',
236 'base/x/work_area_watcher_x.cc', 236 'base/x/work_area_watcher_x.cc',
237 'base/x/work_area_watcher_x.h', 237 'base/x/work_area_watcher_x.h',
238 'base/x/work_area_watcher_x_observer.h', 238 'base/x/work_area_watcher_x_observer.h',
239 'base/x/x11_util.cc', 239 'base/x/x11_util.cc',
240 'base/x/x11_util.h', 240 'base/x/x11_util.h',
241 'base/x/x11_util_internal.h', 241 'base/x/x11_util_internal.h',
242 'gfx/blit.cc', 242 'gfx/blit.cc',
243 'gfx/blit.h', 243 'gfx/blit.h',
244 'gfx/brush.h', 244 'gfx/brush.h',
245 'gfx/canvas.cc',
246 'gfx/canvas.h', 245 'gfx/canvas.h',
247 'gfx/canvas_paint.h', 246 'gfx/canvas_paint.h',
248 'gfx/canvas_paint_win.cc', 247 'gfx/canvas_paint_win.cc',
249 'gfx/canvas_skia.h', 248 'gfx/canvas_skia.h',
250 'gfx/canvas_skia.cc', 249 'gfx/canvas_skia.cc',
251 'gfx/canvas_skia_android.cc', 250 'gfx/canvas_skia_android.cc',
252 'gfx/canvas_skia_linux.cc', 251 'gfx/canvas_skia_linux.cc',
253 'gfx/canvas_skia_mac.mm', 252 'gfx/canvas_skia_mac.mm',
254 'gfx/canvas_skia_paint.h', 253 'gfx/canvas_skia_paint.h',
255 'gfx/canvas_skia_skia.cc', 254 'gfx/canvas_skia_skia.cc',
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 680 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
682 'os.chmod(\'<(ui_copy_dest)\', 0700)' 681 'os.chmod(\'<(ui_copy_dest)\', 0700)'
683 ] 682 ]
684 } 683 }
685 ], 684 ],
686 }, 685 },
687 ], 686 ],
688 }], 687 }],
689 ], 688 ],
690 } 689 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698