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

Unified Diff: runtime/vm/vm.gypi

Issue 40323002: Remove dart:json (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Bad merge in convert/json.dart, a few other bugs. Updated co19 expectations. Created 7 years, 2 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/vm/symbols.h ('k') | sdk/lib/_internal/dartdoc/lib/dartdoc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/vm.gypi
diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi
index c482783f5adfb3388dbe42d50b27be003ff9680e..d8ff0b47d018823689ba3a1fa7ab698f5d75f18b 100644
--- a/runtime/vm/vm.gypi
+++ b/runtime/vm/vm.gypi
@@ -23,7 +23,6 @@
'mirrors_patch_cc_file': '<(gen_source_dir)/mirrors_patch_gen.cc',
'isolate_cc_file': '<(gen_source_dir)/isolate_gen.cc',
'isolate_patch_cc_file': '<(gen_source_dir)/isolate_patch_gen.cc',
- 'json_cc_file': '<(gen_source_dir)/json_gen.cc',
'platform_cc_file': '<(gen_source_dir)/platform_gen.cc',
'platform_patch_cc_file': '<(gen_source_dir)/platform_patch_gen.cc',
'typed_data_cc_file': '<(gen_source_dir)/typed_data_gen.cc',
@@ -110,7 +109,6 @@
'generate_math_patch_cc_file#host',
'generate_isolate_cc_file#host',
'generate_isolate_patch_cc_file#host',
- 'generate_json_cc_file#host',
'generate_mirrors_cc_file#host',
'generate_mirrors_patch_cc_file#host',
'generate_platform_cc_file#host',
@@ -146,7 +144,6 @@
'<(math_patch_cc_file)',
'<(isolate_cc_file)',
'<(isolate_patch_cc_file)',
- '<(json_cc_file)',
'<(mirrors_cc_file)',
'<(mirrors_patch_cc_file)',
'<(platform_cc_file)',
@@ -820,39 +817,6 @@
]
},
{
- 'target_name': 'generate_json_cc_file',
- 'type': 'none',
- 'toolsets':['host'],
- 'includes': [
- # Load the shared json sources.
- '../../sdk/lib/json/json_sources.gypi',
- ],
- 'actions': [
- {
- 'action_name': 'generate_json_cc',
- 'inputs': [
- '../tools/gen_library_src_paths.py',
- '<(libgen_in_cc_file)',
- '<@(_sources)',
- ],
- 'outputs': [
- '<(json_cc_file)',
- ],
- 'action': [
- 'python',
- 'tools/gen_library_src_paths.py',
- '--output', '<(json_cc_file)',
- '--input_cc', '<(libgen_in_cc_file)',
- '--include', 'vm/bootstrap.h',
- '--var_name', 'dart::Bootstrap::json_source_paths_',
- '--library_name', 'dart:json',
- '<@(_sources)',
- ],
- 'message': 'Generating ''<(json_cc_file)'' file.'
- },
- ]
- },
- {
'target_name': 'generate_platform_cc_file',
'type': 'none',
'toolsets':['host'],
« no previous file with comments | « runtime/vm/symbols.h ('k') | sdk/lib/_internal/dartdoc/lib/dartdoc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698