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

Unified Diff: ppapi/ppapi_cpp.gypi

Issue 10697079: Upstreaming Cygprofile for Android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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: ppapi/ppapi_cpp.gypi
diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi
index 00bb8f0569c92100b6e549ef93c1de47200346c3..440a837e0185830b4bbf82caa24cbf9bf95b19e9 100644
--- a/ppapi/ppapi_cpp.gypi
+++ b/ppapi/ppapi_cpp.gypi
@@ -21,6 +21,15 @@
'sources': [
'<@(c_source_files)',
],
+ 'conditions': [
+ ['order_profiling!=0', {
+ 'conditions': [
+ ['OS=="android"', {
+ 'dependencies': [ '../tools/cygprofile/cygprofile.gyp:cygprofile' ],
+ }],
+ ],
+ }], # order_profiling!=0
+ ],
},
{
'target_name': 'ppapi_cpp_objects',
« no previous file with comments | « build/common.gypi ('k') | tools/cygprofile/LICENSE » ('j') | tools/cygprofile/LICENSE » ('J')

Powered by Google App Engine
This is Rietveld 408576698