| Index: chrome/browser/DEPS
|
| diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
|
| index 775f092016de9b2311a5161149e557f2aabc1b4c..e0a75e74d41226048986a49c6e009a0d7aa534cb 100644
|
| --- a/chrome/browser/DEPS
|
| +++ b/chrome/browser/DEPS
|
| @@ -5,6 +5,7 @@ include_rules = [
|
| "+chrome/tools/profiles", # For history unit tests.
|
| "+chromeos",
|
| "+content/public/browser",
|
| + "+google/cacheinvalidation", # Sync invalidation API protobuf files.
|
| "+google_update",
|
| "+grit", # For generated headers
|
| "+installer_util_strings", # For generated headers
|
| @@ -20,6 +21,7 @@ include_rules = [
|
| "+skia/ext",
|
| "+skia/include",
|
| "+sync/api", # Sync API files.
|
| + "+sync/notifier", # Sync invalidation API files.
|
| "+sync/protocol", # Sync protobuf files.
|
| "+third_party/cros_system_api",
|
| "+webkit/database",
|
|
|