Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions shell/platform/fuchsia/dart-pkg/fuchsia/lib/fuchsia.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// @dart = 2.6
library fuchsia;

import 'dart:io';
Expand Down
1 change: 1 addition & 0 deletions shell/platform/fuchsia/dart-pkg/zircon/lib/src/handle.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// @dart = 2.6
part of zircon;

// ignore_for_file: native_function_body_in_non_sdk_code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// @dart = 2.6
part of zircon;

// ignore_for_file: native_function_body_in_non_sdk_code
Expand Down
1 change: 1 addition & 0 deletions shell/platform/fuchsia/dart-pkg/zircon/lib/src/system.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// @dart = 2.6
part of zircon;

// ignore_for_file: native_function_body_in_non_sdk_code
Expand Down
1 change: 1 addition & 0 deletions shell/platform/fuchsia/dart-pkg/zircon/lib/zircon.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// @dart = 2.6
library zircon;

import 'dart:convert' show utf8;
Expand Down
1 change: 1 addition & 0 deletions shell/platform/fuchsia/dart_runner/embedder/builtin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// @dart = 2.6
library fuchsia_builtin;

import 'dart:async';
Expand Down
3 changes: 3 additions & 0 deletions shell/platform/fuchsia/dart_runner/kernel/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ compile_platform("kernel_platform_files") {
]

args = [
"--enable-experiment=non-nullable",
"--nnbd-weak",

# TODO(dartbug.com/36342): enable bytecode for core libraries when performance of bytecode
# pipeline is on par with default pipeline and continuously tracked.
# "--bytecode",
Expand Down
178 changes: 89 additions & 89 deletions shell/platform/fuchsia/dart_runner/kernel/libraries.json

Large diffs are not rendered by default.

178 changes: 89 additions & 89 deletions shell/platform/fuchsia/dart_runner/kernel/libraries.yaml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions shell/platform/fuchsia/flutter/kernel/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ compile_platform("kernel_platform_files") {
]

args = [
"--enable-experiment=non-nullable",
"--nnbd-weak",

# TODO(dartbug.com/36342): enable bytecode for core libraries when performance of bytecode
# pipeline is on par with default pipeline and continuously tracked.
# "--bytecode",
Expand Down
178 changes: 89 additions & 89 deletions shell/platform/fuchsia/flutter/kernel/libraries.json

Large diffs are not rendered by default.

178 changes: 89 additions & 89 deletions shell/platform/fuchsia/flutter/kernel/libraries.yaml

Large diffs are not rendered by default.