| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 ], | 43 ], |
| 44 'conditions': [ | 44 'conditions': [ |
| 45 ['OS=="linux"', { | 45 ['OS=="linux"', { |
| 46 'dependencies': [ | 46 'dependencies': [ |
| 47 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', | 47 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |
| 48 ], | 48 ], |
| 49 }], | 49 }], |
| 50 ['OS=="win"', { | 50 ['OS=="win"', { |
| 51 'dependencies': [ | 51 'dependencies': [ |
| 52 '../sandbox/sandbox.gyp:*', | 52 '../sandbox/sandbox.gyp:*', |
| 53 '../webkit/activex_shim/activex_shim.gyp:*', |
| 54 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', |
| 53 'temp_gyp/breakpad.gyp:*', | 55 'temp_gyp/breakpad.gyp:*', |
| 54 ], | 56 ], |
| 55 }, { | 57 }, { |
| 56 'dependencies': [ | 58 'dependencies': [ |
| 57 '../third_party/libevent/libevent.gyp:*', | 59 '../third_party/libevent/libevent.gyp:*', |
| 58 ], | 60 ], |
| 59 }], | 61 }], |
| 60 ['all_gyps', { | 62 ['all_gyps', { |
| 61 'dependencies': [ | 63 'dependencies': [ |
| 62 '../chrome/chrome.gyp:*', | 64 '../chrome/chrome.gyp:*', |
| 63 '../webkit/tools/test_shell/test_shell.gyp:*', | 65 '../webkit/tools/test_shell/test_shell.gyp:*', |
| 64 '../webkit/webkit.gyp:*', | 66 '../webkit/webkit.gyp:*', |
| 65 ], | 67 ], |
| 66 }], | 68 }], |
| 67 ], | 69 ], |
| 68 }, | 70 }, |
| 69 ], | 71 ], |
| 70 } | 72 } |
| 71 | 73 |
| OLD | NEW |