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:
jochen@chromium.org 2013-05-11 19:10:40 +00:00
Родитель 5f871a785e
Коммит 976b68c698
1 изменённых файлов: 8 добавлений и 8 удалений

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',