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

Unified Diff: chrome/test/functional/media/media_test_env_names.py

Issue 7031020: Change for preparation for reference-build on perfbot (media) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Add a space. Created 9 years, 7 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/test/functional/media/media_test_env_names.py
diff --git a/chrome/test/functional/media/media_test_env_names.py b/chrome/test/functional/media/media_test_env_names.py
index 6667f43d03378a02bc49690cb3fc708b64a4aa53..2d9e76592f3d0527a8202df4c5ef8db2eaf9923a 100644
--- a/chrome/test/functional/media/media_test_env_names.py
+++ b/chrome/test/functional/media/media_test_env_names.py
@@ -55,3 +55,9 @@ class MediaTestEnvNames:
# Define the test scenario, which contains operations during tests.
TEST_SCENARIO_ENV_NAME = 'TEST_SCENARIO'
+
+ # 'True' to run on a reference build, or 'False' otherwise.
dennis_jeffrey 2011/05/20 18:10:46 Based on your latest changes, this environment var
imasaki1 2011/05/20 20:50:14 Done.
+ REFERENCE_BUILD_ENV_NAME = 'REFERENCE_BUILD'
+
+ # Define the location of the binary used for reference build.
dennis_jeffrey 2011/05/20 18:10:46 May want to clarify in this comment whether the lo
imasaki1 2011/05/20 20:50:14 Done.
+ REFERENCE_BUILD_DIR_ENV_NAME = 'REFERENCE_BUILD_DIR'

Powered by Google App Engine
This is Rietveld 408576698