| Index: third_party/WebKit/Source/wtf/wtf_tests.gyp
|
| diff --git a/third_party/WebKit/Source/wtf/wtf_tests.gyp b/third_party/WebKit/Source/wtf/wtf_tests.gyp
|
| index 3893882444cd50da19b809544ce22e4ddfcef24e..e87051925cf11beffef8e1c5ca1c881043180170 100644
|
| --- a/third_party/WebKit/Source/wtf/wtf_tests.gyp
|
| +++ b/third_party/WebKit/Source/wtf/wtf_tests.gyp
|
| @@ -35,7 +35,6 @@
|
| 'target_name': 'wtf_unittests',
|
| 'type': 'executable',
|
| 'dependencies': [
|
| - 'wtf_unittest_helpers',
|
| 'wtf.gyp:wtf',
|
| '../config.gyp:unittest_config',
|
| '<(DEPTH)/base/base.gyp:test_support_base',
|
| @@ -56,22 +55,6 @@
|
| }],
|
| ]
|
| },
|
| - {
|
| - 'target_name': 'wtf_unittest_helpers',
|
| - 'type': '<(component)',
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| - 'dependencies': [
|
| - 'wtf.gyp:wtf',
|
| - ],
|
| - 'defines': [
|
| - 'WTF_UNITTEST_HELPERS_IMPLEMENTATION=1',
|
| - ],
|
| - 'sources': [
|
| - '<@(wtf_unittest_helper_files)',
|
| - ],
|
| - },
|
| ],
|
| 'conditions': [
|
| ['OS=="android" and gtest_target_type=="shared_library"', {
|
|
|