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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # for details. All rights reserved. Use of this source code is governed by a
2 # BSD-style license that can be found in the LICENSE file.
3
4 # This file contains all sources for the Resources table.
5 {
6 'sources': [
7 # VM Service backend sources
8 '../../../../../../dart/runtime/bin/vmservice/constants.dart',
Jacob 2013/12/04 20:39:52 this should be specified in the ../../../../dart
Cutch 2013/12/04 21:20:50 Filed bug and made note in file.
9 '../../../../../../dart/runtime/bin/vmservice/resources.dart',
10 '../../../../../../dart/runtime/bin/vmservice/running_isolate.dart',
11 '../../../../../../dart/runtime/bin/vmservice/running_isolates.dart',
12 '../../../../../../dart/runtime/bin/vmservice/server.dart',
13 '../../../../../../dart/runtime/bin/vmservice/service_request.dart',
14 '../../../../../../dart/runtime/bin/vmservice/service_request_router.dart',
15 '../../../../../../dart/runtime/bin/vmservice/vmservice.dart',
16 '../../../../../../dart/runtime/bin/vmservice/vmservice_dartium.dart',
17 ],
18 }
19
OLDNEW
« 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