| Index: cc/cc.gyp | 
| diff --git a/tools/isolate/data/isolate/fail.isolate b/cc/cc.gyp | 
| similarity index 62% | 
| copy from tools/isolate/data/isolate/fail.isolate | 
| copy to cc/cc.gyp | 
| index eeeb97bcd022766e9c0b960982281e37342532ce..c67d50e971239334402cf4c53cd392357c2542e6 100644 | 
| --- a/tools/isolate/data/isolate/fail.isolate | 
| +++ b/cc/cc.gyp | 
| @@ -1,14 +1,17 @@ | 
| # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 
| # Use of this source code is governed by a BSD-style license that can be | 
| # found in the LICENSE file. | 
| + | 
| { | 
| 'variables': { | 
| -    'command': [ | 
| -      'python', | 
| -      'fail.py', | 
| -    ], | 
| -    'isolate_dependency_tracked': [ | 
| -      'fail.py', | 
| -    ], | 
| +    'chromium_code': 0, | 
| }, | 
| + | 
| +  'targets': [ | 
| +    { | 
| +      'target_name': 'cc', | 
| +      'type': 'static_library', | 
| +    } | 
| +  ] | 
| } | 
| + | 
|  |