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

Unified Diff: third_party/WebKit/Source/wtf/BUILD.gn

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: Many updates 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/BUILD.gn
diff --git a/third_party/WebKit/Source/wtf/BUILD.gn b/third_party/WebKit/Source/wtf/BUILD.gn
index fd3b2926171fd4e8ff339714dbc8179faee4987f..90d6caf1df8720e519ec6b34c7dbec9bb861dea9 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -122,7 +122,6 @@ test("wtf_unittests") {
configs += [ "//third_party/WebKit/Source:config" ]
deps = [
- ":test_support",
":wtf",
"//base",
"//base/test:test_support",
@@ -130,22 +129,3 @@ test("wtf_unittests") {
"//testing/gtest",
]
}
-
-component("test_support") {
- output_name = "wtf_test_support"
- sources = gypi_values.wtf_unittest_helper_files
- defines = [ "WTF_UNITTEST_HELPERS_IMPLEMENTATION=1" ]
-
- configs += [
- ":wtf_config",
-
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- "//build/config/compiler:no_size_t_to_int_warning",
- "//third_party/WebKit/Source:config",
- "//third_party/WebKit/Source:non_test_config",
- ]
-
- deps = [
- ":wtf",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698