| Index: ppapi/ppapi_ipc_untrusted.gyp
 | 
| ===================================================================
 | 
| --- ppapi/ppapi_ipc_untrusted.gyp	(revision 239156)
 | 
| +++ ppapi/ppapi_ipc_untrusted.gyp	(working copy)
 | 
| @@ -36,6 +36,14 @@
 | 
|              '../ppapi/ppapi_shared_untrusted.gyp:ppapi_shared_untrusted',
 | 
|              '../components/tracing_untrusted.gyp:tracing_untrusted',
 | 
|            ],
 | 
| +          'conditions': [
 | 
| +            ['use_libcxx==1', {
 | 
| +              'dependencies!': [
 | 
| +                '<(DEPTH)/third_party/libc++/libc++.gyp:libc++',
 | 
| +                '<(DEPTH)/third_party/libc++abi/libc++abi.gyp:libc++abi',
 | 
| +              ],
 | 
| +            }],
 | 
| +          ],
 | 
|          },
 | 
|        ],
 | 
|      }],
 | 
| 
 |