| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index c24ba9f84a4a4d7afd114eafff3684aaea745372..d8860b660b4447d984ad94fa17244cd13441ab0b 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -1483,6 +1483,8 @@
|
| 'debugger',
|
| 'renderer',
|
| 'test_support_common',
|
| + '../components/components.gyp:guest_view',
|
| + '../components/components.gyp:guest_view_test_support',
|
| '../content/app/resources/content_resources.gyp:content_resources',
|
| '../crypto/crypto.gyp:crypto_test_support',
|
| '../google_apis/google_apis.gyp:google_apis_test_support',
|
| @@ -1972,6 +1974,8 @@
|
| '../components/components.gyp:captive_portal_test_support',
|
| '../components/components.gyp:dom_distiller_content',
|
| '../components/components.gyp:dom_distiller_test_support',
|
| + '../components/components.gyp:guest_view',
|
| + '../components/components.gyp:guest_view_test_support',
|
| '../components/components.gyp:translate_core_common',
|
| '../components/components_resources.gyp:components_resources',
|
| '../components/components_strings.gyp:components_strings',
|
|
|