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

Unified Diff: chrome_frame/chrome_frame.gyp

Issue 9460019: Reduce flakiness in chrome_frame_tests.exe by having each run in a clean environment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed compile break Created 8 years, 10 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 | « no previous file | chrome_frame/test/automation_client_mock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame.gyp
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index 0d9c124cb6a1ada47766694ff33b4369ac78b598..108db7d35a98a38235d39ee094982760399a9e32 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -236,6 +236,8 @@
'test/simple_resource_loader_test.cc',
'test/simulate_input.cc',
'test/simulate_input.h',
+ 'test/test_scrubber.cc',
+ 'test/test_scrubber.h',
'test/test_server.cc',
'test/test_server.h',
'test/test_server_test.cc',
@@ -558,6 +560,8 @@
'test/run_all_unittests.cc',
'test/simulate_input.cc',
'test/simulate_input.h',
+ 'test/test_scrubber.cc',
+ 'test/test_scrubber.h',
'test/test_server.cc',
'test/test_server.h',
'test/test_with_web_server.cc',
« no previous file with comments | « no previous file | chrome_frame/test/automation_client_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698