Index: runtime/lib/profiler_sources.gypi |
diff --git a/runtime/lib/profiler_sources.gypi b/runtime/lib/profiler_sources.gypi |
deleted file mode 100644 |
index 4d5ee05cfdd21df6f0b22b3d71cb82d33cf43ec3..0000000000000000000000000000000000000000 |
--- a/runtime/lib/profiler_sources.gypi |
+++ /dev/null |
@@ -1,13 +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:profiler library. |
- |
-{ |
- 'sources': [ |
- 'profiler.cc', |
- 'profiler.dart', |
- ], |
-} |
- |