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

Unified Diff: components/enhanced_bookmarks/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/data_reduction_proxy/core/browser/BUILD.gn ('k') | components/favicon/content/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/enhanced_bookmarks/BUILD.gn
diff --git a/components/enhanced_bookmarks/BUILD.gn b/components/enhanced_bookmarks/BUILD.gn
index 869a9c83e37722ae06173d0137bea6b989871bf0..b762ae795a6cf7eb6e4a7426177231050a02ab43 100644
--- a/components/enhanced_bookmarks/BUILD.gn
+++ b/components/enhanced_bookmarks/BUILD.gn
@@ -79,9 +79,23 @@ source_set("test_support") {
"test_image_store.h",
]
- deps = [
+ public_deps = [
":enhanced_bookmarks",
"//skia",
"//testing/gtest",
]
}
+
+source_set("unit_tests") {
+ testonly = true
+ sources = [
+ "enhanced_bookmark_model_unittest.cc",
+ "image_store_ios_unittest.mm",
+ "image_store_unittest.cc",
+ "item_position_unittest.cc",
+ ]
+ deps = [
+ ":test_support",
+ "//components/enhanced_bookmarks/proto",
+ ]
+}
« no previous file with comments | « components/data_reduction_proxy/core/browser/BUILD.gn ('k') | components/favicon/content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698