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' |