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

Side by Side Diff: skia/skia_tests.gyp

Issue 1253403002: [tracing] Adding Skia memory dump provider with cache totals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Including correct header. Created 5 years, 4 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/skia_chrome.gypi ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'skia_unittests', 11 'target_name': 'skia_unittests',
12 'type': '<(gtest_target_type)', 12 'type': '<(gtest_target_type)',
13 'dependencies': [ 13 'dependencies': [
14 '../base/base.gyp:base', 14 '../base/base.gyp:base',
15 '../base/base.gyp:run_all_unittests', 15 '../base/base.gyp:run_all_unittests',
16 '../testing/gtest.gyp:gtest', 16 '../testing/gtest.gyp:gtest',
17 '../skia/skia.gyp:skia', 17 '../skia/skia.gyp:skia',
18 '../ui/gfx/gfx.gyp:gfx', 18 '../ui/gfx/gfx.gyp:gfx',
19 '../ui/gfx/gfx.gyp:gfx_geometry', 19 '../ui/gfx/gfx.gyp:gfx_geometry',
20 ], 20 ],
21 'sources': [ 21 'sources': [
22 'ext/analysis_canvas_unittest.cc', 22 'ext/analysis_canvas_unittest.cc',
23 'ext/bitmap_platform_device_mac_unittest.cc', 23 'ext/bitmap_platform_device_mac_unittest.cc',
24 'ext/convolver_unittest.cc', 24 'ext/convolver_unittest.cc',
25 'ext/image_operations_unittest.cc', 25 'ext/image_operations_unittest.cc',
26 'ext/pixel_ref_utils_unittest.cc', 26 'ext/pixel_ref_utils_unittest.cc',
27 'ext/platform_canvas_unittest.cc', 27 'ext/platform_canvas_unittest.cc',
28 'ext/recursive_gaussian_convolution_unittest.cc', 28 'ext/recursive_gaussian_convolution_unittest.cc',
29 'ext/refptr_unittest.cc', 29 'ext/refptr_unittest.cc',
30 'ext/skia_memory_dump_provider_unittest.cc',
30 'ext/skia_utils_ios_unittest.mm', 31 'ext/skia_utils_ios_unittest.mm',
31 'ext/skia_utils_mac_unittest.mm', 32 'ext/skia_utils_mac_unittest.mm',
32 ], 33 ],
33 'conditions': [ 34 'conditions': [
34 ['OS != "win" and OS != "mac"', { 35 ['OS != "win" and OS != "mac"', {
35 'sources!': [ 36 'sources!': [
36 'ext/platform_canvas_unittest.cc', 37 'ext/platform_canvas_unittest.cc',
37 ], 38 ],
38 }], 39 }],
39 ['OS == "android"', { 40 ['OS == "android"', {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 '../build/isolate.gypi', 73 '../build/isolate.gypi',
73 ], 74 ],
74 'sources': [ 75 'sources': [
75 'skia_unittests.isolate', 76 'skia_unittests.isolate',
76 ], 77 ],
77 }, 78 },
78 ], 79 ],
79 }], 80 }],
80 ], 81 ],
81 } 82 }
OLDNEW
« no previous file with comments | « skia/skia_chrome.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698