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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 1753543002: PaymentRequest Mojo bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interface
Patch Set: Rename WebStuff into PlatformStuff Created 4 years, 9 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: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 621f5c5eec83e450a2848c04feb84a2b33d81c57..a817e92932ffa058652445998b5d2c671c6bcbe0 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -335,6 +335,7 @@ component("platform") {
"//v8",
]
deps = [
+ "//components/payments:mojo_bindings",
"//device/battery:mojo_bindings",
"//mojo/public/c/system:for_component",
"//third_party/WebKit/Source/platform/heap",

Powered by Google App Engine
This is Rietveld 408576698