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

Unified Diff: chrome/chrome_tests.gypi

Issue 10702188: Fix unit test to allow repeated successful runs by avoiding a function static variable in tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index f51b851c5a69b165c3294948fc6f4261768eba90..3c802a1e66a0bf17df7e5d6c0d2a5612c15f54e2 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2024,6 +2024,8 @@
'../ash/test/test_launcher_delegate.cc',
'../ash/test/test_launcher_delegate.h',
'../ash/test/test_shell_delegate.cc',
+ '../ppapi/shared_impl/test_globals.cc',
brettw 2012/07/12 23:11:40 If we're going to end up with this solution, can y
Scott Byer 2012/07/13 16:18:43 Done. I had tried this originally, but my gyp-fu i
+ '../ppapi/shared_impl/test_globals.h',
'../skia/ext/bitmap_platform_device_mac_unittest.cc',
'../skia/ext/convolver_unittest.cc',
'../skia/ext/image_operations_unittest.cc',
« no previous file with comments | « chrome/browser/component_updater/component_installers_unittest.cc ('k') | ppapi/shared_impl/ppapi_globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698