| Index: athena/extensions/chrome/DEPS
|
| diff --git a/athena/extensions/chrome/DEPS b/athena/extensions/chrome/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a156b08f6ed26d7ea45edb58097c3813c803713f
|
| --- /dev/null
|
| +++ b/athena/extensions/chrome/DEPS
|
| @@ -0,0 +1,15 @@
|
| +include_rules = [
|
| + "+apps",
|
| + "+chrome/browser",
|
| + "+chrome/common/extensions",
|
| + "+extensions/browser",
|
| + "+net/base",
|
| +]
|
| +
|
| +specific_include_rules = {
|
| + "athena_apps_client\.cc": [
|
| + # TODO(oshima): Remove this dependency.
|
| + "+athena/activity/public"
|
| + ],
|
| +}
|
| +
|
|
|