aboutsummaryrefslogtreecommitdiffhomepage
path: root/skia.gyp
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-18 16:10:56 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-18 16:10:56 +0000
commit9c875d34ff13d82f581448ced0d9eb5b067368b9 (patch)
treeb1d56c5eb4b5361a1b20f59e17be718d14276d89 /skia.gyp
parent7790912e6e8a64fc9161e0df26d76e695aa9f05c (diff)
add a "most" target, and make it the default
split out of https://codereview.appspot.com/6651064/ ('gyp: generate "everything" and "most" targets instead of "all"') tests: "make most" now works, "make" now calls "make most" Review URL: https://codereview.appspot.com/6740045 git-svn-id: http://skia.googlecode.com/svn/trunk@5999 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'skia.gyp')
-rw-r--r--skia.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/skia.gyp b/skia.gyp
index d41df7f17d..0f3f37599b 100644
--- a/skia.gyp
+++ b/skia.gyp
@@ -20,6 +20,7 @@
'gyp/bench.gyp:bench',
'gyp/gm.gyp:gm',
+ 'gyp/most.gyp:most',
'gyp/SampleApp.gyp:SampleApp',
'gyp/tests.gyp:tests',
'gyp/tools.gyp:tools',