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

Side by Side Diff: skia/skia_chrome.gypi

Issue 786123002: Update from https://crrev.com/307330 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « skia/ext/pixel_ref_utils.cc ('k') | sky/engine/platform/graphics/Gradient.cpp » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 # This gypi file contains all the Chrome-specific enhancements to Skia. 6 # This gypi file contains all the Chrome-specific enhancements to Skia.
7 # In component mode (shared_lib) it is folded into a single shared library with 7 # In component mode (shared_lib) it is folded into a single shared library with
8 # the Skia files but in all other cases it is a separate library. 8 # the Skia files but in all other cases it is a separate library.
9 { 9 {
10 'dependencies': [ 10 'dependencies': [
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'ext/bitmap_platform_device_win.h', 45 'ext/bitmap_platform_device_win.h',
46 'ext/convolver.cc', 46 'ext/convolver.cc',
47 'ext/convolver.h', 47 'ext/convolver.h',
48 'ext/event_tracer_impl.cc', 48 'ext/event_tracer_impl.cc',
49 'ext/event_tracer_impl.h', 49 'ext/event_tracer_impl.h',
50 'ext/fontmgr_default_win.cc', 50 'ext/fontmgr_default_win.cc',
51 'ext/fontmgr_default_win.h', 51 'ext/fontmgr_default_win.h',
52 'ext/google_logging.cc', 52 'ext/google_logging.cc',
53 'ext/image_operations.cc', 53 'ext/image_operations.cc',
54 'ext/image_operations.h', 54 'ext/image_operations.h',
55 'ext/lazy_pixel_ref.cc',
56 'ext/lazy_pixel_ref.h',
57 'ext/opacity_draw_filter.cc', 55 'ext/opacity_draw_filter.cc',
58 'ext/opacity_draw_filter.h', 56 'ext/opacity_draw_filter.h',
59 'ext/pixel_ref_utils.cc', 57 'ext/pixel_ref_utils.cc',
60 'ext/pixel_ref_utils.h', 58 'ext/pixel_ref_utils.h',
61 'ext/platform_canvas.cc', 59 'ext/platform_canvas.cc',
62 'ext/platform_canvas.h', 60 'ext/platform_canvas.h',
63 'ext/platform_device.cc', 61 'ext/platform_device.cc',
64 'ext/platform_device.h', 62 'ext/platform_device.h',
65 'ext/platform_device_linux.cc', 63 'ext/platform_device_linux.cc',
66 'ext/platform_device_mac.cc', 64 'ext/platform_device_mac.cc',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'target_conditions': [ 103 'target_conditions': [
106 # Pull in specific linux files for android (which have been filtered out 104 # Pull in specific linux files for android (which have been filtered out
107 # by file name rules). 105 # by file name rules).
108 [ 'OS == "android"', { 106 [ 'OS == "android"', {
109 'sources/': [ 107 'sources/': [
110 ['include', 'ext/platform_device_linux\\.cc$'], 108 ['include', 'ext/platform_device_linux\\.cc$'],
111 ], 109 ],
112 }], 110 }],
113 ], 111 ],
114 } 112 }
OLDNEW
« no previous file with comments | « skia/ext/pixel_ref_utils.cc ('k') | sky/engine/platform/graphics/Gradient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698