Chromium Code Reviews| Index: third_party/WebKit/Source/modules/time_zone_monitor/DEPS |
| diff --git a/third_party/WebKit/Source/modules/time_zone_monitor/DEPS b/third_party/WebKit/Source/modules/time_zone_monitor/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..91badb23f2037fc737299c582edf2cd8912fd07b |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/modules/time_zone_monitor/DEPS |
| @@ -0,0 +1,5 @@ |
| +include_rules = [ |
| + "+device/time_zone_monitor/public/interfaces/time_zone_monitor.mojom-blink.h", |
|
blundell
2016/10/18 12:32:11
any reason not to leave these at the directory lev
leonhsl(Using Gerrit)
2016/10/18 14:34:48
Seems Webkit prefers such style, I found many simi
|
| + "+mojo/public/cpp/bindings/binding.h", |
| + "+third_party/icu/source/i18n/unicode/timezone.h", |
| +] |