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

Side by Side Diff: third_party/WebKit/Source/modules/time_zone_monitor/DEPS

Issue 2460723003: Enable connection to Mojo services from Blink (Closed)
Patch Set: Fix build Created 4 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+device/time_zone_monitor/public/interfaces/time_zone_monitor.mojom-blink.h ", 2 "+device/time_zone_monitor/public/interfaces/time_zone_monitor.mojom-blink.h ",
3 "+mojo/public/cpp/bindings/binding.h", 3 "+mojo/public/cpp/bindings/binding.h",
4 "+services/device/public/cpp/constants.h",
5 "+services/service_manager/public/cpp/connector.h",
haraken 2016/11/08 23:56:59 I think it's better to reach consensus on this --
blundell 2016/11/09 11:54:42 Yeah, I totally agree. I had done the bulk of the
4 "+third_party/icu/source/i18n/unicode/timezone.h", 6 "+third_party/icu/source/i18n/unicode/timezone.h",
5 ] 7 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698