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

Unified Diff: chrome/browser/component_updater/test/DEPS

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: add DEPS file 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/browser/component_updater/test/DEPS
diff --git a/chrome/browser/component_updater/test/DEPS b/chrome/browser/component_updater/test/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..e63018d2eb49f0a67d2fd2578d83f9ba5d897195
--- /dev/null
+++ b/chrome/browser/component_updater/test/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ # For access to the ppapi test globals.
+ "+ppapi/shared_impl",
+]

Powered by Google App Engine
This is Rietveld 408576698