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

Unified Diff: components/wifi_sync/DEPS

Issue 675993005: components: add wifi_sync component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: fix style issues, and unnecessary virtual functions Created 6 years, 2 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: components/wifi_sync/DEPS
diff --git a/components/wifi_sync/DEPS b/components/wifi_sync/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..6c6876037c2073a476c4e0722d6d418603588eb6
--- /dev/null
+++ b/components/wifi_sync/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ "+components/keyed_service/content",
+ "+components/keyed_service/core",
+ "+sync/api",
+ "+third_party/cros_system_api/dbus/service_constants.h",
+]

Powered by Google App Engine
This is Rietveld 408576698