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

Unified Diff: components/message_port/DEPS

Issue 1182303012: Componentize html_viewer's MessagePort (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: header-only target types: static_library -> none Created 5 years, 6 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 | « components/message_port/BUILD.gn ('k') | components/message_port/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/message_port/DEPS
diff --git a/components/message_port/DEPS b/components/message_port/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..eba876fa5ee48be6c5df73886e9a0384e8cb9dff
--- /dev/null
+++ b/components/message_port/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ "+base",
+ "+mojo/common",
+ "+third_party/WebKit/public",
+ "+third_party/mojo/src/mojo/public/cpp/system",
+]
« no previous file with comments | « components/message_port/BUILD.gn ('k') | components/message_port/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698