Chromium Code Reviews| Index: sync/internal_api/DEPS |
| diff --git a/sync/internal_api/DEPS b/sync/internal_api/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..955b31e6909e4cfcf83b485d5fb53047f05ec3c3 |
| --- /dev/null |
| +++ b/sync/internal_api/DEPS |
| @@ -0,0 +1,14 @@ |
| +include_rules = [ |
| + "+googleurl", |
| + "+net/base/net_errors.h", |
| + "+net/base/network_change_notifier.h", |
| + "+net/http/http_status_code.h", |
| + "+sync/engine", |
| + "+sync/js", |
| + "+sync/notifier", |
| + "+sync/protocol", |
| + "+sync/sessions", |
| + "+sync/syncable", |
| + "+sync/test", |
| + "+sync/util", |
| +] |