Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1104)

Unified Diff: third_party/WebKit/Source/wtf/wtf_tests.gyp

Issue 1807853003: Deprecate some macros in wtf/Assertions.h in favor of base/logging.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"', {
« third_party/WebKit/Source/wtf/HashTable.h ('K') | « third_party/WebKit/Source/wtf/wtf.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698