| Index: chrome/installer/setup/DEPS
|
| diff --git a/chrome/installer/setup/DEPS b/chrome/installer/setup/DEPS
|
| index 6945511d4bbc0f71bf396d895297c82258260e64..2d10b6a5ea68530dda04048d7f9c725a5261dd1e 100644
|
| --- a/chrome/installer/setup/DEPS
|
| +++ b/chrome/installer/setup/DEPS
|
| @@ -1,7 +1,12 @@
|
| include_rules = [
|
| "+chrome_elf/chrome_elf_constants.h",
|
| - "+chrome/install_static/install_details.h",
|
| - "+chrome/install_static/install_util.h",
|
| + "+chrome/install_static",
|
| "+components/base32",
|
| "+courgette",
|
| ]
|
| +
|
| +specific_include_rules = {
|
| + ".*_unittest\.cc": [
|
| + "+chrome_elf/nt_registry/nt_registry.h",
|
| + ],
|
| +}
|
|
|