| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'conditions': [ | 8 'conditions': [ |
| 9 ['OS!="win"', { | 9 ['OS!="win"', { |
| 10 'all_gyps%': 1, | 10 'all_gyps%': 1, |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 '../webkit/tools/test_shell/test_shell.gyp:*', | 47 '../webkit/tools/test_shell/test_shell.gyp:*', |
| 48 '../webkit/webkit.gyp:*', | 48 '../webkit/webkit.gyp:*', |
| 49 'temp_gyp/googleurl.gyp:*', | 49 'temp_gyp/googleurl.gyp:*', |
| 50 'temp_gyp/v8.gyp:*', | 50 'temp_gyp/v8.gyp:*', |
| 51 ], | 51 ], |
| 52 }], | 52 }], |
| 53 ], | 53 ], |
| 54 }, | 54 }, |
| 55 ], | 55 ], |
| 56 } | 56 } |
| 57 |
| OLD | NEW |