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

Unified Diff: runtime/observatory/lib/src/models/repositories/script.dart

Issue 2180553002: Converted Observatory source-link & script-ref elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Converted Observatory source-link & script-ref elements Created 4 years, 5 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
Index: runtime/observatory/lib/src/models/repositories/script.dart
diff --git a/pkg/analyzer_cli/test/data/package_with_embedder_yaml/lib/grizzly.dart b/runtime/observatory/lib/src/models/repositories/script.dart
similarity index 71%
copy from pkg/analyzer_cli/test/data/package_with_embedder_yaml/lib/grizzly.dart
copy to runtime/observatory/lib/src/models/repositories/script.dart
index d575643598c26036bc0e72a3592eeccc5d6eaf44..e3b54ad158e63d64ec8ccb9d286d4489368474e5 100644
--- a/pkg/analyzer_cli/test/data/package_with_embedder_yaml/lib/grizzly.dart
+++ b/runtime/observatory/lib/src/models/repositories/script.dart
@@ -2,6 +2,6 @@
// 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.
-library grizzly;
+part of models;
-class Bear {}
+abstract class ScriptRepository extends Repository<Script, String> {}
« no previous file with comments | « runtime/observatory/lib/src/mocks/repositories/script.dart ('k') | runtime/observatory/lib/src/models/repository.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698