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

Unified Diff: content/content_tests.gypi

Issue 803873004: ContentBrowserSanityChecker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Jiggle the comments. Created 6 years 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 1233084a68eaad930d6325893b2aa945a80ef9e7..b4d21acacae9eabe956ffefc3b3a2aae06270637 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -17,11 +17,13 @@
'test_support_content_sources': [
'public/test/async_file_test_helper.cc',
'public/test/async_file_test_helper.h',
+ 'public/test/browser_test.h',
'public/test/browser_test_base.cc',
'public/test/browser_test_base.h',
- 'public/test/browser_test.h',
'public/test/browser_test_utils.cc',
'public/test/browser_test_utils.h',
+ 'public/test/content_browser_sanity_checker.cc',
+ 'public/test/content_browser_sanity_checker.h',
'public/test/content_test_suite_base.cc',
'public/test/content_test_suite_base.h',
'public/test/download_test_observer.cc',
@@ -86,6 +88,8 @@
'public/test/test_utils.h',
'public/test/unittest_test_suite.cc',
'public/test/unittest_test_suite.h',
+ 'public/test/web_contents_observer_sanity_checker.cc',
+ 'public/test/web_contents_observer_sanity_checker.h',
'public/test/web_contents_tester.cc',
'public/test/web_contents_tester.h',
# TODO(phajdan.jr): All of those files should live in content/test (if

Powered by Google App Engine
This is Rietveld 408576698