Commit graph

9 commits

Author SHA1 Message Date
Peter von der Ahé 7f4e76a404 Exclude any *_test.dart and */test/*dart when creating stamp files for pkg and third_party/pkg.
R=whesse@google.com

Review URL: https://codereview.chromium.org/1903733004 .
2016-04-21 09:24:07 +02:00
William Hesse eab11aaac5 Split up list of package files in build process, to work around xcode limits.
BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org/1516803002 .
2015-12-10 13:29:10 +01:00
Rico Wind 9b74249d88 Ignore test files in third_party/pkg
we don't run these and they are making us go over the limit for xcodefiles

R=whesse@google.com
BUG=

Review URL: https://codereview.chromium.org//1180843007.
2015-06-18 08:55:46 +02:00
Rico Wind 44cf32beda Don't include pub test files when listing third_party/pkg
There is enough files that this push us over the limit of files that xcodebuild can handle in a input list

BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org//1163323005.
2015-06-09 13:37:00 +02:00
nweiz@google.com 80e6b5be2c Remove the http package from the repo.
This also does away with the pub_packages build target.

R=ahe@google.com, rnystrom@google.com, sigmund@google.com

Review URL: https://codereview.chromium.org//810223002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42469 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-18 19:04:04 +00:00
nweiz@google.com 078f1c25c4 Work around a Gyp bug by creating a stamp file for the http package.
R=rnystrom@google.com

Review URL: https://codereview.chromium.org//396753006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38263 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-15 22:54:57 +00:00
ricow@google.com 43d3653324 Split the listing of pkg dart files in two targets.
Mac is no liking the long command line we get.

R=whesse@google.com

Review URL: https://codereview.chromium.org//364823003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37946 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-02 13:48:54 +00:00
ricow@google.com e14efea977 Only list dart files in pkg files dependency
Review URL: https://codereview.chromium.org//246253005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35257 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-22 13:31:48 +00:00
ricow@google.com dcf45d898e Fix mac gyp generation by moving target to seperate file.
R=whesse@google.com

Review URL: https://codereview.chromium.org//247273003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35256 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-22 13:01:48 +00:00