aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/utils.gyp
diff options
context:
space:
mode:
authorGravatar borenet <borenet@google.com>2015-04-02 12:16:36 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-02 12:16:36 -0700
commit4808757d7a8bbe8c773a312a894738e9ff701b5f (patch)
tree62eb6866702dbd1df89964c7659e39bda2bfdea3 /gyp/utils.gyp
parent07342361a3cda94376230b37d9e863052449653c (diff)
Remove all code related to NaCl
Diffstat (limited to 'gyp/utils.gyp')
-rw-r--r--gyp/utils.gyp8
1 files changed, 0 insertions, 8 deletions
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 73a9d329e3..d5b2ef7cdd 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -107,14 +107,6 @@
'../src/utils/win/SkIStream.cpp',
],
}],
- [ 'skia_os == "nacl"', {
- 'sources': [
- '../src/utils/SkThreadUtils_pthread_other.cpp',
- ],
- 'sources!': [
- '../src/utils/SkThreadUtils_pthread_linux.cpp',
- ],
- }],
['skia_run_pdfviewer_in_gm', {
'defines': [
'SK_BUILD_NATIVE_PDF_RENDERER',