| Index: ios/chrome/today_extension/DEPS
|
| diff --git a/ios/chrome/today_extension/DEPS b/ios/chrome/today_extension/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d5e885855fe50afe9bbbc94a5911e3cd2a15979c
|
| --- /dev/null
|
| +++ b/ios/chrome/today_extension/DEPS
|
| @@ -0,0 +1,12 @@
|
| +include_rules = [
|
| + "+base/cpu.h",
|
| + "+base/i18n/icu_util.h",
|
| + "+base/metrics",
|
| + "+components/metrics",
|
| + "+components/open_from_clipboard",
|
| + "+components/prefs",
|
| + "+components/variations",
|
| + "+components/version_info",
|
| + "+ios/chrome/common",
|
| + "+ios/today_extension/grit", # For generated headers
|
| +]
|
|
|