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

Side by Side Diff: skia/skia.gyp

Issue 10009024: Remove WAYLAND port (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 8 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
« no previous file with comments | « skia/ext/canvas_paint_x.h ('k') | ui/base/wayland/events_wayland.cc » ('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) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'skia', 8 'target_name': 'skia',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 10 'variables': {
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 'ext/bitmap_platform_device_linux.cc', 689 'ext/bitmap_platform_device_linux.cc',
690 'ext/bitmap_platform_device_linux.h', 690 'ext/bitmap_platform_device_linux.h',
691 'ext/bitmap_platform_device_mac.cc', 691 'ext/bitmap_platform_device_mac.cc',
692 'ext/bitmap_platform_device_mac.h', 692 'ext/bitmap_platform_device_mac.h',
693 'ext/bitmap_platform_device_win.cc', 693 'ext/bitmap_platform_device_win.cc',
694 'ext/bitmap_platform_device_win.h', 694 'ext/bitmap_platform_device_win.h',
695 'ext/canvas_paint.h', 695 'ext/canvas_paint.h',
696 'ext/canvas_paint_common.h', 696 'ext/canvas_paint_common.h',
697 'ext/canvas_paint_gtk.h', 697 'ext/canvas_paint_gtk.h',
698 'ext/canvas_paint_mac.h', 698 'ext/canvas_paint_mac.h',
699 'ext/canvas_paint_wayland.h',
700 'ext/canvas_paint_win.h', 699 'ext/canvas_paint_win.h',
701 'ext/canvas_paint_x.h',
702 'ext/convolver.cc', 700 'ext/convolver.cc',
703 'ext/convolver.h', 701 'ext/convolver.h',
704 'ext/google_logging.cc', 702 'ext/google_logging.cc',
705 'ext/image_operations.cc', 703 'ext/image_operations.cc',
706 'ext/image_operations.h', 704 'ext/image_operations.h',
707 'ext/SkThread_chrome.cc', 705 'ext/SkThread_chrome.cc',
708 'ext/platform_canvas.cc', 706 'ext/platform_canvas.cc',
709 'ext/platform_canvas.h', 707 'ext/platform_canvas.h',
710 'ext/platform_canvas_linux.cc', 708 'ext/platform_canvas_linux.cc',
711 'ext/platform_canvas_mac.cc', 709 'ext/platform_canvas_mac.cc',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 ], 1246 ],
1249 'include_dirs': [ 1247 'include_dirs': [
1250 '..', 1248 '..',
1251 ], 1249 ],
1252 'sources': [ 1250 'sources': [
1253 'ext/image_operations_bench.cc', 1251 'ext/image_operations_bench.cc',
1254 ], 1252 ],
1255 }, 1253 },
1256 ], 1254 ],
1257 } 1255 }
OLDNEW
« no previous file with comments | « skia/ext/canvas_paint_x.h ('k') | ui/base/wayland/events_wayland.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698