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

Unified Diff: native_client_sdk/src/build_tools/parse_dsc.py

Issue 14500010: [NaCl SDK] Google Drive example (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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: native_client_sdk/src/build_tools/parse_dsc.py
diff --git a/native_client_sdk/src/build_tools/parse_dsc.py b/native_client_sdk/src/build_tools/parse_dsc.py
index 726353e7f27f587f1673a75d042684e06ef793b3..f4f7972133eb91a406d509b573f5fa1a1cc6e58c 100644
--- a/native_client_sdk/src/build_tools/parse_dsc.py
+++ b/native_client_sdk/src/build_tools/parse_dsc.py
@@ -44,7 +44,7 @@ DSC_FORMAT = {
'NAME': (str, '', False),
'DATA': (list, '', False),
'TITLE': (str, '', False),
- 'GROUP': (str, '', False),
+ 'GROUP': (str, ['Getting Started', 'API', 'Demo', 'Tutorial'], False),
'EXPERIMENTAL': (bool, [True, False], False)
}

Powered by Google App Engine
This is Rietveld 408576698