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

Side by Side Diff: gyp/utils.gyp

Issue 1036283002: Remove all code related to NaCl (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase Created 5 years, 8 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/tools.gyp ('k') | gyp/views.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 for utils. 5 # Gyp for utils.
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'utils', 9 'target_name': 'utils',
10 'product_name': 'skia_utils', 10 'product_name': 'skia_utils',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 '../src/utils/win/SkDWrite.h', 100 '../src/utils/win/SkDWrite.h',
101 '../src/utils/win/SkDWrite.cpp', 101 '../src/utils/win/SkDWrite.cpp',
102 '../src/utils/win/SkDWriteFontFileStream.cpp', 102 '../src/utils/win/SkDWriteFontFileStream.cpp',
103 '../src/utils/win/SkDWriteFontFileStream.h', 103 '../src/utils/win/SkDWriteFontFileStream.h',
104 '../src/utils/win/SkDWriteGeometrySink.cpp', 104 '../src/utils/win/SkDWriteGeometrySink.cpp',
105 '../src/utils/win/SkDWriteGeometrySink.h', 105 '../src/utils/win/SkDWriteGeometrySink.h',
106 '../src/utils/win/SkHRESULT.cpp', 106 '../src/utils/win/SkHRESULT.cpp',
107 '../src/utils/win/SkIStream.cpp', 107 '../src/utils/win/SkIStream.cpp',
108 ], 108 ],
109 }], 109 }],
110 [ 'skia_os == "nacl"', {
111 'sources': [
112 '../src/utils/SkThreadUtils_pthread_other.cpp',
113 ],
114 'sources!': [
115 '../src/utils/SkThreadUtils_pthread_linux.cpp',
116 ],
117 }],
118 ['skia_run_pdfviewer_in_gm', { 110 ['skia_run_pdfviewer_in_gm', {
119 'defines': [ 111 'defines': [
120 'SK_BUILD_NATIVE_PDF_RENDERER', 112 'SK_BUILD_NATIVE_PDF_RENDERER',
121 ], 113 ],
122 }], 114 }],
123 ], 115 ],
124 'direct_dependent_settings': { 116 'direct_dependent_settings': {
125 'include_dirs': [ 117 'include_dirs': [
126 '../include/utils', 118 '../include/utils',
127 '../src/utils', 119 '../src/utils',
(...skipping 15 matching lines...) Expand all
143 '../src/utils/android/SkHwuiRenderer.cpp', 135 '../src/utils/android/SkHwuiRenderer.cpp',
144 ], 136 ],
145 'direct_dependent_settings': { 137 'direct_dependent_settings': {
146 'include_dirs': [ 138 'include_dirs': [
147 '../src/utils/android', 139 '../src/utils/android',
148 ], 140 ],
149 }, 141 },
150 }, 142 },
151 ], 143 ],
152 } 144 }
OLDNEW
« no previous file with comments | « gyp/tools.gyp ('k') | gyp/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698