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

Unified Diff: native_client_sdk/src/examples/input_events/example.dsc

Issue 11882012: Convert all project to use common.mk (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 7 years, 11 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/examples/input_events/example.dsc
diff --git a/native_client_sdk/src/examples/input_events/example.dsc b/native_client_sdk/src/examples/input_events/example.dsc
index 759d9e6a3227ed3d02b4cc2537fbd1d7c0cda627..1f5d20eec5fb7bddbe9f1c65ffc28cf4d9eb2fe8 100644
--- a/native_client_sdk/src/examples/input_events/example.dsc
+++ b/native_client_sdk/src/examples/input_events/example.dsc
@@ -1,5 +1,5 @@
{
- 'TOOLS': ['newlib', 'glibc', 'pnacl'],
+ 'TOOLS': ['newlib', 'glibc', 'pnacl', 'linux', 'win'],
'TARGETS': [
{
'NAME' : 'input_events',
@@ -13,7 +13,10 @@
'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
}
],
- 'DATA': ['example.js'],
+ 'DATA': [
+ 'Makefile',
+ 'example.js',
+ ],
'DEST': 'examples',
'NAME': 'input_events',
'TITLE': 'Input Events',
« no previous file with comments | « native_client_sdk/src/examples/input_events/Makefile ('k') | native_client_sdk/src/examples/load_progress/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698