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

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

Issue 2822953002: Remove old wtf/ directory. (Closed)
Patch Set: Fixup *.typemap files. Created 3 years, 8 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/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index f09f49e0bbd4728427c5ee680f996d0c5d3f44ac..741cfb33187839ba75fcc072a494b83c6a0c3406 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -94,7 +94,7 @@ source_set("generated") {
"//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
"//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated",
"//third_party/WebKit/Source/platform:make_platform_generated",
- "//third_party/WebKit/Source/wtf",
+ "//third_party/WebKit/Source/platform/wtf",
"//url",
"//v8",
]
@@ -106,7 +106,7 @@ source_set("prerequisites") {
"//skia",
"//third_party/WebKit/Source/core/inspector:generated",
"//third_party/WebKit/Source/core/probe:generated",
- "//third_party/WebKit/Source/wtf",
+ "//third_party/WebKit/Source/platform/wtf",
"//third_party/angle:translator",
"//third_party/iccjpeg",
"//third_party/icu",
@@ -166,7 +166,7 @@ component("core") {
":core_generated",
"//skia",
"//third_party/WebKit/Source/platform",
- "//third_party/WebKit/Source/wtf",
+ "//third_party/WebKit/Source/platform/wtf",
"//url",
"//v8",
]
@@ -1067,7 +1067,7 @@ target(core_link_small_target_type, "core_generated") {
"//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
"//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated",
"//third_party/WebKit/Source/platform:make_platform_generated",
- "//third_party/WebKit/Source/wtf",
+ "//third_party/WebKit/Source/platform/wtf",
"//url",
"//v8",
]

Powered by Google App Engine
This is Rietveld 408576698