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

Unified Diff: chrome/common/extensions/docs/server2/features_bundle_test.py

Issue 189123002: Docserver: Correctly disambiguate between what 'platform' means in a features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup debugging Created 6 years, 9 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/common/extensions/docs/server2/features_bundle_test.py
diff --git a/chrome/common/extensions/docs/server2/features_bundle_test.py b/chrome/common/extensions/docs/server2/features_bundle_test.py
index 50767975bc1ae25f4024e0185a990181d1544b71..cd0e649fec8be775ee471adad84f764d58ec2eb3 100755
--- a/chrome/common/extensions/docs/server2/features_bundle_test.py
+++ b/chrome/common/extensions/docs/server2/features_bundle_test.py
@@ -70,7 +70,8 @@ _TEST_FILESYSTEM = {
},
'omnibox': {
'channel': 'stable',
- 'extension_types': ['extension']
+ 'extension_types': ['extension'],
+ 'platforms': ['win']
},
'page_action': {
'channel': 'stable',
« no previous file with comments | « chrome/common/extensions/docs/server2/cron.yaml ('k') | chrome/common/extensions/docs/server2/features_utility.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698