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

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: address digit comment 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
« base/base.gyp ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_cpp.gypi
diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi
index 00bb8f0569c92100b6e549ef93c1de47200346c3..d160fabafdab397c1b9e807ad34e5f6b7c52f01e 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': [ '../base/android/third_party/cygprofile_startup/cygprofile_startup.gyp:cygprofile_startup' ],
+ }],
+ ],
+ }], # order_profiling!=0
+ ],
},
{
'target_name': 'ppapi_cpp_objects',
« base/base.gyp ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698