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

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

Issue 2577563002: Add struct traits for base::Value. (Closed)
Patch Set: rebase 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
« no previous file with comments | « components/arc/common/bluetooth.mojom ('k') | components/safe_json/public/interfaces/safe_json.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ]
}
« no previous file with comments | « components/arc/common/bluetooth.mojom ('k') | components/safe_json/public/interfaces/safe_json.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698