Switching in new gyp version (which changes 'none' back to how it was before).
Updating installer_util_strings to use dummy_executable. BUG=None TEST=None Review URL: http://codereview.chromium.org/155371 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20408 0039d316-1c4b-4281-b951-d872f2087c98
Esse commit está contido em:
+1
-1
@@ -29,7 +29,7 @@ deps = {
|
||||
|
||||
# TODO(mark): Remove once this has moved into depot_tools.
|
||||
"src/tools/gyp":
|
||||
"http://gyp.googlecode.com/svn/trunk@544",
|
||||
"http://gyp.googlecode.com/svn/trunk@545",
|
||||
|
||||
"src/v8":
|
||||
"http://v8.googlecode.com/svn/trunk@2412",
|
||||
|
||||
@@ -276,7 +276,7 @@
|
||||
},
|
||||
{
|
||||
'target_name': 'installer_util_strings',
|
||||
'type': 'none',
|
||||
'type': 'dummy_executable',
|
||||
'msvs_guid': '0026A376-C4F1-4575-A1BA-578C69F07013',
|
||||
'actions': [
|
||||
{
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'google_update',
|
||||
'type': 'none',
|
||||
'msvs_guid': '4052059A-D72B-4183-B5C2-9D1B099E9E35',
|
||||
'sources': [
|
||||
'google_update_idl.idl',
|
||||
@@ -21,13 +22,6 @@
|
||||
'<(INTERMEDIATE_DIR)/../google_update',
|
||||
],
|
||||
},
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
'type': 'utility',
|
||||
},{
|
||||
'type': 'none',
|
||||
}],
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
+1
-7
@@ -75,13 +75,7 @@
|
||||
},
|
||||
{
|
||||
'target_name': 'libcmt',
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
'type': 'utility',
|
||||
},{
|
||||
'type': 'none',
|
||||
}],
|
||||
],
|
||||
'type': 'none',
|
||||
'actions': [
|
||||
{
|
||||
'action_name': 'libcmt',
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário