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

Unified Diff: ios/chrome/common/BUILD.gn

Issue 2480233002: [ios] Adds unittests for blocks and NSRegularExpression. (Closed)
Patch Set: Review. Created 4 years, 1 month 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: ios/chrome/common/BUILD.gn
diff --git a/ios/chrome/common/BUILD.gn b/ios/chrome/common/BUILD.gn
index cb5f778e91b683eb23740c19cf082a97936b86a0..aee63cedc6a14081bb1d75322fc3bd47409820f5 100644
--- a/ios/chrome/common/BUILD.gn
+++ b/ios/chrome/common/BUILD.gn
@@ -25,6 +25,8 @@ source_set("common") {
source_set("unit_tests") {
testonly = true
sources = [
+ "block_unittest.mm",
+ "ns_regular_expression_unittest.mm",
"string_util_unittest.mm",
]
deps = [
« no previous file with comments | « no previous file | ios/chrome/common/block_unittest.mm » ('j') | ios/chrome/common/ns_regular_expression_unittest.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698