19 Commits

Author SHA1 Message Date
James Robinson
952beb831b Update to mojo 0a98599b44b070b72c4284498bab781d343cc282
Updates the //mojo snapshotted code and the mojo SDK to
0a98559b4, which includes several cleanups in the GL headers.

Also adds /sky/packages/sky_services/lib to .gitignore
2015-08-26 14:06:56 -07:00
James Robinson
c8eff5e44f Update to mojo d259eb58aa59e14a13d5e0dc3984b855b475ba09
This updates to mojo commit d259eb58aa59 and limits the roll script to
only pull in the parts of //mojo that are currently being used. More
stuff will be dropped in the future.
2015-08-25 14:56:25 -07:00
James Robinson
536d1af000 Pull Mojo SDK in via deps instead of checked in files
This means that //mojo/public is pulled in by gclient using the hash
specified in the DEPS file from the github.com/domokit/mojo_sdk mirror.
Each mojo_sdk commit corresponds to its originating
github.com/domokit/mojo commit and has the origin commit in the
message. Thus to find the mojo_sdk revision to use for a particular
mojo revision, grep through the commit log in the mojo_sdk repo for the
matching "Cr-Mirrored-Commit:" line.

If you need to back your local checkout to earlier than this commit
after running gclient, do 'rm -rf mojo/public && git reset --hard' to
get the locally checked in versions back.  Otherwise you'll get subtree
commits in mojo/public/... and have a bad time.
2015-08-21 13:07:29 -07:00
Eric Seidel
751267a450 applied patch mojo_dart_embedder.patch 2015-08-06 15:38:19 -07:00
Eric Seidel
a99932dc95 Update to mojo 35de44e3618d508b2b3862af2216aee8c70ad8e5 2015-08-06 15:38:19 -07:00
John McCutchan
06c4a41a43 applied patch mojo_dart_embedder.patch 2015-07-30 12:57:43 -07:00
John McCutchan
2ee8f2c479 Update to mojo cefcbfbe9b31b2f5ab8a3f86e85cc19957b8a79b 2015-07-30 12:57:43 -07:00
John McCutchan
6e019986ce applied patch mojo_dart_embedder.patch 2015-07-30 10:58:11 -07:00
John McCutchan
57ce2a4e37 Update to mojo e172885c9058b3c4fad14302c22462b01fe61293 2015-07-30 10:58:11 -07:00
Adam Barth
5a187a2716 Update to mojo b978e0176f16eb55ab1a06a46c4882d07117d2fe 2015-07-29 22:11:27 -07:00
Adam Barth
052a8fc747 Remove //tonic dependency
We don't import //tonic, which makes this dependency a gn-time failure.
Fortunately, we don't build this target anyway, so we can just remove this
line.
2015-07-29 21:12:22 -07:00
Adam Barth
add369a2f6 Update to mojo eb9330c8d7eccbd8318f0e4f622282926f144870 2015-07-29 21:08:32 -07:00
Tony Gentilcore
77fef24c22 Fix compilation 2015-07-27 17:50:11 -07:00
Tony Gentilcore
e1a062f89d Update to mojo 402986f19a165b3be13108146a913245c2c36d7c 2015-07-27 17:33:58 -07:00
Adam Barth
928146ead1 Use the build system to build artifacts for distribution
Instead of using a collection of Python scripts to generate the artifacts we
want to distribute from this repository, we should just use the build system.
This CL adds a top-level |dist| target that creates these artifacts in a "dist"
directory of the build output.
2015-07-22 09:46:06 -07:00
Adam Barth
1cadb3b1ba Fix dart_pkg.py build crash
We need to work in absolute paths because os.path.exists("foo/..") is False but
os.mkdirs("foo/..") will generate an error.
2015-07-20 23:13:51 -07:00
Benjamin Lerman
6b1f4d303b Update to mojo 5561fc7ae1717f8013a873f744fdae116d046e74 2015-07-20 21:56:32 +02:00
Adam Barth
f0db19990c Update to mojo 894a8dd5afe950d4ab0d5f38902e0c14c1ebd01b 2015-07-20 10:24:43 -07:00
Adam Barth
ad9b135217 Update to mojo 5f5dfcc9af8b40a14dd76e34c60a5766b9f58bb4 2015-07-16 11:44:14 -07:00