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

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

Issue 318823002: [NaCl SDK] Don't set minimum_chrome_version for most examples. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback Created 6 years, 6 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 63e55d14564d5c82fbf05fabac8c5327349ba89e..57fa705bf2ef9b7d264b03af127aa9df6606b408 100755
--- a/native_client_sdk/src/build_tools/parse_dsc.py
+++ b/native_client_sdk/src/build_tools/parse_dsc.py
@@ -67,6 +67,7 @@ DSC_FORMAT = {
'PERMISSIONS': (list, '', False),
'SOCKET_PERMISSIONS': (list, '', False),
'MULTI_PLATFORM': (bool, [True, False], False),
+ 'MIN_CHROME_VERSION': (str, '', False),
}
« no previous file with comments | « native_client_sdk/src/build_tools/generate_make.py ('k') | native_client_sdk/src/examples/api/media_stream_audio/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698