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

Unified Diff: native_client_sdk/src/libraries/ppapi_cpp/library.dsc

Issue 11882012: Convert all project to use common.mk (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix missing common.mk path 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/ppapi_cpp/library.dsc
diff --git a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
index 956f8665fb41445fbe223e547502dab8e3fb9026..eae5b282adedafd6538d5c05b584c12805dd374c 100644
--- a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
@@ -1,6 +1,8 @@
{
'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
- 'SEARCH' : [
+ 'SEARCH': [
+ '.',
+ '../../tools',
'../../../../ppapi/cpp',
'../../../../ppapi/utility',
'../../../../ppapi/utility/graphics',
@@ -52,6 +54,9 @@
],
}
],
+ 'DATA': [
+ 'Makefile',
+ ],
'DEST': 'src',
'NAME': 'ppapi_cpp',
}

Powered by Google App Engine
This is Rietveld 408576698