Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
| index a090420ff7476fdc4e856a9073c920f35a214be1..66eb4209031d26e42fef33cda70b10efac535043 100644 |
| --- a/chrome/chrome_tests.gypi |
| +++ b/chrome/chrome_tests.gypi |
| @@ -1165,6 +1165,10 @@ |
| 'sources': [ |
| '../apps/app_restore_service_browsertest.cc', |
| '../apps/load_and_launch_browsertest.cc', |
| + # TODO(blundell): Is this the right place to put this browsertest in |
|
blundell
2013/08/30 14:03:23
Jói, I'd love your input here.
Jói
2013/08/30 14:08:17
Yes, this seems like the right way to do it.
|
| + # the short-term, coupled with creating a bug for bringing up a |
| + # components_browsertests target? |
| + '../components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc', |
| '../components/autofill/content/renderer/test_password_autofill_agent.h', |
| '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
| '../remoting/test/auth_browsertest.cc', |