Index: runtime/lib/typeddata_sources.gypi |
diff --git a/runtime/lib/typeddata_sources.gypi b/runtime/lib/typeddata_sources.gypi |
deleted file mode 100644 |
index fc5ba11b08aad6eb09e452466e314dcaa99f03b5..0000000000000000000000000000000000000000 |
--- a/runtime/lib/typeddata_sources.gypi |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-# Copyright (c) 2013, 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. |
- |
-# Sources visible via dart:typeddata library. |
- |
-{ |
- 'sources': [ |
- 'typeddata.cc', |
- 'typeddata.dart', |
- 'simd128.cc', |
- ], |
-} |
- |