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

Unified Diff: observatory_sources.gypi

Issue 2980733003: Introduced support for external services registration in the ServiceProtocol (Closed)
Patch Set: Address CL comments Created 3 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
« no previous file with comments | « no previous file | runtime/bin/vmservice/server.dart » ('j') | sdk/lib/vmservice/client.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: observatory_sources.gypi
diff --git a/observatory_sources.gypi b/observatory_sources.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..29928d04edd4b8d8d6663015e680076ad24f6e30
--- /dev/null
+++ b/observatory_sources.gypi
@@ -0,0 +1,9 @@
+# Copyright (c) 2017, 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.
+
+# This file contains all dart, css, and html sources for Observatory.
+{
+ 'sources': [
+ ]
+}
siva 2017/07/14 00:56:13 empty list of sources ?
cbernaschina 2017/07/14 01:00:11 Done.
« no previous file with comments | « no previous file | runtime/bin/vmservice/server.dart » ('j') | sdk/lib/vmservice/client.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698