| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 5ece9ee30dc7d1f007283fc87fbf242c7e8c570d..c393186c083a0b46174d83981bb458e8c1a708de 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -917,6 +917,7 @@
|
| ['chromeos==0', {
|
| 'sources/': [
|
| ['exclude', '^browser/ui/webui/options/chromeos/'],
|
| + ['exclude', '^browser/ui/webui/options2/chromeos/'],
|
| ],
|
| }],
|
| ],
|
| @@ -2132,6 +2133,7 @@
|
| ['exclude', '^browser/ui/webui/chromeos/imageburner/'],
|
| ['exclude', '^browser/ui/webui/chromeos/login'],
|
| ['exclude', '^browser/ui/webui/options/chromeos/'],
|
| + ['exclude', '^browser/ui/webui/options2/chromeos/'],
|
| ],
|
| }],
|
| ['toolkit_uses_gtk == 1', {
|
|
|