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

Unified Diff: components/BUILD.gn

Issue 1203083002: Add a JSON sanitizer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build files Created 5 years, 5 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
« no previous file with comments | « chrome/test/base/chrome_test_suite.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 8c4c3a7131cd5dce49fca30792275d8b49895db6..c8929869f5b16b4c0688ec25e2c12826de141271 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -347,7 +347,10 @@ test("components_unittests") {
}
if (!is_ios) {
- deps += [ "//components/scheduler:unit_tests" ]
+ deps += [
+ "//components/safe_json:unit_tests",
+ "//components/scheduler:unit_tests",
+ ]
}
}
« no previous file with comments | « chrome/test/base/chrome_test_suite.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698