| Index: chrome/app/DEPS
|
| diff --git a/chrome/app/DEPS b/chrome/app/DEPS
|
| index 95255206cbff32bf09ebbeff5d4153e6a5fdbd08..d9f9aee08a2a79c048d162371ca090d91d4f2232 100644
|
| --- a/chrome/app/DEPS
|
| +++ b/chrome/app/DEPS
|
| @@ -5,7 +5,8 @@ include_rules = [
|
| "+chrome/plugin/chrome_content_plugin_client.h",
|
| "+chrome/renderer/chrome_content_renderer_client.h",
|
| "+chrome/utility/chrome_content_utility_client.h",
|
| - "+content/app",
|
| + "+content/app", # TODO(joi): Remove once content API in place.
|
| + "+content/public/app",
|
| "+content/browser/renderer_host/render_process_host.h",
|
| "+grit", # For generated headers
|
| "+media/base", # For initializing media library.
|
|
|