73 Commits

Author SHA1 Message Date
Adam Barth
8208e6c276 Remove unnecesary DEPS hooks
We don't need to run "pub get" anymore because we don't have any real Dart
packages in this repo anymore.
2015-11-21 16:44:33 -08:00
Kris Giesing
f915b0fbf7 Update Mojo sdk revision 2015-11-20 13:49:10 -08:00
George Kulakowski
ce65b3c65d Update Dart revision for FNL build 2015-11-19 15:00:23 -08:00
Chinmay Garde
8200e15fab Update Dart revision to include fixes for crashes on exception
during precompilation
2015-11-18 14:07:05 -08:00
Chinmay Garde
1d5c53a66e Update Dart revision 2015-11-17 16:26:13 -08:00
John McCutchan
bfe2f3ee92 Bump DEPS for dart and mojo 2015-11-13 10:20:41 -08:00
Collin Jackson
8f06f346ee Remove reference to directory that doesn't exist 2015-11-06 13:57:21 -08:00
Chinmay Garde
ab0e7c524d Update Dart revision 2015-11-03 13:27:49 -08:00
Chinmay Garde
342293f6e3 Update dart revision to fix CPU profiling crashes on armv7 2015-10-30 13:19:18 -07:00
Chinmay Garde
27600aec34 Update Dart revision 2015-10-30 11:41:19 -07:00
Chinmay Garde
e63d438ac6 Enable service isolate under precompilation
Update dart revision to include changes required to enable profiling
during precompilation
2015-10-29 16:16:03 -07:00
Adam Barth
ed8dcb7ce3 Stop excluding sky/packages/sky during pub update
There's no need to exclude it anymore.
2015-10-28 12:01:44 -07:00
Chinmay Garde
391583fdf7 Update Dart revision to pull in armv7 precompiled snapshotting updates 2015-10-27 16:05:14 -07:00
Chinmay Garde
1c19bdbd36 Merge pull request #1790 from chinmaygarde/master
Update Dart revision
2015-10-26 11:19:05 -07:00
Chinmay Garde
ae7f980d31 Update Dart revision 2015-10-26 11:12:03 -07:00
Adam Barth
3327356aee Roll Skia 2015-10-26 10:36:00 -07:00
Chinmay Garde
13a921eba3 Update Mojo SDK revision 2015-10-23 14:45:08 -07:00
Chinmay Garde
d6ff8e90b0 Switch to using precompiled snapshots on iOS 2015-10-22 17:27:40 -07:00
Jason Simmons
7e301ebf8f Update to mojo 5f74f421c1fa8fa691360294d9ada303ccf6de4b
* Remove most of mojo/dart/embedder
  * Update roll.py to only import a subset of mojo/dart/embedder
* Add mojo/dart/observatory
* Update mojo_sdk_revision to get fixes to dart_pkg.py
2015-10-21 13:26:54 -07:00
James Robinson
f0607db403 Merge pull request #1626 from jamesr/shut_up_download
Specify --quiet to download_from_google_storage hooks
2015-10-19 10:11:52 -07:00
James Robinson
9bfe0cf7e8 Specify --quiet to download_from_google_storage hooks 2015-10-14 17:50:53 -07:00
Hixie
d91f7d965e Revert dart roll to fix Android breakage.
Reverts 2c10c3a7a744b49697f2e8ab97b2aa604a5bbc89 manually.
See https://github.com/flutter/engine/pull/1620
2015-10-14 16:57:54 -07:00
John McCutchan
2c10c3a7a7 Roll Dart runtime forward to 9416219c28e500a354ff0086765601efa5b1378e 2015-10-14 15:04:27 -07:00
John McCutchan
c8d790b900 Roll Dart runtime forward to 6aab1cecb25f8e04087320f2082336073628afb4
Roll Dart runtime forward to:

6aab1cecb25f8e04087320f2082336073628afb4

Roll Observatory pub packages to:

5c199c5954146747f75ed127871207718dc87786

---

