[observatory] Switch to static mode.

Bug: https://github.com/dart-lang/sdk/issues/32503
Change-Id: I9ff65d1598031473fa8ca97a27e340e722f038fa
Reviewed-on: https://dart-review.googlesource.com/65382
Reviewed-by: Zach Anderson <zra@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
Ryan Macnak 2018-07-17 18:04:10 +00:00 committed by commit-bot@chromium.org
parent 7a35e9cade
commit 296319d2f0
3 changed files with 1 additions and 7 deletions

2
DEPS
View file

@ -103,7 +103,7 @@ vars = {
"mockito_tag": "d39ac507483b9891165e422ec98d9fb480037c8b",
"mustache4dart_tag" : "v2.1.2",
"oauth2_tag": "1.2.1",
"observatory_pub_packages_rev": "caf0aecfb15077fc7a34d48e9df13606c793fddf",
"observatory_pub_packages_rev": "129400266c6839365b9e93147f53fc0970e1d440",
"package_config_tag": "1.0.3",
"package_resolver_tag": "1.0.3",
"path_tag": "1.5.1",

View file

@ -32,7 +32,6 @@ prebuilt_dart2js_action("build_observatory") {
]) # Dependencies
args = [
"--no-preview-dart-2",
"-DOBS_VER=${version_string}",
"-o",
rebase_path(output),

View file

@ -2,11 +2,6 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
[ $strong ]
allocation_profile/element_test: CompileTimeError # observatory is not strong clean (Issue 32503)
isolate/counter_chart/element_test: CompileTimeError # observatory is not strong clean (Issue 32503)
isolate/isolate-shared-summary/element_test: CompileTimeError # observatory is not strong clean (Issue 32503)
[ $runtime == drt || !$browser || $fast_startup ]
*: SkipByDesign