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

Unified Diff: components/contextual_search/DEPS

Issue 1385663002: [Contextual Search] Add Mojo-enabled API component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reworked to use a new Contextual Search component and Mojo communication, removed CS Manager stuff. Created 5 years, 1 month 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: components/contextual_search/DEPS
diff --git a/components/contextual_search/DEPS b/components/contextual_search/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..3d8ed152885a2549fcaf8e176bc394b9ca0d7f6d
--- /dev/null
+++ b/components/contextual_search/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ "+content/public",
jochen (gone - plz use gerrit) 2015/11/17 14:58:11 please don't mix browser and renderer code. Instea
Donn Denman 2015/11/19 01:11:29 Done.
+ "+gin",
+ "+mojo/public",
+ "+third_party/WebKit",
+ "+v8",
+]

Powered by Google App Engine
This is Rietveld 408576698