| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index d9176a1c7c6abeaa83593536e5fa289694bc36f9..264ede7c6b142ad44ee9650edd0270a631feb68e 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -61,7 +61,7 @@
|
| '../third_party/ots/ots.gyp:*',
|
| '../third_party/qcms/qcms.gyp:*',
|
| '../third_party/re2/re2.gyp:re2',
|
| - '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
|
| + '../third_party/WebKit/public/all.gyp:*',
|
| '../v8/tools/gyp/v8.gyp:*',
|
| '../webkit/compositor_bindings/compositor_bindings_tests.gyp:*',
|
| '../webkit/webkit.gyp:*',
|
| @@ -186,6 +186,14 @@
|
| ],
|
| }, # 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': [
|
|
|