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

Unified Diff: Source/bindings/dart/gyp/resources_sources.gypi

Issue 104433004: Enable VM service inside Dartium Renderer processes (Closed) Base URL: svn://svn.chromium.org/multivm/branches/1650/blink
Patch Set: Created 7 years 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: Source/bindings/dart/gyp/resources_sources.gypi
diff --git a/Source/bindings/dart/gyp/resources_sources.gypi b/Source/bindings/dart/gyp/resources_sources.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..6d7cc980598edeaac03445ab9b36cf679806e1a1
--- /dev/null
+++ b/Source/bindings/dart/gyp/resources_sources.gypi
@@ -0,0 +1,20 @@
+# 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.
+# TODO(johnmccutchan): Move these sources into runtime. Issue #15450
Jacob 2013/12/05 19:31:31 runtime --> /dart/runtime
Cutch 2013/12/05 22:48:15 Done.
+{
+ 'sources': [
+# VM Service backend sources
+ '../../../../../../dart/runtime/bin/vmservice/constants.dart',
+ '../../../../../../dart/runtime/bin/vmservice/resources.dart',
+ '../../../../../../dart/runtime/bin/vmservice/running_isolate.dart',
+ '../../../../../../dart/runtime/bin/vmservice/running_isolates.dart',
+ '../../../../../../dart/runtime/bin/vmservice/server.dart',
+ '../../../../../../dart/runtime/bin/vmservice/service_request.dart',
+ '../../../../../../dart/runtime/bin/vmservice/service_request_router.dart',
+ '../../../../../../dart/runtime/bin/vmservice/vmservice.dart',
+ '../../../../../../dart/runtime/bin/vmservice/vmservice_dartium.dart',
+ ],
+}
+
« Source/bindings/dart/DartServiceInternal.cpp ('K') | « Source/bindings/dart/gyp/overrides.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698