Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(640)

Unified Diff: runtime/lib/core_sources.gypi

Issue 2996903002: [infra] Translate _sources.gypi files to _sources.gni files (Closed)
Patch Set: Fix script Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/lib/core_sources.gni ('k') | runtime/lib/developer_sources.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/core_sources.gypi
diff --git a/runtime/lib/core_sources.gypi b/runtime/lib/core_sources.gypi
deleted file mode 100644
index 585179702a4bbbcc5682f355a73133b68f58cfa8..0000000000000000000000000000000000000000
--- a/runtime/lib/core_sources.gypi
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright (c) 2011, 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 default library.
-
-{
- 'sources': [
- 'core_patch.dart',
- # The above file needs to be first as it imports required libraries.
- 'array.cc',
- 'array.dart',
- 'array_patch.dart',
- 'bigint.dart',
- 'bool.cc',
- 'bool_patch.dart',
- 'date.cc',
- 'date_patch.dart',
- 'double.cc',
- 'double.dart',
- 'double_patch.dart',
- 'errors.cc',
- 'errors_patch.dart',
- 'expando_patch.dart',
- 'function.cc',
- 'function.dart',
- 'function_patch.dart',
- 'growable_array.cc',
- 'growable_array.dart',
- 'identical.cc',
- 'identical_patch.dart',
- 'immutable_map.dart',
- 'integers.cc',
- 'integers.dart',
- 'integers_patch.dart',
- 'invocation_mirror.h',
- 'invocation_mirror_patch.dart',
- 'lib_prefix.dart',
- 'map_patch.dart',
- 'null_patch.dart',
- 'object.cc',
- 'object_patch.dart',
- 'regexp.cc',
- 'regexp_patch.dart',
- 'stacktrace.cc',
- 'stacktrace.dart',
- 'stacktrace.h',
- 'stopwatch.cc',
- 'stopwatch_patch.dart',
- 'string.cc',
- 'string_buffer_patch.dart',
- 'string_patch.dart',
- 'type_patch.dart',
- 'uri.cc',
- 'uri_patch.dart',
- 'weak_property.cc',
- 'weak_property.dart',
- ],
-}
« no previous file with comments | « runtime/lib/core_sources.gni ('k') | runtime/lib/developer_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698