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

Unified Diff: components/autofill/core/common/BUILD.gn

Issue 398423007: Add initial components unit tests to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « components/autofill/core/browser/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/common/BUILD.gn
diff --git a/components/autofill/core/common/BUILD.gn b/components/autofill/core/common/BUILD.gn
index d75af87c0af4fc6c6cf90a2bcae3e151afbf8dd9..0a988829583a5cc0c0244a8236492756010c6942 100644
--- a/components/autofill/core/common/BUILD.gn
+++ b/components/autofill/core/common/BUILD.gn
@@ -53,3 +53,18 @@ static_library("common") {
# deps += [ 'autofill_jni_headers' ] TODO(GYP)
}
}
+
+source_set("unit_tests") {
+ sources = [
+ "form_data_unittest.cc",
+ "form_field_data_unittest.cc",
+ "password_form_fill_data_unittest.cc",
+ "save_password_progress_logger_unittest.cc"
DaleCurtis 2014/07/18 18:01:21 , for consistency.
+ ]
+
+ deps = [
+ ":common",
+ "//testing/gmock",
+ "//testing/gtest",
+ ]
+}
« no previous file with comments | « components/autofill/core/browser/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698