781 Commits

Author SHA1 Message Date
Adam Barth
aa1e699e2a Merge pull request #78 from abarth/iterate_travis
Attempt to make Travis green
2015-07-17 11:09:34 -07:00
Adam Barth
8cd6ab425c Attempt to make Travis go green 2015-07-17 11:09:17 -07:00
Adam Barth
96a9e3b9de Merge pull request #76 from abarth/build_status
Add a build status badge to README.md
2015-07-17 10:39:25 -07:00
Collin Jackson
5d9f4c6cce sky_dev should build the demo launcher
R=abarth
2015-07-17 10:19:53 -07:00
Adam Barth
8d6a9af885 Add a build status badge to README.md 2015-07-17 09:00:37 -07:00
Adam Barth
20f7d5e35e Add basic travis integration 2015-07-17 08:50:37 -07:00
Adam Barth
357d457f76 Update Sky code to account for changes in Chromium
- Add missing dependencies caught by gn's new stricter checker
- Update opentype code to use new OTS API. This code is updated from HEAD
  Blink.
- Add base dependency to wtf to avoid redefining marcos from base/macros.h
- Update callers of various base string utility functions to use base
  namespace.
2015-07-16 22:14:27 -07:00
Adam Barth
800da851f4 Only use the .cr.so product extension on Android in the component build
This change matches what GYP does.

R=brettw@chromium.org
2015-07-16 22:11:08 -07:00
Adam Barth
04fddf4efa applied patch android_build.patch 2015-07-16 22:10:39 -07:00
Adam Barth
82210ef89a filter gyp_environment out of build/landmines.py 2015-07-16 22:10:39 -07:00
Adam Barth
a95585765e Update to chromium 9659b08ea5a34f889dc4166217f438095ddc10d2 2015-07-16 22:10:38 -07:00
Adam Barth
f99a1c19a6 Improve roll.py to make it actually work 2015-07-16 22:09:37 -07:00
Adam Barth
6681a978fe Improve roll.py to work with HEAD Chromium 2015-07-16 21:02:18 -07:00
Adam Barth
5e14bc271b Merge pull request #65 from abarth/roll_tools
Add a script for updating code from Chromium and Mojo
2015-07-16 20:47:51 -07:00
Adam Barth
701bf080e9 Update CONTRIBUTING.md 2015-07-16 19:48:42 -07:00
Eric Seidel
ad920749c2 Fix sky/tools/gn --debug to not expect an argument
Typo from a previous commit of mine.

R=abarth@google.com
2015-07-16 17:38:58 -07:00
Collin Jackson
3360b5658f Merge pull request #68 from collinjackson/readme
README updates

R=eseidel
2015-07-16 16:55:04 -07:00
Eric Seidel
c501d29ec1 big_red_button should only publish the sky package
R=abarth@google.com
2015-07-16 16:46:59 -07:00
Collin Jackson
7600e6fe7b more updates 2015-07-16 16:43:46 -07:00
Collin Jackson
44702d192f README updates 2015-07-16 16:39:44 -07:00
Eric Seidel
cb399b5dae Add goma support to sky/tools/gn
R=abarth@google.com
2015-07-16 16:38:12 -07:00
Eric Seidel
050137d69b Fix ability to build release builds
Also fixed a typo in big_red_button script where
we were passing 'gn' to the 'gn' script.

R=abarth@google.com
2015-07-16 16:27:49 -07:00
Eric Seidel
2e854dc840 Fix big_red_button in its new home.
R=abarth@google.com
2015-07-16 15:49:59 -07:00
Adam Barth
d8d7ff6fe8 Add a script for updating code from Chromium and Mojo 2015-07-16 15:49:44 -07:00
Eric Seidel
6c6dfe3e2d Roll versions in perparation for another APK release.
Also fixed roll_versions to no longer roll mojo paths
since those are not part of the sky_engine repository.

