| Index: build/all.gyp
|
| ===================================================================
|
| --- build/all.gyp (revision 90809)
|
| +++ build/all.gyp (working copy)
|
| @@ -69,6 +69,10 @@
|
| 'dependencies': [
|
| '../third_party/nss/nss.gyp:*',
|
| ],
|
| + }, {
|
| + 'dependencies': [
|
| + '../third_party/libevent/libevent.gyp:*',
|
| + ],
|
| }],
|
| ['OS=="mac"', {
|
| 'dependencies': [
|
| @@ -117,10 +121,6 @@
|
| '../third_party/gles2_book/gles2_book.gyp:*',
|
| '../tools/memory_watcher/memory_watcher.gyp:*',
|
| ],
|
| - }, {
|
| - 'dependencies': [
|
| - '../third_party/libevent/libevent.gyp:*',
|
| - ],
|
| }],
|
| ['toolkit_views==1', {
|
| 'dependencies': [
|
|
|