dart-sdk/runtime
James Robinson 138d587e3a [gn] Remove uses of is_fuchsia_host GN variable
Some parts of the Dart build need to be customized when running the
host steps for a build ultimately targeting a Fuchsia build. This was
set by passing a special GN variable indicating that a configuration
was a host configuration targeting a Fuchsia build, but the built-in GN
variable 'target_os' has the same result as it is the same across all
toolchains in a particular build.  This replaces the test:
  is_fuchsia || is_fuchsia_host

with the equivalent:
  target_os == "fuchsia"

and the less common:
  is_fuchsia_host

with:
  target_os != current_os && target_os == "fuchsia"

Change-Id: Iabec1fb2879b234ca44c9e03b2f4a62ffbc6fa4a
Reviewed-on: https://dart-review.googlesource.com/35542
Reviewed-by: Zach Anderson <zra@google.com>
Commit-Queue: Zach Anderson <zra@google.com>
2018-01-18 06:05:56 +00:00
..
bin [gn] Remove uses of is_fuchsia_host GN variable 2018-01-18 06:05:56 +00:00
include Add a new boolean field "load_vmservice_library" to Dart_IsolateFlags. 2018-01-11 22:19:49 +00:00
lib [vm/corelib] Fix int.toRadixString() for MIN_INT64 2018-01-17 21:50:08 +00:00
observatory [gardening] Update status files make DBC builder green again 2018-01-16 18:16:52 +00:00
platform [VM] Replace hand-written assembly prologues with IR 2017-12-13 16:04:34 +00:00
tests/vm [gardening] Update status files make DBC builder green again 2018-01-16 18:16:52 +00:00
third_party [gn] Split target arch/os defines from dart_config 2017-10-31 17:33:13 +00:00
tools Link kernel service dill with the command line dart executable. 2018-01-12 20:40:41 +00:00
vm Idle notification for isolates running on the thread pool. 2018-01-17 22:01:28 +00:00
.gitignore
BUILD.gn [infra] Add a GN flag to omit git information 2018-01-08 18:29:44 +00:00
codereview.settings
CPPLINT.cfg
PRESUBMIT.py
runtime_args.gni [infra] Add a GN flag to omit git information 2018-01-08 18:29:44 +00:00