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

Unified Diff: native_client_sdk/src/libraries/nacl_mounts/library.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/libraries/nacl_mounts/library.dsc
diff --git a/native_client_sdk/src/libraries/nacl_mounts/library.dsc b/native_client_sdk/src/libraries/nacl_mounts/library.dsc
index e7f81eeeaa2917f4bab1f24a18f698fd1011acf3..1d5ca1573f9ceb2d5f77491777c47de1253cc4fe 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_mounts/library.dsc
@@ -1,7 +1,6 @@
{
# Disabled pnacl for now because it warns on using the language extension
# typeof(...)
- #'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
'TOOLS': ['newlib', 'glibc', 'win'],
'SEARCH': [
'.',
@@ -78,6 +77,9 @@
'DEST': 'include/utils',
}
],
+ 'DATA': [
+ 'Makefile',
+ ],
'DEST': 'src',
'NAME': 'nacl_mounts',
}

Powered by Google App Engine
This is Rietveld 408576698