| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 264ede7c6b142ad44ee9650edd0270a631feb68e..07c3f95d2f684506f6650eb413a7f9b5cc0bbe28 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': [
|
|
|