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

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

Issue 23661005: [NaCl SDK] Add a very simple getting_started example at top-level. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add hello_tutorial.nmf Created 7 years, 3 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/test_sdk.py
diff --git a/native_client_sdk/src/build_tools/test_sdk.py b/native_client_sdk/src/build_tools/test_sdk.py
index bd5a00b711c125af029d26a20a4613ca83d99907..6adce2fcef6b3a51f5a563c94e67c60397c7a23b 100755
--- a/native_client_sdk/src/build_tools/test_sdk.py
+++ b/native_client_sdk/src/build_tools/test_sdk.py
@@ -30,6 +30,10 @@ sys.path.append(os.path.join(SDK_SRC_DIR, 'tools'))
import getos
def StepBuildExamples(pepperdir):
+ build_sdk.BuildStepMakeAll(pepperdir, 'getting_started',
+ 'Build Getting Started',
+ deps=False, config='Release')
+
for config in ('Debug', 'Release'):
build_sdk.BuildStepMakeAll(pepperdir, 'examples',
'Build Examples (%s)' % config,

Powered by Google App Engine
This is Rietveld 408576698