| 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 'conditions': [ | 7 'conditions': [ |
| 8 ['OS!="win"', { | 8 ['OS!="win"', { |
| 9 'all_gyps%': 1, | 9 'all_gyps%': 1, |
| 10 },{ # else OS=="win" | 10 },{ # else OS=="win" |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 }], | 52 }], |
| 53 ['OS=="linux"', { | 53 ['OS=="linux"', { |
| 54 'dependencies': [ | 54 'dependencies': [ |
| 55 '../third_party/harfbuzz/harfbuzz.gyp:*', | 55 '../third_party/harfbuzz/harfbuzz.gyp:*', |
| 56 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', | 56 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |
| 57 ], | 57 ], |
| 58 }], | 58 }], |
| 59 ['OS=="win"', { | 59 ['OS=="win"', { |
| 60 'dependencies': [ | 60 'dependencies': [ |
| 61 '../sandbox/sandbox.gyp:*', | 61 '../sandbox/sandbox.gyp:*', |
| 62 '../third_party/courgette/courgette.gyp:*', | 62 '../courgette/courgette.gyp:*', |
| 63 '../webkit/activex_shim/activex_shim.gyp:*', | 63 '../webkit/activex_shim/activex_shim.gyp:*', |
| 64 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', | 64 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', |
| 65 'temp_gyp/breakpad.gyp:*', | 65 'temp_gyp/breakpad.gyp:*', |
| 66 ], | 66 ], |
| 67 }, { | 67 }, { |
| 68 'dependencies': [ | 68 'dependencies': [ |
| 69 '../third_party/libevent/libevent.gyp:*', | 69 '../third_party/libevent/libevent.gyp:*', |
| 70 ], | 70 ], |
| 71 }], | 71 }], |
| 72 ['all_gyps', { | 72 ['all_gyps', { |
| (...skipping 15 matching lines...) Expand all Loading... |
| 88 'dependencies': [ | 88 'dependencies': [ |
| 89 '../chrome/chrome.gyp:image_diff', | 89 '../chrome/chrome.gyp:image_diff', |
| 90 '../webkit/tools/test_shell/test_shell.gyp:test_shell', | 90 '../webkit/tools/test_shell/test_shell.gyp:test_shell', |
| 91 '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests', | 91 '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests', |
| 92 ], | 92 ], |
| 93 }, | 93 }, |
| 94 ], | 94 ], |
| 95 }], | 95 }], |
| 96 ], | 96 ], |
| 97 } | 97 } |
| OLD | NEW |