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

Side by Side Diff: runtime/vm/vm_sources.gypi

Issue 9949054: Basic support for reading and writing JSON objects. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« runtime/vm/json.cc ('K') | « runtime/vm/json_test.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # This file contains all sources (vm and tests) for the dart virtual machine. 5 # This file contains all sources (vm and tests) for the dart virtual machine.
6 # Unit test files need to have a '_test' suffix appended to the name. 6 # Unit test files need to have a '_test' suffix appended to the name.
7 { 7 {
8 'sources': [ 8 'sources': [
9 'allocation.cc', 9 'allocation.cc',
10 'allocation.h', 10 'allocation.h',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'intermediate_language.cc', 153 'intermediate_language.cc',
154 'intermediate_language.h', 154 'intermediate_language.h',
155 'intermediate_language_test.cc', 155 'intermediate_language_test.cc',
156 'intrinsifier.h', 156 'intrinsifier.h',
157 'intrinsifier_arm.cc', 157 'intrinsifier_arm.cc',
158 'intrinsifier_ia32.cc', 158 'intrinsifier_ia32.cc',
159 'intrinsifier_x64.cc', 159 'intrinsifier_x64.cc',
160 'isolate.cc', 160 'isolate.cc',
161 'isolate.h', 161 'isolate.h',
162 'isolate_test.cc', 162 'isolate_test.cc',
163 'json.cc',
164 'json.h',
165 'json_test.cc',
163 'longjump.cc', 166 'longjump.cc',
164 'longjump.h', 167 'longjump.h',
165 'longjump_test.cc', 168 'longjump_test.cc',
166 'memory_region.cc', 169 'memory_region.cc',
167 'memory_region.h', 170 'memory_region.h',
168 'memory_region_test.cc', 171 'memory_region_test.cc',
169 'message.cc', 172 'message.cc',
170 'message.h', 173 'message.h',
171 'message_test.cc', 174 'message_test.cc',
172 'native_arguments.cc', 175 'native_arguments.cc',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 'virtual_memory_test.cc', 271 'virtual_memory_test.cc',
269 'virtual_memory_win.cc', 272 'virtual_memory_win.cc',
270 'verifier.cc', 273 'verifier.cc',
271 'verifier.h', 274 'verifier.h',
272 'visitor.h', 275 'visitor.h',
273 'zone.cc', 276 'zone.cc',
274 'zone.h', 277 'zone.h',
275 'zone_test.cc', 278 'zone_test.cc',
276 ], 279 ],
277 } 280 }
OLDNEW
« runtime/vm/json.cc ('K') | « runtime/vm/json_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698