| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 95477e1e4d4da992d4ec89f734a60a23fbe39c24..1cc81a8b963d84acdf7224a2f812bbe8569196d2 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -300,11 +300,6 @@
|
| ],
|
| },
|
| ],
|
| - [ 'toolkit_uses_gtk == 1', {
|
| - 'dependencies': [
|
| - '../build/linux/system.gyp:gdk',
|
| - ],
|
| - }],
|
| [ 'use_nss != 1', {
|
| 'sources!': [
|
| 'cert/cert_verify_proc_nss.cc',
|
| @@ -536,12 +531,6 @@
|
| }],
|
| ],
|
| }],
|
| - [ 'toolkit_uses_gtk == 1', {
|
| - 'dependencies': [
|
| - '../build/linux/system.gyp:gtk',
|
| - ],
|
| - },
|
| - ],
|
| [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
|
| 'conditions': [
|
| # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
|
|
|