Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1485)

Unified Diff: content/content_tests.gypi

Issue 10855116: Move DownloadTestObserver and friends down into content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated comments. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/public/test/download_test_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/public/test/download_test_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698