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

Side by Side Diff: gyp/tests.gyp

Issue 149563004: initial import of Chrome's trace_event into skia framework (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove duplicate test entries (error from rebase) 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
« no previous file with comments | « gyp/core.gypi ('k') | gyp/utils.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP file to build unit tests. 1 # GYP file to build unit tests.
2 { 2 {
3 'includes': [ 3 'includes': [
4 'apptype_console.gypi', 4 'apptype_console.gypi',
5 ], 5 ],
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'tests', 8 'target_name': 'tests',
9 'type': 'executable', 9 'type': 'executable',
10 'include_dirs' : [ 10 'include_dirs' : [
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 '../tests/StreamTest.cpp', 145 '../tests/StreamTest.cpp',
146 '../tests/StringTest.cpp', 146 '../tests/StringTest.cpp',
147 '../tests/StrokeTest.cpp', 147 '../tests/StrokeTest.cpp',
148 '../tests/SurfaceTest.cpp', 148 '../tests/SurfaceTest.cpp',
149 '../tests/TLSTest.cpp', 149 '../tests/TLSTest.cpp',
150 '../tests/TSetTest.cpp', 150 '../tests/TSetTest.cpp',
151 '../tests/Test.cpp', 151 '../tests/Test.cpp',
152 '../tests/Test.h', 152 '../tests/Test.h',
153 '../tests/TestSize.cpp', 153 '../tests/TestSize.cpp',
154 '../tests/TileGridTest.cpp', 154 '../tests/TileGridTest.cpp',
155 '../tests/TracingTest.cpp',
155 '../tests/ToUnicode.cpp', 156 '../tests/ToUnicode.cpp',
156 '../tests/Typeface.cpp', 157 '../tests/Typeface.cpp',
157 '../tests/UnicodeTest.cpp', 158 '../tests/UnicodeTest.cpp',
158 '../tests/UnitTestTest.cpp', 159 '../tests/UnitTestTest.cpp',
159 '../tests/UtilsTest.cpp', 160 '../tests/UtilsTest.cpp',
160 '../tests/WArrayTest.cpp', 161 '../tests/WArrayTest.cpp',
161 '../tests/WritePixelsTest.cpp', 162 '../tests/WritePixelsTest.cpp',
162 '../tests/Writer32Test.cpp', 163 '../tests/Writer32Test.cpp',
163 '../tests/XfermodeTest.cpp', 164 '../tests/XfermodeTest.cpp',
164 '../tests/skia_test.cpp', 165 '../tests/skia_test.cpp',
(...skipping 14 matching lines...) Expand all
179 'conditions': [ 180 'conditions': [
180 [ 'skia_gpu == 1', { 181 [ 'skia_gpu == 1', {
181 'include_dirs': [ 182 'include_dirs': [
182 '../src/gpu', 183 '../src/gpu',
183 ], 184 ],
184 }], 185 }],
185 ], 186 ],
186 }, 187 },
187 ], 188 ],
188 } 189 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | gyp/utils.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698