| Index: chrome/browser/DEPS
|
| diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
|
| index cdd5f55dbfa09d4c1c74a227e54d18fd8ad97547..992f259fca5798cc5d4bfce7dc525257e22d8436 100644
|
| --- a/chrome/browser/DEPS
|
| +++ b/chrome/browser/DEPS
|
| @@ -16,6 +16,8 @@ include_rules = [
|
| "+ppapi/c", # For various types.
|
| "+ppapi/proxy",
|
| "+ppapi/shared_impl/api_id.h",
|
| + # Defines some types that are marshalled over IPC.
|
| + "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
|
| "+rlz",
|
| "+sandbox/linux",
|
| "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox.
|
|
|