aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp_skia
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 /gyp_skia
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 'gyp_skia')
-rwxr-xr-xgyp_skia3
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp_skia b/gyp_skia
index d6b5504223..af08f07e53 100755
--- a/gyp_skia
+++ b/gyp_skia
@@ -88,6 +88,9 @@ if __name__ == '__main__':
# Tell make to write its output into the same dir
args.extend(['-Goutput_dir=.'])
+ # By default, we build 'most' instead of 'all' or 'everything'. See skia.gyp.
+ args.extend(['-Gdefault_target=most'])
+
# Special arguments for generating Visual Studio projects:
# - msvs_version forces generation of Visual Studio 2010 project so that we
# can use msbuild.exe