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

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: haraken@'s + esprehn@'s comments 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
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/MojoHelper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
kinuko 2016/04/22 01:31:03 Sorry, I just noticed this... so now we allow base
"+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",
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/MojoHelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698