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

Unified Diff: native_client_sdk/src/libraries/gmock/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/gmock/library.dsc
diff --git a/native_client_sdk/src/libraries/gmock/library.dsc b/native_client_sdk/src/libraries/gmock/library.dsc
index a8feec25efda0619506f77db94ec4e1e129415be..c45ef63bdac7f1d1214b24cc6f50a87eaa79948c 100644
--- a/native_client_sdk/src/libraries/gmock/library.dsc
+++ b/native_client_sdk/src/libraries/gmock/library.dsc
@@ -1,6 +1,7 @@
{
'TOOLS': ['newlib', 'glibc', 'win', 'linux', 'pnacl'],
'SEARCH': [
+ '.',
'../../../../testing/gmock/include/gmock',
'../../../../testing/gmock/include/gmock/internal',
'../../../../testing/gmock/src',
@@ -50,6 +51,9 @@
'DEST': 'include/gmock/internal',
},
],
+ 'DATA': [
+ 'Makefile'
+ ],
'DEST': 'testlibs',
'NAME': 'gmock',
}

Powered by Google App Engine
This is Rietveld 408576698