skia2/site/user
Mike Klein e459afd6ce Strengthen is_official_build, update docs.
This makes is_official_build turn off all development targets and
features in Skia, including building third-party dependencies from
source.

This will intentionally break some external users, who will find
themselves no longer able to find third-party headers or link against
third-party libraries.  These users have been building with our testing
third-party dependencies unknowingly.  They'll need to either explicitly
turn back on building each dependency from source
(skia_use_system_foo=false) or disable that dependency entirely
(skia_use_foo=false).

is_skia_standalone is now basically !is_official_build, so I've
propagated that through, removing is_skia_standalone.  In a few places
we were using it as a stand-in for defined(ndk), so I've just written
defined(ndk) there.  Duh.

gn_to_bp:

    is_offical_build's new strength also makes gn_to_bp.py simpler to
    write.  In spirit, Android builds are official Skia builds that also
    build DM and nanobench.

    It seems that SkJumper (src/jumper/*) is (unintentionally) enabled
    on Android.  Switching to an is_official_build would have disabled
    that.  But as that accidental launch seems to have gone fine, I've
    kept it explicitly enabled.

    In the end, no changes to Android.bp or its SkUserConfig.h.

The -Mini builder no longer needs to explicitly disable tools.
CQ_INCLUDE_TRYBOTS=skia.primary:Build-Ubuntu-Clang-x86_64-Release-Mini

Change-Id: Id06e53268a5caf55c6046ada354a0863c3031c73
Reviewed-on: https://skia-review.googlesource.com/9190
Reviewed-by: Leon Scroggins <scroggo@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Mike Klein <mtklein@chromium.org>
2017-03-03 15:41:24 +00:00
..
api Update endRecordingAsPicture to finishRecordingAsPicture 2017-02-22 19:55:27 +00:00
quick Start updating iOS docs. 2017-02-06 14:38:25 +00:00
sample documentation: corrections to PDF docs 2017-01-09 21:03:29 +00:00
special tools and docs: clean up gyp-specific things 2016-12-09 21:15:27 +00:00
build.md Strengthen is_official_build, update docs. 2017-03-03 15:41:24 +00:00
download.md call fetch-gn from git-sync-deps 2017-01-13 17:25:56 +00:00
index.md First set of minimal docs for the new Markdown server, which will eventually replace https://sites.google.com/site/skiadocs/. 2015-01-05 11:17:27 -08:00
issue-tracker.md Expand Issue Tracking docs to include triage, Chrome instructions 2016-08-18 18:32:17 -07:00
METADATA Trim down quick start docs for a GN world. 2016-11-04 21:05:45 +00:00
tips.md Documentation: more gn, less gyp 2016-11-11 16:59:14 +00:00