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

Side by Side Diff: skia/skia_chrome.gypi

Issue 1319473003: [tracing] Add SkResourceCache statistics to chrome://tracing (chrome side) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@discardable_objdumps
Patch Set: Mac build fix. Created 5 years, 3 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 | « skia/ext/skia_memory_dump_provider_unittest.cc ('k') | no next file » | 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 30 matching lines...) Expand all
41 'ext/opacity_filter_canvas.cc', 41 'ext/opacity_filter_canvas.cc',
42 'ext/pixel_ref_utils.cc', 42 'ext/pixel_ref_utils.cc',
43 'ext/platform_canvas.cc', 43 'ext/platform_canvas.cc',
44 'ext/platform_device.cc', 44 'ext/platform_device.cc',
45 'ext/platform_device_linux.cc', 45 'ext/platform_device_linux.cc',
46 'ext/platform_device_mac.cc', 46 'ext/platform_device_mac.cc',
47 'ext/platform_device_win.cc', 47 'ext/platform_device_win.cc',
48 'ext/recursive_gaussian_convolution.cc', 48 'ext/recursive_gaussian_convolution.cc',
49 'ext/SkDiscardableMemory_chrome.cc', 49 'ext/SkDiscardableMemory_chrome.cc',
50 'ext/SkMemory_new_handler.cpp', 50 'ext/SkMemory_new_handler.cpp',
51 'ext/SkTraceMemoryDump_chrome.cc',
51 'ext/skia_memory_dump_provider.cc', 52 'ext/skia_memory_dump_provider.cc',
52 'ext/skia_utils_base.cc', 53 'ext/skia_utils_base.cc',
53 'ext/skia_utils_ios.mm', 54 'ext/skia_utils_ios.mm',
54 'ext/skia_utils_mac.mm', 55 'ext/skia_utils_mac.mm',
55 'ext/skia_utils_win.cc', 56 'ext/skia_utils_win.cc',
56 ], 57 ],
57 'conditions': [ 58 'conditions': [
58 [ 'OS == "ios"', { 59 [ 'OS == "ios"', {
59 'sources!': [ 60 'sources!': [
60 'ext/platform_canvas.cc', 61 'ext/platform_canvas.cc',
(...skipping 26 matching lines...) Expand all
87 'target_conditions': [ 88 'target_conditions': [
88 # Pull in specific linux files for android (which have been filtered out 89 # Pull in specific linux files for android (which have been filtered out
89 # by file name rules). 90 # by file name rules).
90 [ 'OS == "android"', { 91 [ 'OS == "android"', {
91 'sources/': [ 92 'sources/': [
92 ['include', 'ext/platform_device_linux\\.cc$'], 93 ['include', 'ext/platform_device_linux\\.cc$'],
93 ], 94 ],
94 }], 95 }],
95 ], 96 ],
96 } 97 }
OLDNEW
« no previous file with comments | « skia/ext/skia_memory_dump_provider_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698