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

Unified Diff: components/safe_json/public/interfaces/BUILD.gn

Issue 2577563002: Add struct traits for base::Value. (Closed)
Patch Set: Created 4 years 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: components/safe_json/public/interfaces/BUILD.gn
diff --git a/components/safe_json/public/interfaces/BUILD.gn b/components/safe_json/public/interfaces/BUILD.gn
index 6e8b6de5e09c64b35e89915bd1b5e09a8bd5b326..bd150aab319f8ea26c6c1006af4bdca931517db4 100644
--- a/components/safe_json/public/interfaces/BUILD.gn
+++ b/components/safe_json/public/interfaces/BUILD.gn
@@ -8,4 +8,8 @@ mojom("interfaces") {
sources = [
"safe_json.mojom",
]
+
+ public_deps = [
+ "//mojo/common:common_custom_types",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698