Jonas Termansen
94be474fee
Generate cross buildfiles for armsimdbc and armsimdbc64.
...
This change ensures the ninja files are generated when the gclient hooks
are run.
Change-Id: Ifbf312d89580113fa699765c436deaa470027939
Reviewed-on: https://dart-review.googlesource.com/53760
Reviewed-by: William Hesse <whesse@google.com >
Commit-Queue: Jonas Termansen <sortie@google.com >
2018-05-04 12:25:35 +00:00
Zach Anderson
0394d3a0cf
[infra] Begin removing gyp
...
This CL begins removing gyp from Dart's tree.
Removing gyp will go in three stages:
1. Remove unused .gyp and .gypi files.
2. Translate *_sources.gypi files to *_sources.gni files
3. Remove //third_party/gyp from DEPS
This CL is stage 1.
R=asiva@google.com
Review-Url: https://codereview.chromium.org/2992593002 .
2017-08-04 22:19:35 -07:00
Ryan Macnak
d00f99cde9
[infra] Ensure args.gn is updated for the Linux cross builds during gclient runhooks.
...
Issue #29580
R=zra@google.com
Review-Url: https://codereview.chromium.org/2873693002 .
2017-05-09 09:47:53 -07:00
Zachary Anderson
0d0d97d7a0
[infra] Cleanup buildfile generation scripts a bit
...
R=rmacnak@google.com
Review-Url: https://codereview.chromium.org/2871683002 .
2017-05-08 12:31:43 -07:00
Zachary Anderson
7fb361907b
[infra] Make gclient runhooks gn for Android on supported platforms
...
Make GN run for Android configurations on supported host platforms
on a gclient runhooks. This should fix the vm-precomp-android-* bots
Review-Url: https://codereview.chromium.org/2861363002 .
2017-05-06 23:52:26 -07:00
Zachary Anderson
632b744046
GN: Make GN the default
...
Ryan landed a fix for #28200 so we can try to land this again.
Tests on Debug builds will be slower until
https://codereview.chromium.org/2614003003/
lands, but we didn't notice an uptick in bot timeouts when we tried
this before, so I suspect the bots will continue to be unaffected.
R=whesse@google.com
Review-Url: https://codereview.chromium.org/2617803003 .
2017-01-06 15:35:54 -08:00
Zachary Anderson
02447e5b80
Revert "GN: Make GN the default"
...
This reverts commit ca864e93a1 .
Reverting for unforseen failures in dart2js testing.
Review-Url: https://codereview.chromium.org/2599673004 .
2016-12-22 13:43:01 -08:00
Zachary Anderson
ca864e93a1
GN: Make GN the default
...
R=whesse@google.com
Review-Url: https://codereview.chromium.org/2592153002 .
2016-12-22 12:10:27 -08:00
Zachary Anderson
c172f60bd4
Adds an environment variable that makes generate_buildfiles.py a no-op
...
R=whesse@google.com
Review URL: https://codereview.chromium.org/2507483002 .
2016-11-15 12:54:49 -08:00
Zachary Anderson
c67bd01d76
Select GN build with an environment variable
...
Setting DART_USE_GN to anything will cause 'gclient runhooks' and
build.py to use GN.
R=johnmccutchan@google.com
Review URL: https://codereview.chromium.org/2400493002 .
2016-10-05 14:07:22 -07:00