diff options
-rw-r--r-- | build/all.gyp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/build/all.gyp b/build/all.gyp index 264ede7..07c3f95 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -186,14 +186,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', 'conditions': [ @@ -321,6 +313,14 @@ ['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', 'dependencies': [ |