R=abarth@google.com
2015-07-16 15:42:57 -07:00
Collin Jackson
ac457934be Merge pull request #17 from collinjackson/authors
Add an AUTHORS file
2015-07-16 15:24:49 -07:00
Collin Jackson
866549e586 Update name of project 2015-07-16 15:23:53 -07:00
Collin Jackson
9581e38897 Merge pull request #15 from collinjackson/hub
Tell people that Hub exists

R=abarth
2015-07-16 14:31:44 -07:00
Collin Jackson
4ea1bdcba5 Add an AUTHORS file 2015-07-16 14:27:15 -07:00
Collin Jackson
75849d56c2 Tell people that Hub exists 2015-07-16 14:24:01 -07:00
Collin Jackson
4cee50f5cd Update CONTRIBUTING.md 2015-07-16 14:03:35 -07:00
Collin Jackson
f34869ba65 Update CONTRIBUTING.md 2015-07-16 14:01:39 -07:00
Collin Jackson
a203abf554 Merge pull request #10 from collinjackson/apple_apsl
Add third_party/apple_apsl from https://crrev.com/328418
2015-07-16 13:55:52 -07:00
Collin Jackson
c2f319c7c9 Add third_party/apple_apsl from https://crrev.com/328418
This is needed by //base in order to build on a Mac host and will be
useful for doing Mac->Android or Mac->iOS cross-compilation.

R=abarth
2015-07-16 13:44:42 -07:00
Adam Barth
ba338f00d7 Remove root files that we're not using and update .gitignore 2015-07-16 13:44:23 -07:00
Adam Barth
f56d87a18c Merge pull request #7 from abarth/gn_tool
Add //sky/tools/gn to automate running `gn`
2015-07-16 13:34:22 -07:00
Adam Barth
7aa2e06e35 Merge pull request #8 from collinjackson/docs
Documentation improvements
2015-07-16 13:33:13 -07:00
Adam Barth
0fe9246dde Add //sky/tools/gn to automate running gn
This lets us avoid using mojob.py, which errors out because we lack a go
toolchain.
2015-07-16 13:31:11 -07:00
Collin Jackson
38c33d44e1 Fix link 2015-07-16 13:28:37 -07:00
Collin Jackson
4df9164155 Documentation improvements 2015-07-16 13:26:54 -07:00
Adam Barth
3a4b7622ac Improve CONTRIBUTING.md to distinguish between Linux and Android steps. 2015-07-16 12:50:19 -07:00
Adam Barth
8e11be9b03 Add instructions for creating pull requests 2015-07-16 12:36:54 -07:00
Adam Barth
dd82494b25 Add a basic CONTRIBUTING.md 2015-07-16 12:32:52 -07:00
Collin Jackson
c270f77421 Merge history from sky/ directory in https://github.com/domokit/mojo/ 2015-07-16 11:56:03 -07:00
Collin Jackson
c1f3de3b1d After running filter-branch, move root directory into sky/ 2015-07-16 11:54:25 -07:00
Adam Barth
22372381d2 Remove dependencies on Skia and the prebuilt network library 2015-07-16 11:44:27 -07:00
Adam Barth
208caa8be0 Update to mojo 5f5dfcc9af8b40a14dd76e34c60a5766b9f58bb4 2015-07-16 11:44:14 -07:00
Adam Barth
b8d41a067e Top-level files 2015-07-16 10:16:42 -07:00
Adam Barth
781e5f6fcd Create a repository for Sky 2015-07-16 10:15:20 -07:00
Adam Barth
24390a98e3 Clean up some more DEPS
Sky itself does't need to depend on //services/debugger. That's already taken
care of by //services depending on //services/debugger. Also, add some direct
depenencies from //sky/sdk to the mojom interfaces used by //sky/sdk.

TBR=eseidel@google.com

Review URL: https://codereview.chromium.org/1232783006 .
2015-07-16 09:44:27 -07:00