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

Side by Side Diff: gyp/nacl.gyp

Issue 15855006: prepare skia for shared library build on android (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rebasing Created 7 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 | Annotate | Revision Log
« no previous file with comments | « gyp/most.gyp ('k') | gyp/pathops_unittest.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 # Common entry point for all Skia executables running in NaCl 1 # Common entry point for all Skia executables running in NaCl
2 { 2 {
3 'targets': [ 3 'targets': [
4 { 4 {
5 'target_name': 'nacl_interface', 5 'target_name': 'nacl_interface',
6 'type': 'static_library', 6 'type': 'static_library',
7 'dependencies': [ 7 'dependencies': [
8 'skia_base_libs.gyp:skia_base_libs', 8 'skia_lib.gyp:skia_lib',
9 ], 9 ],
10 'include_dirs': [ 10 'include_dirs': [
11 # For SkThreadUtils.h 11 # For SkThreadUtils.h
12 '../src/utils', 12 '../src/utils',
13 ], 13 ],
14 'sources': [ 14 'sources': [
15 '../platform_tools/nacl/src/nacl_interface.cpp', 15 '../platform_tools/nacl/src/nacl_interface.cpp',
16 ], 16 ],
17 }, 17 },
18 ], 18 ],
19 } 19 }
OLDNEW
« no previous file with comments | « gyp/most.gyp ('k') | gyp/pathops_unittest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698