aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/skia_lib.gyp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-18 14:43:53 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-18 14:43:53 +0000
commite63296e5d653f1d5a3a9bba7454d7beefbc03d8d (patch)
treeb8d0fcd3a68de3131b5357ed55b456250f4f0882 /gyp/skia_lib.gyp
parent44f7c230a51b6436a474cb37b714a4703618556e (diff)
Fuse skgr & gr targets in gyp files
Diffstat (limited to 'gyp/skia_lib.gyp')
-rw-r--r--gyp/skia_lib.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gyp/skia_lib.gyp b/gyp/skia_lib.gyp
index f85c5ad127..d4cd00eaca 100644
--- a/gyp/skia_lib.gyp
+++ b/gyp/skia_lib.gyp
@@ -24,8 +24,7 @@
}],
[ 'skia_gpu', {
'component_libs': [
- 'gpu.gyp:gr',
- 'gpu.gyp:skgr',
+ 'gpu.gyp:skgpu',
],
}],
[ 'skia_os == "nacl"', {