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

Unified Diff: content/test/BUILD.gn

Issue 2497983002: PaymentApp: Implement PaymentAppManager.setManifest(). (Closed)
Patch Set: PaymentApp: Implement PaymentAppManager.setManifest(). 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 5e241dd0691a62a51af00d876dd4ca9bbbdee123..c53ad64023f1c03cf1dcb9c17fa7f3bc060cfee5 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1136,6 +1136,7 @@ test("content_unittests") {
"../browser/notifications/notification_id_generator_unittest.cc",
"../browser/notifications/platform_notification_context_unittest.cc",
"../browser/notifications/type_converters_unittest.cc",
+ "../browser/payments/payment_app_manager_unittest.cc",
"../browser/presentation/presentation_service_impl_unittest.cc",
"../browser/presentation/presentation_type_converters_unittest.cc",
"../browser/quota/mock_quota_manager.cc",
@@ -1368,6 +1369,7 @@ test("content_unittests") {
"//cc/ipc",
"//cc/surfaces",
"//components/display_compositor",
+ "//components/payments:payment_app",
"//content:resources",
"//content/app:both_for_content_tests",
"//content/browser:for_content_tests",

Powered by Google App Engine
This is Rietveld 408576698