37 Commits

Author SHA1 Message Date
Chinmay Garde
2f7585793d Make path to PlistBuddy in the Xcode harness script for symbolicating the binary absolute. 2015-09-30 11:02:20 -07:00
Chinmay Garde
b59ee8666f Prefer a specific provisioning profile when none is explicitly provided 2015-09-25 10:20:58 -07:00
Adam Barth
ffd6a26ce9 Strip Linux binaries
We distribute some Linux binaries. It's useful for them to be small.
2015-09-21 15:25:21 -07:00
Chinmay Garde
b0beb3d979 Avoid generating dSYM files using GN rules. 2015-08-28 12:08:20 -07:00
Chinmay Garde
4778467d67 Manually specify all files part of the XcodeProj in the GN rule 2015-08-28 10:55:52 -07:00
Chinmay Garde
9734b7b108 Fix warnings about multiple targets generating the Xcode harness 2015-08-28 10:31:15 -07:00
Chinmay Garde
0f636a45c2 Explicitly generate dSYM file so that OpenGL traces and Intruments profiles can find symbols automatically 2015-08-27 10:55:34 -07:00
Chinmay Garde
b296cbf615 Add media service implementation for iOS 2015-08-24 12:36:15 -07:00
Ian Fischer
2d333f5612 Merge pull request #719 from iansf/add_listen_command
Add listen command to sky_tool, and related changes.
2015-08-21 09:54:04 -07:00
Ian Fischer
fda65a6c97 Make sky_tool install to ios devices and simulators if available, and add a ‘listen’ command that will listen to filesystem changes in the current directory and update running versions of the app.
Also refactors ios_sim.py to be part of sky_tool.

The current skyx file that ‘listen’ generates does not contain material design icons, so icons will be missing.
2015-08-21 09:53:35 -07:00
Chinmay Garde
4df6f6f581 Ensure the actual iOS bundle has been created before attempting to generate an Xcode harness for the same 2015-08-20 17:12:20 -07:00
Chinmay Garde
33526ad74d Enable launching iOS applications using Xcode for profiling and tracing 2015-08-20 15:06:43 -07:00
Chinmay Garde
a6986caa7e Set default active arch on iOS to armv7 2015-08-18 14:38:50 -07:00
Chinmay Garde
813ba5d56d Build fat binaries on iOS by default unless "ios_active_arch" is specified 2015-08-17 16:49:01 -07:00
Ian Fischer
4a75fbeff9 Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
Ian McKellar
57d4cbf17c Merge pull request #493 from ianloic/master
Add Debian (stretch/testing) support to install-build-deps.sh
2015-08-07 10:50:38 -07:00
Ian McKellar
ea33770214 Add Debian (stretch/testing) support to install-build-deps.sh 2015-08-06 18:23:07 -07:00
Chinmay Garde
78f9f8410e Enable profiling builds on Mac and iOS 2015-08-05 17:07:07 -07:00
Chinmay Garde
248780f37d Allow loading SkyX files on Mac desktop 2015-07-30 15:07:35 -07:00
Chinmay Garde
ee46f41da1 Fix release builds on iOS 2015-07-28 17:07:44 -07:00
Chinmay Garde
d3d4abd198 Avoid mprotect calls on iOS 2015-07-28 14:40:21 -07:00
Chinmay Garde
ba51fa22ff Address PR feedback on updates for SkyX for iOS 2015-07-28 13:27:46 -07:00
Chinmay Garde
c79db8c41e Load SkyX files on iOS where available 2015-07-28 13:27:46 -07:00
Ian Fischer
6a80f886f3 Automatically launch the iOS simulator if it isn’t
already running.

Fixes #262.
2015-07-28 11:32:18 -07:00
Adam Barth
92b4a5ca5e Move sky package into sky/packages/sky
This patch makes the sky package match the structure we've adopted for the
other Dart packages we produce from this repo.
2015-07-28 08:42:57 -07:00
Tony Gentilcore
4aa28b0d08 Fix compilation 2015-07-27 17:50:11 -07:00
Ian Fischer
aa40b772d2 Command line options for launching a particular
Sky app in the simulator.
2015-07-23 16:41:51 -07:00
Chinmay Garde
6d03364fdc Build configuration and toolchain updates for iOS and Mac targets 2015-07-20 17:41:51 -07:00
Hans Muller
c063218281 updated 2015-07-20 10:25:38 -07:00
Adam Barth
0201777b33 Fix build issues related to symlink.py
There are actually two uses cases for symlink.py. This CL restores
//build/symlink.py to match the version in Chromium and adds a new version in
////sky/build/symlink.py that works properly for the material-design-icons.
2015-07-17 15:41:40 -07:00
Adam Barth
8cd6ab425c Attempt to make Travis go green 2015-07-17 11:09:17 -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
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