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

Side by Side Diff: gyp/bench.gyp

Issue 1407053009: Simplify linkages to Android framework internals (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: One gyp file is much like another Created 5 years, 1 month 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 | « dm/DMSrcSinkAndroid.cpp ('k') | 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 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # GYP file to build performance testbench. 5 # GYP file to build performance testbench.
6 # 6 #
7 { 7 {
8 'includes': [ 8 'includes': [
9 'apptype_console.gypi', 9 'apptype_console.gypi',
10 ], 10 ],
(...skipping 14 matching lines...) Expand all
25 'skia_lib.gyp:skia_lib', 25 'skia_lib.gyp:skia_lib',
26 'tools.gyp:crash_handler', 26 'tools.gyp:crash_handler',
27 'tools.gyp:proc_stats', 27 'tools.gyp:proc_stats',
28 'tools.gyp:timer', 28 'tools.gyp:timer',
29 ], 29 ],
30 'conditions': [ 30 'conditions': [
31 ['skia_android_framework', { 31 ['skia_android_framework', {
32 'libraries': [ 32 'libraries': [
33 '-lskia', 33 '-lskia',
34 '-landroid', 34 '-landroid',
35 '-lgui',
36 '-lhwui', 35 '-lhwui',
37 '-lutils', 36 '-lutils',
38 ], 37 ],
39 'include_dirs': [ 38 'include_dirs': [
40 '../../../frameworks/base/libs/hwui/', 39 '../../../frameworks/base/libs/hwui/',
41 '../../../frameworks/native/include/',
42 ], 40 ],
43 'dependencies': [ 41 'dependencies': [
44 'utils.gyp:android_utils', 42 'utils.gyp:android_utils',
45 ], 43 ],
46 }], 44 }],
47 ], 45 ],
48 }, 46 },
49 ], 47 ],
50 } 48 }
OLDNEW
« no previous file with comments | « dm/DMSrcSinkAndroid.cpp ('k') | gyp/dm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698