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

Side by Side Diff: gyp/utils.gyp

Issue 319533004: remove ashmem from skia (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: AnotherPatchSet 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 | « gyp/ports.gyp ('k') | src/ports/SkDiscardableMemory_ashmem.cpp » ('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 for utils. 1 # Gyp for utils.
2 { 2 {
3 'targets': [ 3 'targets': [
4 { 4 {
5 'target_name': 'utils', 5 'target_name': 'utils',
6 'product_name': 'skia_utils', 6 'product_name': 'skia_utils',
7 'type': 'static_library', 7 'type': 'static_library',
8 'standalone_static_library': 1, 8 'standalone_static_library': 1,
9 'dependencies': [ 9 'dependencies': [
10 'core.gyp:*', 10 'core.gyp:*',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 ], 103 ],
104 }], 104 }],
105 [ 'skia_os == "nacl"', { 105 [ 'skia_os == "nacl"', {
106 'sources': [ 106 'sources': [
107 '../src/utils/SkThreadUtils_pthread_other.cpp', 107 '../src/utils/SkThreadUtils_pthread_other.cpp',
108 ], 108 ],
109 'sources!': [ 109 'sources!': [
110 '../src/utils/SkThreadUtils_pthread_linux.cpp', 110 '../src/utils/SkThreadUtils_pthread_linux.cpp',
111 ], 111 ],
112 }], 112 }],
113 [ 'skia_os == "android"', {
114 'sources': [
115 '../src/utils/android/ashmem.cpp',
116 ],
117 }],
118 ['skia_run_pdfviewer_in_gm', { 113 ['skia_run_pdfviewer_in_gm', {
119 'defines': [ 114 'defines': [
120 'SK_BUILD_NATIVE_PDF_RENDERER', 115 'SK_BUILD_NATIVE_PDF_RENDERER',
121 ], 116 ],
122 }], 117 }],
123 ], 118 ],
124 'direct_dependent_settings': { 119 'direct_dependent_settings': {
125 'include_dirs': [ 120 'include_dirs': [
126 '../include/utils', 121 '../include/utils',
127 '../src/utils', 122 '../src/utils',
128 ], 123 ],
129 }, 124 },
130 }, 125 },
131 ], 126 ],
132 } 127 }
OLDNEW
« no previous file with comments | « gyp/ports.gyp ('k') | src/ports/SkDiscardableMemory_ashmem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698