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

Unified Diff: chrome/android/BUILD.gn

Issue 2039303002: Sanitize JSON string before parsing it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix deps Created 4 years, 6 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: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index cdb044a477ba183a925d98dc4fa22a671d311a7b..7250d7022f9927c609a8ae4940c2567b667c14a2 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -202,6 +202,7 @@ android_library("chrome_java") {
"//components/navigation_interception/android:navigation_interception_java",
"//components/policy/android:policy_java",
"//components/precache/android:precache_java",
+ "//components/safe_json/android:safe_json_java",
"//components/service_tab_launcher:service_tab_launcher_java",
"//components/signin/core/browser/android:java",
"//components/web_contents_delegate_android:web_contents_delegate_android_java",

Powered by Google App Engine
This is Rietveld 408576698