Change target name to avoid conflict in Makefile generator

R=whesse@google.com

Review URL: https://codereview.chromium.org//218893003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34552 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ahe@google.com 2014-03-31 11:35:55 +00:00
parent 0537f81d5f
commit e3da0436be
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
{
'targets': [
{
'target_name': 'create_sdk',
'target_name': 'create_sdk_internal',
'type': 'none',
'dependencies': [
'runtime/dart-runtime.gyp:dart',

View file

@ -37,7 +37,7 @@
'target_name': 'create_sdk',
'type': 'none',
'dependencies': [
'create_sdk.gyp:create_sdk',
'create_sdk.gyp:create_sdk_internal',
],
},
{

View file

@ -9,7 +9,7 @@
'type': 'none',
'dependencies': [
'../../runtime/dart-runtime.gyp:dart',
'../../create_sdk.gyp:create_sdk',
'../../create_sdk.gyp:create_sdk_internal',
],
'variables': {
'try_dart_static_files': [