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

Unified Diff: chrome/test/functional/PYAUTO_TESTS

Issue 6410134: Use named automation interface to control primary chrome on ChromeOS (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: nit Created 9 years, 10 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/PYAUTO_TESTS
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index 4d228dcad687b1fbe5dfc611208336978561c5be..a199846967938874c68d128dd7284302389d901f 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -200,5 +200,26 @@
'-translate.TranslateTest.testSessionRestore',
'-translate.TranslateTest.testDownloadsNotTranslated',
],
- }
+ },
+
+ # The PRIMARY_CHROME suite uses named automation interface to control
+ # primary chrome on ChromeOS.
+ 'PRIMARY_CHROME': {
+ 'all': [
+ ],
+
+ 'win': [
+ ],
+
+ 'mac': [
+ ],
+
+ 'linux': [
+ ],
+
+ 'chromeos': [
+ 'chromeos_basic',
+ ],
+ },
+
}

Powered by Google App Engine
This is Rietveld 408576698