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

Unified Diff: chrome/test/BUILD.gn

Issue 1214903010: Make JSONParser a pure interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: review Created 5 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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 2638a7d970d13722db2adb4ee4bf5dba9b746889..1d250bb8fe520e9659bb000265fc80fbde184f8c 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1274,6 +1274,7 @@ if (!is_android) {
"//components/autofill/content/renderer:test_support",
"//components/metrics/proto",
"//components/data_reduction_proxy/core/browser:test_support",
+ "//components/safe_json:test_support",
"//components/webdata_services:test_support",
"//components/strings",
"//device/bluetooth:mocks",

Powered by Google App Engine
This is Rietveld 408576698