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

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: Minir change. 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..92336d02c9e3893584e8d6bd42c38e5a7781e008 100644
--- a/chrome/test/functional/media/media_test_env_names.py
+++ b/chrome/test/functional/media/media_test_env_names.py
@@ -55,3 +55,6 @@ class MediaTestEnvNames:
# Define the test scenario, which contains operations during tests.
TEST_SCENARIO_ENV_NAME = 'TEST_SCENARIO'
+
+ # Define this is run on reference build or not.
dennis_jeffrey 2011/05/19 01:20:13 I recommend making the comment a little more speci
imasaki1 2011/05/20 05:12:01 Done.
+ REFERENCE_BUILD_ENV_NAME = 'REFERENCE_BUILD'

Powered by Google App Engine
This is Rietveld 408576698