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

Unified Diff: third_party/WebKit/Source/platform/mojo/DEPS

Issue 2802573002: Rewrite references to "wtf/" to "platform/wtf/" in platform/mojo. (Closed)
Patch Set: 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/platform/mojo/DEPS
diff --git a/third_party/WebKit/Source/platform/mojo/DEPS b/third_party/WebKit/Source/platform/mojo/DEPS
index aee38e56130264e4e1f82ae71f27a6b2f1fa4fc8..f2292b558c56aad18e5116aaddf287b5f7b1a35e 100644
--- a/third_party/WebKit/Source/platform/mojo/DEPS
+++ b/third_party/WebKit/Source/platform/mojo/DEPS
@@ -7,4 +7,7 @@ include_rules = [
"+mojo/public/cpp/bindings/binding.h",
"+mojo/common/string16.mojom-blink.h",
"+mojo/common/test_common_custom_types.mojom-blink.h",
+
+ # Use platform/wtf/ now (see crbug.com/691465).
+ "-wtf/",
]

Powered by Google App Engine
This is Rietveld 408576698