Skip to content

Commit

Permalink
web_audio is not part sky_engine
Browse files Browse the repository at this point in the history
Closes #53242

GitOrigin-RevId: 74b22f5
Change-Id: Iedb79fc297009cb4b046ebd57ff61b26939c1bbe
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/321340
Reviewed-by: Sigmund Cherem <[email protected]>
Commit-Queue: Slava Egorov <[email protected]>
  • Loading branch information
rmasarovic authored and Commit Queue committed Sep 14, 2023
1 parent 61b03b4 commit 1cd720a
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sdk/lib/indexed_db/indexed_db_sources.gni
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
# 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.

indexed_db_sdk_sources = [
"dart2js/indexed_db_dart2js.dart",
]
7 changes: 7 additions & 0 deletions sdk/lib/svg/svg_sources.gni
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
# 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.

svg_sdk_sources = [
"dart2js/svg_dart2js.dart",
]
7 changes: 7 additions & 0 deletions sdk/lib/web_audio/web_audio_sources.gni
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
# 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.

web_audio_sdk_sources = [
"dart2js/web_audio_dart2js.dart",
]
7 changes: 7 additions & 0 deletions sdk/lib/web_gl/web_gl_sources.gni
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
# 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.

web_gl_sdk_sources = [
"dart2js/web_gl_dart2js.dart",
]
7 changes: 7 additions & 0 deletions sdk/lib/web_sql/web_sql_sources.gni
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
# 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.

web_sql_sdk_sources = [
"dart2js/web_sql_dart2js.dart",
]

0 comments on commit 1cd720a

Please sign in to comment.