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

Side by Side Diff: skia/skia_chrome.gypi

Issue 153063002: plumbing for skia trace events into Chrome's about://tracing framework (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'ext/SkMemory_new_handler.cpp', 62 'ext/SkMemory_new_handler.cpp',
63 'ext/skia_trace_shim.h', 63 'ext/skia_trace_shim.h',
64 'ext/skia_utils_base.cc', 64 'ext/skia_utils_base.cc',
65 'ext/skia_utils_base.h', 65 'ext/skia_utils_base.h',
66 'ext/skia_utils_ios.mm', 66 'ext/skia_utils_ios.mm',
67 'ext/skia_utils_ios.h', 67 'ext/skia_utils_ios.h',
68 'ext/skia_utils_mac.mm', 68 'ext/skia_utils_mac.mm',
69 'ext/skia_utils_mac.h', 69 'ext/skia_utils_mac.h',
70 'ext/skia_utils_win.cc', 70 'ext/skia_utils_win.cc',
71 'ext/skia_utils_win.h', 71 'ext/skia_utils_win.h',
72 'ext/trace_event.cc',
73 'ext/trace_event.h',
72 'ext/vector_canvas.cc', 74 'ext/vector_canvas.cc',
73 'ext/vector_canvas.h', 75 'ext/vector_canvas.h',
74 'ext/vector_platform_device_emf_win.cc', 76 'ext/vector_platform_device_emf_win.cc',
75 'ext/vector_platform_device_emf_win.h', 77 'ext/vector_platform_device_emf_win.h',
76 'ext/vector_platform_device_skia.cc', 78 'ext/vector_platform_device_skia.cc',
77 'ext/vector_platform_device_skia.h', 79 'ext/vector_platform_device_skia.h',
78 ], 80 ],
79 'conditions': [ 81 'conditions': [
80 [ 'OS == "android" and enable_printing == 0', { 82 [ 'OS == "android" and enable_printing == 0', {
81 'sources!': [ 83 'sources!': [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'target_conditions': [ 119 'target_conditions': [
118 # Pull in specific linux files for android (which have been filtered out 120 # Pull in specific linux files for android (which have been filtered out
119 # by file name rules). 121 # by file name rules).
120 [ 'OS == "android"', { 122 [ 'OS == "android"', {
121 'sources/': [ 123 'sources/': [
122 ['include', 'ext/platform_device_linux\\.cc$'], 124 ['include', 'ext/platform_device_linux\\.cc$'],
123 ], 125 ],
124 }], 126 }],
125 ], 127 ],
126 } 128 }
OLDNEW
« skia/ext/trace_event.h ('K') | « skia/ext/trace_event.cc ('k') | skia/skia_library.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698