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

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

Issue 2379993003: Mojo C++ bindings: make String16 and gfx::Size available in Blink (Closed)
Patch Set: Created 4 years, 3 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/mojo/DEPS
diff --git a/third_party/WebKit/Source/platform/mojo/DEPS b/third_party/WebKit/Source/platform/mojo/DEPS
index 94b2c70292fcb90773918e6c05decde1d0d1e7e2..dd519c6b318ce356a7d3a8db559254933991ede8 100644
--- a/third_party/WebKit/Source/platform/mojo/DEPS
+++ b/third_party/WebKit/Source/platform/mojo/DEPS
@@ -2,7 +2,10 @@ include_rules = [
# To whitelist base/ stuff Blink is allowed to include, we list up all
# directories and files instead of writing 'base/'.
"+base/callback.h",
+ "+base/run_loop.h",
"+base/message_loop/message_loop.h",
"+mojo/public/cpp/bindings/binding.h",
"+mojo/public/cpp/bindings/wtf_array.h",
+ "+mojo/common/common_custom_types.mojom-blink.h",
+ "+mojo/common/test_common_custom_types.mojom-blink.h",
]

Powered by Google App Engine
This is Rietveld 408576698