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

Side by Side Diff: components/wifi_sync/DEPS

Issue 836303004: wifi_sync: implement ACTION_ADD in WifiCredentialSyncableService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@submit-4.2-wifi-config-delegate
Patch Set: address comments on PS6 Created 5 years, 11 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chromeos/dbus", 2 "+chromeos/dbus",
3 "+chromeos/login",
3 "+chromeos/network", 4 "+chromeos/network",
4 "+components/keyed_service/content", 5 "+components/keyed_service/content",
5 "+components/keyed_service/core", 6 "+components/keyed_service/core",
6 "+components/onc", 7 "+components/onc",
7 "+sync/api", 8 "+sync/api",
9 "+sync/internal_api/public/attachments",
8 "+sync/protocol", 10 "+sync/protocol",
9 "+third_party/cros_system_api/dbus/service_constants.h", 11 "+third_party/cros_system_api/dbus/service_constants.h",
10 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698