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

Unified Diff: client/web/resources.dart

Issue 11636011: Web components based app to view dart docs. Still has rough edges. (Closed) Base URL: https://github.com/dart-lang/dart-api-app.git@master
Patch Set: more fixes Created 7 years, 12 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 | « client/web/model.dart ('k') | client/web/src/markdown/ast.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/web/resources.dart
diff --git a/client/web/resources.dart b/client/web/resources.dart
index 428da22da1031a4afbca61e2020a88b157b9bad7..0f31243f5c2dba351d1adc49655aea320e1fd44e 100644
--- a/client/web/resources.dart
+++ b/client/web/resources.dart
@@ -1,5 +1,10 @@
+// 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.
+
library apidoc_resources;
+// TODO(jacobr): actually use these named resources or remove this file.
final Collapse = 'collapseall.gif';
final DART_FILE = 'dart.png';
final DART_LIBRARY = 'dart_library.png';
« no previous file with comments | « client/web/model.dart ('k') | client/web/src/markdown/ast.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698