| Index: runtime/vm/vm.gypi
|
| diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi
|
| index d5ceaebff3ea6f0d1f5419f4d9ef22a8a8f97c8c..1e1da598c43018975f70254306dbcdbd17cf095d 100644
|
| --- a/runtime/vm/vm.gypi
|
| +++ b/runtime/vm/vm.gypi
|
| @@ -15,7 +15,6 @@
|
| 'collection_patch_cc_file': '<(gen_source_dir)/collection_patch_gen.cc',
|
| 'collection_dev_cc_file': '<(gen_source_dir)/collection_dev_gen.cc',
|
| 'collection_dev_patch_cc_file': '<(gen_source_dir)/collection_dev_patch_gen.cc',
|
| - 'crypto_cc_file': '<(gen_source_dir)/crypto_gen.cc',
|
| 'math_cc_file': '<(gen_source_dir)/math_gen.cc',
|
| 'math_patch_cc_file': '<(gen_source_dir)/math_patch_gen.cc',
|
| 'mirrors_cc_file': '<(gen_source_dir)/mirrors_gen.cc',
|
| @@ -102,7 +101,6 @@
|
| 'generate_collection_patch_cc_file',
|
| 'generate_collection_dev_cc_file',
|
| 'generate_collection_dev_patch_cc_file',
|
| - 'generate_crypto_cc_file',
|
| 'generate_math_cc_file',
|
| 'generate_math_patch_cc_file',
|
| 'generate_isolate_cc_file',
|
| @@ -135,7 +133,6 @@
|
| '<(collection_patch_cc_file)',
|
| '<(collection_dev_cc_file)',
|
| '<(collection_dev_patch_cc_file)',
|
| - '<(crypto_cc_file)',
|
| '<(math_cc_file)',
|
| '<(math_patch_cc_file)',
|
| '<(isolate_cc_file)',
|
| @@ -412,39 +409,6 @@
|
| ]
|
| },
|
| {
|
| - 'target_name': 'generate_crypto_cc_file',
|
| - 'type': 'none',
|
| - 'toolsets':['host', 'target'],
|
| - 'includes': [
|
| - # Load the shared crypto sources.
|
| - '../../sdk/lib/crypto/crypto_sources.gypi',
|
| - ],
|
| - 'actions': [
|
| - {
|
| - 'action_name': 'generate_crypto_cc',
|
| - 'inputs': [
|
| - '../tools/gen_library_src_paths.py',
|
| - '<(libgen_in_cc_file)',
|
| - '<@(_sources)',
|
| - ],
|
| - 'outputs': [
|
| - '<(crypto_cc_file)',
|
| - ],
|
| - 'action': [
|
| - 'python',
|
| - 'tools/gen_library_src_paths.py',
|
| - '--output', '<(crypto_cc_file)',
|
| - '--input_cc', '<(libgen_in_cc_file)',
|
| - '--include', 'vm/bootstrap.h',
|
| - '--var_name', 'dart::Bootstrap::crypto_source_paths_',
|
| - '--library_name', 'dart:crypto',
|
| - '<@(_sources)',
|
| - ],
|
| - 'message': 'Generating ''<(crypto_cc_file)'' file.'
|
| - },
|
| - ]
|
| - },
|
| - {
|
| 'target_name': 'generate_math_cc_file',
|
| 'type': 'none',
|
| 'toolsets':['host', 'target'],
|
|
|