Chromium Code Reviews| Index: gyp/jsoncpp.gyp |
| diff --git a/gyp/jsoncpp.gyp b/gyp/jsoncpp.gyp |
| index 0507ed06a1629332da5eb020b51b1b771f4fd6b9..39068055e721b835374e97befe1a5e6573acbb76 100644 |
| --- a/gyp/jsoncpp.gyp |
| +++ b/gyp/jsoncpp.gyp |
| @@ -20,7 +20,7 @@ |
| 'target_name': 'jsoncpp', |
| 'type': 'static_library', |
| 'conditions': [ |
| - ['skia_build_json_writer', { |
| + ['skia_use_system_json == 0', { |
| 'defines': [ |
| 'JSON_USE_EXCEPTION=0', |
| ], |