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

Unified Diff: runtime/bin/resources_sources.gypi

Issue 125103004: Move service into VM (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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/bin/resources.h ('k') | runtime/bin/run_vm_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/resources_sources.gypi
diff --git a/runtime/bin/resources_sources.gypi b/runtime/bin/resources_sources.gypi
index c5f7885fa88ff2b05a2cac8187e74ebb51ba1d5d..274909e1aa13968ab9ddf3261c1d00d8621cf36b 100644
--- a/runtime/bin/resources_sources.gypi
+++ b/runtime/bin/resources_sources.gypi
@@ -1,21 +1,15 @@
+# Copyright (c) 2014, 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 sources for the Resources table.
{
'sources': [
-# VM Service backend sources
- 'vmservice/client.dart',
- 'vmservice/constants.dart',
+# Standalone VM service sources.
'vmservice/resources.dart',
- 'vmservice/running_isolate.dart',
- 'vmservice/running_isolates.dart',
'vmservice/server.dart',
- 'vmservice/message.dart',
- 'vmservice/message_router.dart',
- 'vmservice/vmservice.dart',
'vmservice/vmservice_io.dart',
-# VM Service frontend sources
+# Standalone VM frontend resources.
'vmservice/client/deployed/web/index.html',
'vmservice/client/deployed/web/favicon.ico',
'vmservice/client/deployed/web/index.html_bootstrap.dart.js',
« no previous file with comments | « runtime/bin/resources.h ('k') | runtime/bin/run_vm_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698