| 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 'includes': [ | 6 'includes': [ |
| 7 'common.gypi', | 7 'common.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 '../v8/tools/gyp/v8.gyp:*', | 46 '../v8/tools/gyp/v8.gyp:*', |
| 47 ], | 47 ], |
| 48 }], | 48 }], |
| 49 ['OS=="linux"', { | 49 ['OS=="linux"', { |
| 50 'dependencies': [ | 50 'dependencies': [ |
| 51 '../breakpad/breakpad.gyp:*', | 51 '../breakpad/breakpad.gyp:*', |
| 52 '../sandbox/sandbox.gyp:*', | 52 '../sandbox/sandbox.gyp:*', |
| 53 '../third_party/harfbuzz/harfbuzz.gyp:*', | 53 '../third_party/harfbuzz/harfbuzz.gyp:*', |
| 54 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', | 54 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |
| 55 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', | 55 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', |
| 56 '../courgette/courgette.gyp:*', |
| 56 ], | 57 ], |
| 57 }], | 58 }], |
| 58 ['OS=="win"', { | 59 ['OS=="win"', { |
| 59 'dependencies': [ | 60 'dependencies': [ |
| 60 '../breakpad/breakpad.gyp:*', | 61 '../breakpad/breakpad.gyp:*', |
| 61 '../chrome/app/locales/locales.gyp:*', | 62 '../chrome/app/locales/locales.gyp:*', |
| 62 '../courgette/courgette.gyp:*', | 63 '../courgette/courgette.gyp:*', |
| 63 '../gears/gears.gyp:*', | 64 '../gears/gears.gyp:*', |
| 64 '../rlz/rlz.gyp:*', | 65 '../rlz/rlz.gyp:*', |
| 65 '../sandbox/sandbox.gyp:*', | 66 '../sandbox/sandbox.gyp:*', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'type': 'none', | 106 'type': 'none', |
| 106 'dependencies': [ | 107 'dependencies': [ |
| 107 'All', | 108 'All', |
| 108 '../chrome/chrome.gyp:build_app_dmg', | 109 '../chrome/chrome.gyp:build_app_dmg', |
| 109 ], | 110 ], |
| 110 }, | 111 }, |
| 111 ], | 112 ], |
| 112 }], | 113 }], |
| 113 ], | 114 ], |
| 114 } | 115 } |
| OLD | NEW |