Move all_webkit inside OS!="ios" block in all.gyp
TBR=abarth@chromium.org Review URL: https://codereview.chromium.org/15054005 git-svn-id: http://src.chromium.org/svn/trunk/src/build@199620 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
5f871a785e
Коммит
976b68c698
16
all.gyp
16
all.gyp
|
@ -185,14 +185,6 @@
|
|||
}],
|
||||
],
|
||||
}, # target_name: All
|
||||
{
|
||||
'target_name': 'all_webkit',
|
||||
'type': 'none',
|
||||
'dependencies': [
|
||||
'../third_party/WebKit/public/all.gyp:all_blink',
|
||||
'../content/content.gyp:content_shell',
|
||||
],
|
||||
}, # target_name: all_webkit
|
||||
{
|
||||
'target_name': 'All_syzygy',
|
||||
'type': 'none',
|
||||
|
@ -320,6 +312,14 @@
|
|||
'conditions': [
|
||||
['OS!="ios"', {
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'all_webkit',
|
||||
'type': 'none',
|
||||
'dependencies': [
|
||||
'../third_party/WebKit/public/all.gyp:all_blink',
|
||||
'../content/content.gyp:content_shell',
|
||||
],
|
||||
}, # target_name: all_webkit
|
||||
{
|
||||
'target_name': 'chromium_builder_nacl_win_integration',
|
||||
'type': 'none',
|
||||
|
|
Загрузка…
Ссылка в новой задаче