| Index: ipc/ipc.gyp
|
| diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
|
| index 0546debbd5b2c2bf84b7eaaebac25ba3b48976fb..ecd2808af9a1818a63dabc1c75d919b4c49268b1 100644
|
| --- a/ipc/ipc.gyp
|
| +++ b/ipc/ipc.gyp
|
| @@ -62,11 +62,6 @@
|
| 'unix_domain_socket_util_unittest.cc',
|
| ],
|
| 'conditions': [
|
| - ['toolkit_uses_gtk == 1', {
|
| - 'dependencies': [
|
| - '../build/linux/system.gyp:gtk',
|
| - ],
|
| - }],
|
| ['OS == "win" or OS == "ios"', {
|
| 'sources!': [
|
| 'unix_domain_socket_util_unittest.cc',
|
| @@ -111,11 +106,6 @@
|
| 'ipc_test_base.h',
|
| ],
|
| 'conditions': [
|
| - ['toolkit_uses_gtk == 1', {
|
| - 'dependencies': [
|
| - '../build/linux/system.gyp:gtk',
|
| - ],
|
| - }],
|
| ['OS == "android" and gtest_target_type == "shared_library"', {
|
| 'dependencies': [
|
| '../testing/android/native_test.gyp:native_test_native_code',
|
|
|