| 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',
|
|
|