aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-06-03 15:38:18 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-03 15:38:18 -0700
commitbec3634a4a0bc2ca872f8b6b7a9f445929e9f74b (patch)
tree9fbdd14e3dceb5959a454c98ac8abe094e681dea /gyp
parent30bf3e2ffcb78fc76e5a62b2ca67638e0411cba9 (diff)
Android: remove -lcutils dependency
I believe we no longer depend on this after we ported our atomics to __sync. Tested by running android_ninja. BUG=skia: R=scroggo@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/318493002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/bench.gyp1
-rw-r--r--gyp/dm.gyp5
-rw-r--r--gyp/gm.gyp1
-rw-r--r--gyp/tests.gyp1
4 files changed, 1 insertions, 7 deletions
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index 651ee15652..f85614da62 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -38,7 +38,6 @@
{
'libraries': [
'-lskia',
- '-lcutils',
],
},
],
diff --git a/gyp/dm.gyp b/gyp/dm.gyp
index 3762ee5731..7f9c42fb9c 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -63,10 +63,7 @@
],
'conditions': [
['skia_android_framework', {
- 'libraries': [
- '-lcutils',
- '-lskia',
- ],
+ 'libraries': [ '-lskia' ],
}],
['skia_poppler_enabled', {
'sources': [ '../src/utils/SkPDFRasterizer.cpp' ],
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index b727afbd14..445022a8ef 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -55,7 +55,6 @@
['skia_android_framework', {
'libraries': [
'-lskia',
- '-lcutils',
],
}],
['skia_run_pdfviewer_in_gm or skia_poppler_enabled', {
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index 0d6ed5a380..9210bf60b1 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -18,7 +18,6 @@
[ 'skia_android_framework == 1', {
'libraries': [
'-lskia',
- '-lcutils',
],
'libraries!': [
'-lz',