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

Unified Diff: content/test/BUILD.gn

Issue 2811593009: [Payments] move //components/payments/content/*.mojom files to //components/payments/mojom (Closed)
Patch Set: Created 3 years, 8 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 0a43bbcc8915cc07648bceb06f40dd1cad47f776..15e5117b7cdd50fc6c33375d6a223410e38ba4bb 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -248,7 +248,7 @@ static_library("test_support") {
"//cc/surfaces",
"//components/display_compositor",
"//components/leveldb/public/interfaces",
- "//components/payments/content:mojom_payment_app",
+ "//components/payments/mojom:mojom_payment_app",
"//content/app:both_for_content_tests",
"//content/browser:for_content_tests",
"//content/browser/speech/proto",
@@ -733,7 +733,7 @@ test("content_browsertests") {
"//components/discardable_memory/client",
"//components/discardable_memory/common",
"//components/discardable_memory/service",
- "//components/payments/content:mojom_payment_app",
+ "//components/payments/mojom:mojom_payment_app",
"//content:resources",
"//content/app:both_for_content_tests",
"//content/browser:for_content_tests",
@@ -1470,8 +1470,8 @@ test("content_unittests") {
"//cc/surfaces",
"//components/display_compositor",
"//components/leveldb/public/cpp",
- "//components/payments/content:mojom",
- "//components/payments/content:mojom_payment_app",
+ "//components/payments/mojom",
+ "//components/payments/mojom:mojom_payment_app",
"//components/rappor:test_support",
"//content:resources",
"//content/app:both_for_content_tests",

Powered by Google App Engine
This is Rietveld 408576698