dart-sdk/sdk/lib/developer/developer_sources.gypi
John McCutchan 0c11088761 Introduce dart_sdk_lib_copy and make all sdk lib gypi files regular
- rename sdk/lib/io/iolib_sources.gypi to sdk/lib/io/io_sources.gypi so that io is regular with respect to the other sdk libraries.
- Lint sdk/lib/*/*_sources.gypi
- Add dart_sdk_lib_copy gn template.

Related https://github.com/flutter/flutter/issues/1712

R=zra@google.com

Review URL: https://codereview.chromium.org/1692603002 .
2016-02-11 14:23:22 -08:00

14 lines
405 B
Python

# Copyright (c) 2015, 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': [
'developer.dart',
# The above file needs to be first if additional parts are added to the lib.
'extension.dart',
'profiler.dart',
'timeline.dart',
],
}