Update to new isolate create callback signature.
2015-10-14 13:27:05 -07:00
Jason Simmons
19258a6d71 Update to mojo 1292152bf533de1bfebf5966d6246e149f87add3 2015-10-13 15:24:40 -07:00
Jason Simmons
10c8e321d8 Merge pull request #1569 from jason-simmons/mojo_merge_client
Update to mojo 4fe7bc6c228b3a2939cd3635ebd701f88eeca55d
2015-10-12 10:10:45 -07:00
Jason Simmons
d3a5b2c390 Update to mojo 4fe7bc6c228b3a2939cd3635ebd701f88eeca55d 2015-10-09 17:27:33 -07:00
Chinmay Garde
b14fa426e6 Update dart revision 2015-10-09 12:53:34 -07:00
John McCutchan
abf922cb44 Roll Dart runtime forward to c9334ed61f11df2d9aecc6311a5981eba0e55c01 2015-10-07 13:52:51 -07:00
Chinmay Garde
a52ce4f8de Update Dart revision to address iOS build break 2015-10-02 14:23:02 -07:00
John McCutchan
a79919e7aa Roll DEPS 2015-10-01 07:23:04 -07:00
John McCutchan
2f453bb582 Roll the Dart runtime forward 2015-09-30 15:22:04 -07:00
James Robinson
1ff0947b1c Bump Mojo SDK to 033ebba67 to get Dart enum case fix 2015-09-29 11:24:09 -07:00
Chinmay Garde
82ce491db3 Update Dart revision 2015-09-25 14:28:39 -07:00
James Robinson
5bb2480bcd Update to Mojo 4e4d51ce28a8edcb32b9c7f555e38e2ae84a825e, update deps
This updates to mojo 4e4d51ce28a and mojo sdk 711a0bcfb141b4 and updates the sky
package's pubspec.yaml dependency to '>=0.1.0 <0.2.0' to be compatible with
the current mojo package. This includes an update to the Mojo Dart generator to
produce real classes for enums and the corresponding updates for users of the
KeyboardType enum in Sky as well as one scoped_ptr->std::unique_ptr in shell
corresponding to a change in the Mojo EDK.

When a new version of the sky and sky_services package are pushed this will fix
domokit/mojo#440.
2015-09-23 17:26:46 -07:00
Chinmay Garde
cd3859aafe Update skia revision 2015-09-18 14:11:52 -07:00
Chinmay Garde
198a6a3753 Update Skia revision 2015-09-14 12:59:06 -07:00
Adam Barth
de0a445d2f Remove dart-pub-cache
There's no reason for us to have our own dart-pub-cache in the source tree.  We
can just use the default one on the system.
2015-09-10 08:49:56 -07:00
Adam Barth
c3845a76dc Roll Skia 2015-09-08 13:32:50 -07:00
Adam Barth
3e6954b4ff Roll skia 2015-09-01 13:42:10 -07:00
Etienne Membrives
b6bedd27e3 Update mojo_sdk and mojo_devtools in DEPS.
Updating mojo_sdk to 3ec8c53e9c9e5a8cd3cf251c4ae4754b75172225
Updating mojo_devtools to 49879d78ce4486e10c2214a101d9b2e82794b2f4
2015-09-01 17:51:39 +02:00
James Robinson
3c7f75853a Remove //gpu and GLES* headers from third_party/khronos
This gets rid of the rest of the files in //gpu and the GLES{2,3}
headers from //third_party/khronos. The GL headers used for GLES{2,3}
come from the platform being targetted, that is
//mojo/public/c/gpu/GLES2 for Mojo,
//third_party/android_tools/ndk/platforms/android-XX/usr/include/GLES2
for Android and the OpenGL framework for Mac/iOS.

The //third_party/khronos/EGL headers are still being used by some
utility code in //ui/gl. This code is only really useful on Android, as
Sky doesn't use EGL on iOS/Mac/Mojo, but it's compiled in on all
platforms currently and relies on some EGL defines that are not set in
the EGL headers we currently use. These could probably be removed
without much trouble.

The //third_party/khronos/GLES2 headers are still used by some of
//ui/gl on iOS. These should be using the iOS OpenGL framework headers,
and will in the future.

Removes the unneeded KHRONOS_APICALL override from KHR/khrplatform.h

Rolls to a newer Mojo SDK that doesn't expect //third_party/khronos
2015-08-28 13:26:57 -07:00
James Robinson
8b4bdd242d Use C bindings to Mojo GL entry points exclusively 2015-08-27 15:58:24 -07:00
Chinmay Garde
ea018e83ec Update Skia revision 2015-08-27 12:34:53 -07:00
Chinmay Garde
31f7fa8ddd Update skia to latest revision 2015-08-26 15:28:05 -07:00
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
John McCutchan
b2b211ccc2 Update Dart 2015-08-26 06:52:07 -07:00
James Robinson
586544fd2d Pull in mojo/devtools via DEPS 2015-08-25 16:18:50 -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