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

Unified Diff: components/sessions/BUILD.gn

Issue 1304163005: Sync more GN unit tests with GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes Created 5 years, 4 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/search_engines/BUILD.gn ('k') | components/suggestions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/BUILD.gn
diff --git a/components/sessions/BUILD.gn b/components/sessions/BUILD.gn
index 8d6006414c54013f7087e397e44d3cbcfe9c3b28..95e9a2cbb3f93a0c4907d0ebbfb7f92ab6155070 100644
--- a/components/sessions/BUILD.gn
+++ b/components/sessions/BUILD.gn
@@ -124,11 +124,17 @@ if (!is_ios && !is_android) {
source_set("unit_tests") {
testonly = true
sources = [
+ "content/content_serialized_navigation_builder_unittest.cc",
+ "content/content_serialized_navigation_driver_unittest.cc",
+ "ios/ios_serialized_navigation_builder_unittest.cc",
+ "ios/ios_serialized_navigation_driver_unittest.cc",
+ "serialized_navigation_entry_unittest.cc",
"session_backend_unittest.cc",
"session_types_unittest.cc",
]
deps = [
":sessions",
+ ":test_support",
"//base/test:test_support",
"//testing/gtest",
"//third_party/protobuf:protobuf_lite",
« no previous file with comments | « components/search_engines/BUILD.gn ('k') | components/suggestions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698