| Index: sdk/lib/typed_data/typed_data_sources.gni
|
| diff --git a/sdk/lib/typed_data/typed_data_sources.gni b/sdk/lib/typed_data/typed_data_sources.gni
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..daa50aa1088c5b44b10f8bd1bec2340edeb59727
|
| --- /dev/null
|
| +++ b/sdk/lib/typed_data/typed_data_sources.gni
|
| @@ -0,0 +1,8 @@
|
| +# Copyright (c) 2017, 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.
|
| +
|
| +typed_data_sdk_sources = [
|
| + "typed_data.dart",
|
| + # The above file needs to be first if additional parts are added to the lib.
|
| +]
|
|
|