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

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

Issue 664543003: Benchmark sample for SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 57fa705bf2ef9b7d264b03af127aa9df6606b408..5e94969024d28a7dd8f6d85757f8bee71b4977fd 100755
--- a/native_client_sdk/src/build_tools/parse_dsc.py
+++ b/native_client_sdk/src/build_tools/parse_dsc.py
@@ -56,7 +56,7 @@ DSC_FORMAT = {
'SEARCH': (list, '', False),
'POST': (str, '', False),
'PRE': (str, '', False),
- 'DEST': (str, ['getting_started', 'examples/api',
+ 'DEST': (str, ['getting_started', 'examples/api', 'examples/benchmarks',
'examples/demo', 'examples/tutorial',
'src', 'tests'], True),
'NAME': (str, '', False),

Powered by Google App Engine
This is Rietveld 408576698