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

Unified Diff: runtime/vm/vm.gypi

Issue 133273011: Revert "Rename internal library dart:_collection-dev to dart:_internal." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: reapply after revert. Created 6 years, 11 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') | samples/third_party/pop-pop-win/app_package/game_app.dart.js » ('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 89e10ab9f1d745eb818dcf891c4fe8a3e9206244..ddb0db7396e62c6f510c167f657b03a57b6ffd08 100644
--- a/runtime/vm/vm.gypi
+++ b/runtime/vm/vm.gypi
@@ -13,22 +13,22 @@
'corelib_patch_cc_file': '<(gen_source_dir)/corelib_patch_gen.cc',
'collection_cc_file': '<(gen_source_dir)/collection_gen.cc',
'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',
'convert_cc_file': '<(gen_source_dir)/convert_gen.cc',
'convert_patch_cc_file': '<(gen_source_dir)/convert_patch_gen.cc',
+ 'internal_cc_file': '<(gen_source_dir)/internal_gen.cc',
+ 'internal_patch_cc_file': '<(gen_source_dir)/internal_patch_gen.cc',
+ 'isolate_cc_file': '<(gen_source_dir)/isolate_gen.cc',
+ 'isolate_patch_cc_file': '<(gen_source_dir)/isolate_patch_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',
'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',
- 'typed_data_cc_file': '<(gen_source_dir)/typed_data_gen.cc',
- 'typed_data_patch_cc_file': '<(gen_source_dir)/typed_data_patch_gen.cc',
'service_cc_file': '<(gen_source_dir)/service_gen.cc',
'snapshot_test_dat_file': '<(gen_source_dir)/snapshot_test.dat',
'snapshot_test_in_dat_file': 'snapshot_test_in.dat',
'snapshot_test_dart_file': 'snapshot_test.dart',
+ 'typed_data_cc_file': '<(gen_source_dir)/typed_data_gen.cc',
+ 'typed_data_patch_cc_file': '<(gen_source_dir)/typed_data_patch_gen.cc',
},
'targets': [
{
@@ -99,14 +99,14 @@
'generate_corelib_patch_cc_file#host',
'generate_collection_cc_file#host',
'generate_collection_patch_cc_file#host',
- 'generate_collection_dev_cc_file#host',
- 'generate_collection_dev_patch_cc_file#host',
'generate_convert_cc_file#host',
'generate_convert_patch_cc_file#host',
- 'generate_math_cc_file#host',
- 'generate_math_patch_cc_file#host',
+ 'generate_internal_cc_file#host',
+ 'generate_internal_patch_cc_file#host',
'generate_isolate_cc_file#host',
'generate_isolate_patch_cc_file#host',
+ 'generate_math_cc_file#host',
+ 'generate_math_patch_cc_file#host',
'generate_mirrors_cc_file#host',
'generate_mirrors_patch_cc_file#host',
'generate_typed_data_cc_file#host',
@@ -130,14 +130,14 @@
'<(corelib_patch_cc_file)',
'<(collection_cc_file)',
'<(collection_patch_cc_file)',
- '<(collection_dev_cc_file)',
- '<(collection_dev_patch_cc_file)',
'<(convert_cc_file)',
'<(convert_patch_cc_file)',
- '<(math_cc_file)',
- '<(math_patch_cc_file)',
+ '<(internal_cc_file)',
+ '<(internal_patch_cc_file)',
'<(isolate_cc_file)',
'<(isolate_patch_cc_file)',
+ '<(math_cc_file)',
+ '<(math_patch_cc_file)',
'<(mirrors_cc_file)',
'<(mirrors_patch_cc_file)',
'<(typed_data_cc_file)',
@@ -207,12 +207,12 @@
]
},
{
- 'target_name': 'generate_corelib_cc_file',
+ 'target_name': 'generate_async_patch_cc_file',
'type': 'none',
'toolsets':['host'],
'includes': [
- # Load the shared core library sources.
- '../../sdk/lib/core/corelib_sources.gypi',
+ # Load the runtime implementation sources.
+ '../lib/async_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.
@@ -223,36 +223,36 @@
],
'actions': [
{
- 'action_name': 'generate_corelib_cc',
+ 'action_name': 'generate_async_patch_cc',
'inputs': [
'../tools/gen_library_src_paths.py',
'<(libgen_in_cc_file)',
'<@(_sources)',
],
'outputs': [
- '<(corelib_cc_file)',
+ '<(async_patch_cc_file)',
],
'action': [
'python',
'tools/gen_library_src_paths.py',
- '--output', '<(corelib_cc_file)',
+ '--output', '<(async_patch_cc_file)',
'--input_cc', '<(libgen_in_cc_file)',
'--include', 'vm/bootstrap.h',
- '--var_name', 'dart::Bootstrap::corelib_source_paths_',
- '--library_name', 'dart:core',
+ '--var_name', 'dart::Bootstrap::async_patch_paths_',
+ '--library_name', 'dart:async',
'<@(_sources)',
],
- 'message': 'Generating ''<(corelib_cc_file)'' file.'
+ 'message': 'Generating ''<(async_patch_cc_file)'' file.'
},
]
},
{
- 'target_name': 'generate_corelib_patch_cc_file',
+ 'target_name': 'generate_collection_cc_file',
'type': 'none',
'toolsets':['host'],
'includes': [
- # Load the runtime implementation sources.
- '../lib/corelib_sources.gypi',
+ # Load the shared collection library sources.
+ '../../sdk/lib/collection/collection_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.
@@ -263,36 +263,36 @@
],
'actions': [
{
- 'action_name': 'generate_corelib_patch_cc',
+ 'action_name': 'generate_collection_cc',
'inputs': [
'../tools/gen_library_src_paths.py',
'<(libgen_in_cc_file)',
'<@(_sources)',
],
'outputs': [
- '<(corelib_patch_cc_file)',
+ '<(collection_cc_file)',
],
'action': [
'python',
'tools/gen_library_src_paths.py',
- '--output', '<(corelib_patch_cc_file)',
+ '--output', '<(collection_cc_file)',
'--input_cc', '<(libgen_in_cc_file)',
'--include', 'vm/bootstrap.h',
- '--var_name', 'dart::Bootstrap::corelib_patch_paths_',
- '--library_name', 'dart:corelib',
+ '--var_name', 'dart::Bootstrap::collection_source_paths_',
+ '--library_name', 'dart:collection',
'<@(_sources)',
],
- 'message': 'Generating ''<(corelib_patch_cc_file)'' file.'
+ 'message': 'Generating ''<(collection_cc_file)'' file.'
},
]
},
{
- 'target_name': 'generate_collection_cc_file',
+ 'target_name': 'generate_collection_patch_cc_file',
'type': 'none',
'toolsets':['host'],
'includes': [
- # Load the shared collection library sources.
- '../../sdk/lib/collection/collection_sources.gypi',
+ # Load the runtime implementation sources.
+ '../lib/collection_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.
@@ -303,36 +303,36 @@
],
'actions': [
{
- 'action_name': 'generate_collection_cc',
+ 'action_name': 'generate_collection_patch_cc',
'inputs': [
'../tools/gen_library_src_paths.py',
'<(libgen_in_cc_file)',
'<@(_sources)',
],
'outputs': [
- '<(collection_cc_file)',
+ '<(collection_patch_cc_file)',
],
'action': [
'python',
'tools/gen_library_src_paths.py',
- '--output', '<(collection_cc_file)',
+ '--output', '<(collection_patch_cc_file)',
'--input_cc', '<(libgen_in_cc_file)',
'--include', 'vm/bootstrap.h',
- '--var_name', 'dart::Bootstrap::collection_source_paths_',
+ '--var_name', 'dart::Bootstrap::collection_patch_paths_',
'--library_name', 'dart:collection',
'<@(_sources)',
],
- 'message': 'Generating ''<(collection_cc_file)'' file.'
+ 'message': 'Generating ''<(collection_patch_cc_file)'' file.'
},
]
},
{
- 'target_name': 'generate_collection_dev_patch_cc_file',
+ 'target_name': 'generate_convert_cc_file',
'type': 'none',
'toolsets':['host'],
'includes': [
- # Load the runtime implementation sources.
- '../lib/collection_dev_sources.gypi',
+ # Load the shared convert library sources.
+ '../../sdk/lib/convert/convert_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.
@@ -343,36 +343,36 @@
],
'actions': [
{
- 'action_name': 'generate_collection_dev_patch_cc',
+ 'action_name': 'generate_convert_cc',
'inputs': [
'../tools/gen_library_src_paths.py',
'<(libgen_in_cc_file)',
'<@(_sources)',
],
'outputs': [
- '<(collection_dev_patch_cc_file)',
+ '<(convert_cc_file)',
],
'action': [
'python',
'tools/gen_library_src_paths.py',
- '--output', '<(collection_dev_patch_cc_file)',
+ '--output', '<(convert_cc_file)',
'--input_cc', '<(libgen_in_cc_file)',
'--include', 'vm/bootstrap.h',
- '--var_name', 'dart::Bootstrap::collection_dev_patch_paths_',
- '--library_name', 'dart:_collection-dev',
+ '--var_name', 'dart::Bootstrap::convert_source_paths_',
+ '--library_name', 'dart:convert',
'<@(_sources)',
],
- 'message': 'Generating ''<(collection_dev_patch_cc_file)'' file.'
+ 'message': 'Generating ''<(convert_cc_file)'' file.'
},
]
},
{
- 'target_name': 'generate_collection_dev_cc_file',
+ 'target_name': 'generate_convert_patch_cc_file',
'type': 'none',
'toolsets':['host'],
'includes': [
- # Load the shared collection_dev library sources.
- '../../sdk/lib/_collection_dev/collection_dev_sources.gypi',
+ # Load the shared convert library sources.
+ '../lib/convert_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.
@@ -383,36 +383,36 @@
],
'actions': [
{
- 'action_name': 'generate_collection_dev_cc',
+ 'action_name': 'generate_convert_patch_cc',
'inputs': [
'../tools/gen_library_src_paths.py',
'<(libgen_in_cc_file)',
'<@(_sources)',
],
'outputs': [
- '<(collection_dev_cc_file)',
+ '<(convert_patch_cc_file)',
],
'action': [
'python',
'tools/gen_library_src_paths.py',
- '--output', '<(collection_dev_cc_file)',
+ '--output', '<(convert_patch_cc_file)',
'--input_cc', '<(libgen_in_cc_file)',
'--include', 'vm/bootstrap.h',
- '--var_name', 'dart::Bootstrap::collection_dev_source_paths_',
- '--library_name', 'dart:_collection-dev',
+ '--var_name', 'dart::Bootstrap::convert_patch_paths_',
+ '--library_name', 'dart:convert',
'<@(_sources)',
],
- 'message': 'Generating ''<(collection_dev_cc_file)'' file.'
+ 'message': 'Generating ''<(convert_patch_cc_file)'' file.'
},
]
},
{
- 'target_name': 'generate_convert_cc_file',
+ 'target_name': 'generate_corelib_cc_file',
'type': 'none',
'toolsets':['host'],
'includes': [
- # Load the shared convert library sources.
- '../../sdk/lib/convert/convert_sources.gypi',
+ # Load the shared core library sources.
+ '../../sdk/lib/core/corelib_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.
@@ -423,36 +423,36 @@
],
'actions': [
{
- 'action_name': 'generate_convert_cc',
+ 'action_name': 'generate_corelib_cc',
'inputs': [
'../tools/gen_library_src_paths.py',
'<(libgen_in_cc_file)',
'<@(_sources)',
],
'outputs': [
- '<(convert_cc_file)',
+ '<(corelib_cc_file)',
],
'action': [
'python',
'tools/gen_library_src_paths.py',
- '--output', '<(convert_cc_file)',
+ '--output', '<(corelib_cc_file)',
'--input_cc', '<(libgen_in_cc_file)',
'--include', 'vm/bootstrap.h',
- '--var_name', 'dart::Bootstrap::convert_source_paths_',
- '--library_name', 'dart:convert',
+ '--var_name', 'dart::Bootstrap::corelib_source_paths_',
+ '--library_name', 'dart:core',
'<@(_sources)',
],
- 'message': 'Generating ''<(convert_cc_file)'' file.'
+ 'message': 'Generating ''<(corelib_cc_file)'' file.'
},
]
},
{
- 'target_name': 'generate_convert_patch_cc_file',
+ 'target_name': 'generate_corelib_patch_cc_file',
'type': 'none',
'toolsets':['host'],
'includes': [
- # Load the shared convert library sources.
- '../lib/convert_sources.gypi',
+ # Load the runtime implementation sources.
+ '../lib/corelib_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.
@@ -463,36 +463,36 @@
],
'actions': [
{
- 'action_name': 'generate_convert_patch_cc',
+ 'action_name': 'generate_corelib_patch_cc',
'inputs': [
'../tools/gen_library_src_paths.py',
'<(libgen_in_cc_file)',
'<@(_sources)',
],
'outputs': [
- '<(convert_patch_cc_file)',
+ '<(corelib_patch_cc_file)',
],
'action': [
'python',
'tools/gen_library_src_paths.py',
- '--output', '<(convert_patch_cc_file)',
+ '--output', '<(corelib_patch_cc_file)',
'--input_cc', '<(libgen_in_cc_file)',
'--include', 'vm/bootstrap.h',
- '--var_name', 'dart::Bootstrap::convert_patch_paths_',
- '--library_name', 'dart:convert',
+ '--var_name', 'dart::Bootstrap::corelib_patch_paths_',
+ '--library_name', 'dart:corelib',
'<@(_sources)',
],
- 'message': 'Generating ''<(convert_patch_cc_file)'' file.'
+ 'message': 'Generating ''<(corelib_patch_cc_file)'' file.'
},
]
},
{
- 'target_name': 'generate_math_cc_file',
+ 'target_name': 'generate_internal_patch_cc_file',
'type': 'none',
'toolsets':['host'],
'includes': [
- # Load the shared math library sources.
- '../../sdk/lib/math/math_sources.gypi',
+ # Load the runtime implementation sources.
+ '../lib/internal_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.
@@ -503,36 +503,36 @@
],
'actions': [
{
- 'action_name': 'generate_math_cc',
+ 'action_name': 'generate_internal_patch_cc',
'inputs': [
'../tools/gen_library_src_paths.py',
'<(libgen_in_cc_file)',
'<@(_sources)',
],
'outputs': [
- '<(math_cc_file)',
+ '<(internal_patch_cc_file)',
],
'action': [
'python',
'tools/gen_library_src_paths.py',
- '--output', '<(math_cc_file)',
+ '--output', '<(internal_patch_cc_file)',
'--input_cc', '<(libgen_in_cc_file)',
'--include', 'vm/bootstrap.h',
- '--var_name', 'dart::Bootstrap::math_source_paths_',
- '--library_name', 'dart:math',
+ '--var_name', 'dart::Bootstrap::internal_patch_paths_',
+ '--library_name', 'dart:_internal',
'<@(_sources)',
],
- 'message': 'Generating ''<(math_cc_file)'' file.'
+ 'message': 'Generating ''<(internal_patch_cc_file)'' file.'
},
]
},
{
- 'target_name': 'generate_math_patch_cc_file',
+ 'target_name': 'generate_internal_cc_file',
'type': 'none',
'toolsets':['host'],
'includes': [
- # Load the shared math library sources.
- '../lib/math_sources.gypi',
+ # Load the shared internal library sources.
+ '../../sdk/lib/internal/internal_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.
@@ -543,36 +543,36 @@
],
'actions': [
{
- 'action_name': 'generate_math_patch_cc',
+ 'action_name': 'generate_internal_cc',
'inputs': [
'../tools/gen_library_src_paths.py',
'<(libgen_in_cc_file)',
'<@(_sources)',
],
'outputs': [
- '<(math_patch_cc_file)',
+ '<(internal_cc_file)',
],
'action': [
'python',
'tools/gen_library_src_paths.py',
- '--output', '<(math_patch_cc_file)',
+ '--output', '<(internal_cc_file)',
'--input_cc', '<(libgen_in_cc_file)',
'--include', 'vm/bootstrap.h',
- '--var_name', 'dart::Bootstrap::math_patch_paths_',
- '--library_name', 'dart:math',
+ '--var_name', 'dart::Bootstrap::internal_source_paths_',
+ '--library_name', 'dart:_internal',
'<@(_sources)',
],
- 'message': 'Generating ''<(math_patch_cc_file)'' file.'
+ 'message': 'Generating ''<(internal_cc_file)'' file.'
},
]
},
{
- 'target_name': 'generate_mirrors_cc_file',
+ 'target_name': 'generate_isolate_cc_file',
'type': 'none',
'toolsets':['host'],
'includes': [
- # Load the shared core library sources.
- '../../sdk/lib/mirrors/mirrors_sources.gypi',
+ # Load the runtime implementation sources.
+ '../../sdk/lib/isolate/isolate_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.
@@ -583,36 +583,36 @@
],
'actions': [
{
- 'action_name': 'generate_mirrors_cc',
+ 'action_name': 'generate_isolate_cc',
'inputs': [
'../tools/gen_library_src_paths.py',
'<(libgen_in_cc_file)',
'<@(_sources)',
],
'outputs': [
- '<(mirrors_cc_file)',
+ '<(isolate_cc_file)',
],
'action': [
'python',
'tools/gen_library_src_paths.py',
- '--output', '<(mirrors_cc_file)',
+ '--output', '<(isolate_cc_file)',
'--input_cc', '<(libgen_in_cc_file)',
'--include', 'vm/bootstrap.h',
- '--var_name', 'dart::Bootstrap::mirrors_source_paths_',
- '--library_name', 'dart:mirrors',
+ '--var_name', 'dart::Bootstrap::isolate_source_paths_',
+ '--library_name', 'dart:isolate',
'<@(_sources)',
],
- 'message': 'Generating ''<(mirrors_cc_file)'' file.'
+ 'message': 'Generating ''<(isolate_cc_file)'' file.'
},
]
},
{
- 'target_name': 'generate_mirrors_patch_cc_file',
+ 'target_name': 'generate_isolate_patch_cc_file',
'type': 'none',
'toolsets':['host'],
'includes': [
- # Load the patch sources.
- '../lib/mirrors_sources.gypi',
+ # Load the runtime implementation sources.
+ '../lib/isolate_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.
@@ -623,36 +623,36 @@
],
'actions': [
{
- 'action_name': 'generate_mirrors_patch_cc',
+ 'action_name': 'generate_isolate_patch_cc',
'inputs': [
'../tools/gen_library_src_paths.py',
'<(libgen_in_cc_file)',
'<@(_sources)',
],
'outputs': [
- '<(mirrors_patch_cc_file)',
+ '<(isolate_patch_cc_file)',
],
'action': [
'python',
'tools/gen_library_src_paths.py',
- '--output', '<(mirrors_patch_cc_file)',
+ '--output', '<(isolate_patch_cc_file)',
'--input_cc', '<(libgen_in_cc_file)',
'--include', 'vm/bootstrap.h',
- '--var_name', 'dart::Bootstrap::mirrors_patch_paths_',
- '--library_name', 'dart:mirrors',
+ '--var_name', 'dart::Bootstrap::isolate_patch_paths_',
+ '--library_name', 'dart:isolate',
'<@(_sources)',
],
- 'message': 'Generating ''<(mirrors_patch_cc_file)'' file.'
+ 'message': 'Generating ''<(isolate_patch_cc_file)'' file.'
},
]
},
{
- 'target_name': 'generate_isolate_cc_file',
+ 'target_name': 'generate_math_cc_file',
'type': 'none',
'toolsets':['host'],
'includes': [
- # Load the runtime implementation sources.
- '../../sdk/lib/isolate/isolate_sources.gypi',
+ # Load the shared math library sources.
+ '../../sdk/lib/math/math_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.
@@ -663,36 +663,36 @@
],
'actions': [
{
- 'action_name': 'generate_isolate_cc',
+ 'action_name': 'generate_math_cc',
'inputs': [
'../tools/gen_library_src_paths.py',
'<(libgen_in_cc_file)',
'<@(_sources)',
],
'outputs': [
- '<(isolate_cc_file)',
+ '<(math_cc_file)',
],
'action': [
'python',
'tools/gen_library_src_paths.py',
- '--output', '<(isolate_cc_file)',
+ '--output', '<(math_cc_file)',
'--input_cc', '<(libgen_in_cc_file)',
'--include', 'vm/bootstrap.h',
- '--var_name', 'dart::Bootstrap::isolate_source_paths_',
- '--library_name', 'dart:isolate',
+ '--var_name', 'dart::Bootstrap::math_source_paths_',
+ '--library_name', 'dart:math',
'<@(_sources)',
],
- 'message': 'Generating ''<(isolate_cc_file)'' file.'
+ 'message': 'Generating ''<(math_cc_file)'' file.'
},
]
},
{
- 'target_name': 'generate_async_patch_cc_file',
+ 'target_name': 'generate_math_patch_cc_file',
'type': 'none',
'toolsets':['host'],
'includes': [
- # Load the runtime implementation sources.
- '../lib/async_sources.gypi',
+ # Load the shared math library sources.
+ '../lib/math_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.
@@ -703,36 +703,36 @@
],
'actions': [
{
- 'action_name': 'generate_async_patch_cc',
+ 'action_name': 'generate_math_patch_cc',
'inputs': [
'../tools/gen_library_src_paths.py',
'<(libgen_in_cc_file)',
'<@(_sources)',
],
'outputs': [
- '<(async_patch_cc_file)',
+ '<(math_patch_cc_file)',
],
'action': [
'python',
'tools/gen_library_src_paths.py',
- '--output', '<(async_patch_cc_file)',
+ '--output', '<(math_patch_cc_file)',
'--input_cc', '<(libgen_in_cc_file)',
'--include', 'vm/bootstrap.h',
- '--var_name', 'dart::Bootstrap::async_patch_paths_',
- '--library_name', 'dart:async',
+ '--var_name', 'dart::Bootstrap::math_patch_paths_',
+ '--library_name', 'dart:math',
'<@(_sources)',
],
- 'message': 'Generating ''<(async_patch_cc_file)'' file.'
+ 'message': 'Generating ''<(math_patch_cc_file)'' file.'
},
]
},
{
- 'target_name': 'generate_collection_patch_cc_file',
+ 'target_name': 'generate_mirrors_cc_file',
'type': 'none',
'toolsets':['host'],
'includes': [
- # Load the runtime implementation sources.
- '../lib/collection_sources.gypi',
+ # Load the shared core library sources.
+ '../../sdk/lib/mirrors/mirrors_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.
@@ -743,36 +743,36 @@
],
'actions': [
{
- 'action_name': 'generate_collection_patch_cc',
+ 'action_name': 'generate_mirrors_cc',
'inputs': [
'../tools/gen_library_src_paths.py',
'<(libgen_in_cc_file)',
'<@(_sources)',
],
'outputs': [
- '<(collection_patch_cc_file)',
+ '<(mirrors_cc_file)',
],
'action': [
'python',
'tools/gen_library_src_paths.py',
- '--output', '<(collection_patch_cc_file)',
+ '--output', '<(mirrors_cc_file)',
'--input_cc', '<(libgen_in_cc_file)',
'--include', 'vm/bootstrap.h',
- '--var_name', 'dart::Bootstrap::collection_patch_paths_',
- '--library_name', 'dart:collection',
+ '--var_name', 'dart::Bootstrap::mirrors_source_paths_',
+ '--library_name', 'dart:mirrors',
'<@(_sources)',
],
- 'message': 'Generating ''<(collection_patch_cc_file)'' file.'
+ 'message': 'Generating ''<(mirrors_cc_file)'' file.'
},
]
},
{
- 'target_name': 'generate_isolate_patch_cc_file',
+ 'target_name': 'generate_mirrors_patch_cc_file',
'type': 'none',
'toolsets':['host'],
'includes': [
- # Load the runtime implementation sources.
- '../lib/isolate_sources.gypi',
+ # Load the patch sources.
+ '../lib/mirrors_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.
@@ -783,26 +783,26 @@
],
'actions': [
{
- 'action_name': 'generate_isolate_patch_cc',
+ 'action_name': 'generate_mirrors_patch_cc',
'inputs': [
'../tools/gen_library_src_paths.py',
'<(libgen_in_cc_file)',
'<@(_sources)',
],
'outputs': [
- '<(isolate_patch_cc_file)',
+ '<(mirrors_patch_cc_file)',
],
'action': [
'python',
'tools/gen_library_src_paths.py',
- '--output', '<(isolate_patch_cc_file)',
+ '--output', '<(mirrors_patch_cc_file)',
'--input_cc', '<(libgen_in_cc_file)',
'--include', 'vm/bootstrap.h',
- '--var_name', 'dart::Bootstrap::isolate_patch_paths_',
- '--library_name', 'dart:isolate',
+ '--var_name', 'dart::Bootstrap::mirrors_patch_paths_',
+ '--library_name', 'dart:mirrors',
'<@(_sources)',
],
- 'message': 'Generating ''<(isolate_patch_cc_file)'' file.'
+ 'message': 'Generating ''<(mirrors_patch_cc_file)'' file.'
},
]
},
« no previous file with comments | « runtime/vm/symbols.h ('k') | samples/third_party/pop-pop-win/app_package/game_app.dart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698