| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 0c490ac13355467ab066a3e324353ebfea11fe3d..aa35d0dee2907275feb173cd79a54253c370c7f6 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -30,6 +30,7 @@
|
| 'public/test/browser_test.h',
|
| 'public/test/browser_test_utils.h',
|
| 'public/test/content_test_suite_base.h',
|
| + 'public/test/download_test_observer.h',
|
| 'public/test/js_injection_ready_observer.h',
|
| 'public/test/mock_download_item.h',
|
| 'public/test/mock_download_manager.h',
|
| @@ -82,6 +83,7 @@
|
| 'test/content_test_suite.cc',
|
| 'test/content_test_suite.h',
|
| 'test/content_test_suite_base.cc',
|
| + 'test/download_test_observer.cc',
|
| 'test/gpu/gpu_test_config.cc',
|
| 'test/gpu/gpu_test_config.h',
|
| 'test/gpu/gpu_test_expectations_parser.cc',
|
|
|