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

Unified Diff: third_party/WebKit/Source/platform/DEPS

Issue 1753543002: PaymentRequest Mojo bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interface
Patch Set: platform depends on mojo/wtf_support 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/DEPS
diff --git a/third_party/WebKit/Source/platform/DEPS b/third_party/WebKit/Source/platform/DEPS
index 16900a342732caaae18c440e0b66035b64129089..3af517f754a41e814257afc3f18abec7851c609f 100644
--- a/third_party/WebKit/Source/platform/DEPS
+++ b/third_party/WebKit/Source/platform/DEPS
@@ -1,6 +1,7 @@
include_rules = [
# To whitelist base/ stuff Blink is allowed to include, we list up all
# directories and files instead of writing 'base/'.
+ "+base/bind.h",
"+base/files",
"+base/json",
"+base/location.h",
@@ -18,6 +19,8 @@ include_rules = [
"+base/values.h",
"+device",
"+mozilla",
+ "+mojo/public/cpp/bindings/callback.h",
+ "+mojo/public/cpp/bindings/wtf_array.h",
"+platform",
"+public/platform",
"+skia/ext",

Powered by Google App Engine
This is Rietveld 408576698