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

Unified Diff: content/common/BUILD.gn

Issue 2717933004: Fix content/common:mojo_bindings dependencies. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index dafcf25ada7172fe1eef3e9d36d692a07de70bbd..d55b7cde0a0ad7a3a53d61912a66c2f260007ae2 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -360,7 +360,6 @@ source_set("common") {
"//cc/ipc",
"//cc/surfaces",
"//components/discardable_memory/common",
- "//components/payments:payment_app",
"//components/tracing",
"//components/tracing:startup_tracing",
"//content:resources",
@@ -606,6 +605,7 @@ mojom("mojo_bindings") {
public_deps = [
"//components/leveldb/public/interfaces",
+ "//components/payments:payment_app",
"//content/public/common:interfaces",
# TODO(mcasas): remove the following dep after https://crbug.com/653994
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698