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

Side by Side Diff: gyp/bench.gyp

Issue 23644006: ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 # GYP file to build performance testbench. 1 # GYP file to build performance testbench.
2 # 2 #
3 { 3 {
4 'includes': [ 4 'includes': [
5 'apptype_console.gypi', 5 'apptype_console.gypi',
6 ], 6 ],
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'bench', 9 'target_name': 'bench',
10 'type': 'executable', 10 'type': 'executable',
11 'include_dirs' : [ 11 'include_dirs' : [
12 '../src/core', 12 '../src/core',
13 '../src/effects', 13 '../src/effects',
14 '../src/opts',
14 '../src/utils', 15 '../src/utils',
15 ], 16 ],
16 'includes': [ 17 'includes': [
17 'bench.gypi' 18 'bench.gypi'
18 ], 19 ],
19 'dependencies': [ 20 'dependencies': [
20 'skia_lib.gyp:skia_lib', 21 'skia_lib.gyp:skia_lib',
21 'bench_timer', 22 'bench_timer',
22 'flags.gyp:flags', 23 'flags.gyp:flags',
23 ], 24 ],
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 ], 87 ],
87 } 88 }
88 ], 89 ],
89 } 90 }
90 91
91 # Local Variables: 92 # Local Variables:
92 # tab-width:2 93 # tab-width:2
93 # indent-tabs-mode:nil 94 # indent-tabs-mode:nil
94 # End: 95 # End:
95 # vim: set expandtab tabstop=2 shiftwidth=2: 96 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/animator.gyp ('k') | gyp/core.gyp » ('j') | include/core/SkXfermode.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698