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

Side by Side Diff: gyp/bench.gyp

Issue 318493002: Android: remove -lcutils dependency (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 years, 6 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 | « no previous file | gyp/dm.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 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',
(...skipping 20 matching lines...) Expand all
31 ], 31 ],
32 'dependencies': [ 32 'dependencies': [
33 'gputest.gyp:skgputest', 33 'gputest.gyp:skgputest',
34 ], 34 ],
35 }, 35 },
36 ], 36 ],
37 ['skia_android_framework == 1', 37 ['skia_android_framework == 1',
38 { 38 {
39 'libraries': [ 39 'libraries': [
40 '-lskia', 40 '-lskia',
41 '-lcutils',
42 ], 41 ],
43 }, 42 },
44 ], 43 ],
45 ], 44 ],
46 'includes': [ 45 'includes': [
47 'bench.gypi', 46 'bench.gypi',
48 'gmslides.gypi', 47 'gmslides.gypi',
49 ], 48 ],
50 }, 49 },
51 { 50 {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 ['skia_gpu == 1', { 100 ['skia_gpu == 1', {
102 'sources': [ 101 'sources': [
103 '../bench/BenchGpuTimer_gl.h', 102 '../bench/BenchGpuTimer_gl.h',
104 '../bench/BenchGpuTimer_gl.cpp', 103 '../bench/BenchGpuTimer_gl.cpp',
105 ], 104 ],
106 }], 105 }],
107 ], 106 ],
108 } 107 }
109 ], 108 ],
110 } 109 }
OLDNEW
« no previous file with comments | « no previous file | gyp/dm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698