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

Unified Diff: third_party/WebKit/Source/platform/heap/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
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/loader/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/heap/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/heap/BUILD.gn b/third_party/WebKit/Source/platform/heap/BUILD.gn
index b19e503fd65760e68e9f73e3feeda03b9c674166..c7e0329eccf7e046e3e060b3131d5e058da14aeb 100644
--- a/third_party/WebKit/Source/platform/heap/BUILD.gn
+++ b/third_party/WebKit/Source/platform/heap/BUILD.gn
@@ -85,7 +85,7 @@ test("blink_heap_unittests") {
]
configs += [
- "//third_party/WebKit/Source/wtf:wtf_config",
+ "//third_party/WebKit/Source/platform/wtf:wtf_config",
"//third_party/WebKit/Source:config",
"//third_party/WebKit/Source:inside_blink",
]
@@ -97,7 +97,7 @@ test("blink_heap_unittests") {
"//testing/gmock",
"//testing/gtest",
"//third_party/WebKit/Source/platform:test_support",
- "//third_party/WebKit/Source/wtf",
+ "//third_party/WebKit/Source/platform/wtf",
]
if (is_android) {
deps += [
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/loader/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698