| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 ['javascript_engine=="v8"', { | 45 ['javascript_engine=="v8"', { |
| 46 'dependencies': [ | 46 'dependencies': [ |
| 47 '../v8/tools/gyp/v8.gyp:*', | 47 '../v8/tools/gyp/v8.gyp:*', |
| 48 ], | 48 ], |
| 49 }], | 49 }], |
| 50 ['OS=="linux"', { | 50 ['OS=="linux"', { |
| 51 'dependencies': [ | 51 'dependencies': [ |
| 52 '../breakpad/breakpad.gyp:*', | 52 '../breakpad/breakpad.gyp:*', |
| 53 '../sandbox/sandbox.gyp:*', | 53 '../sandbox/sandbox.gyp:*', |
| 54 '../third_party/harfbuzz/harfbuzz.gyp:*', | 54 '../third_party/harfbuzz/harfbuzz.gyp:*', |
| 55 '../third_party/tcmalloc/tcmalloc.gyp:*', |
| 55 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', | 56 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |
| 56 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', | 57 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', |
| 57 '../courgette/courgette.gyp:*', | 58 '../courgette/courgette.gyp:*', |
| 58 ], | 59 ], |
| 59 'conditions': [ | 60 'conditions': [ |
| 60 ['branding=="Chrome"', { | 61 ['branding=="Chrome"', { |
| 61 'dependencies': [ | 62 'dependencies': [ |
| 62 '../chrome/installer/installer.gyp:linux_packages', | 63 '../chrome/installer/installer.gyp:linux_packages', |
| 63 ], | 64 ], |
| 64 }], | 65 }], |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'type': 'none', | 113 'type': 'none', |
| 113 'dependencies': [ | 114 'dependencies': [ |
| 114 'All', | 115 'All', |
| 115 '../chrome/chrome.gyp:build_app_dmg', | 116 '../chrome/chrome.gyp:build_app_dmg', |
| 116 ], | 117 ], |
| 117 }, | 118 }, |
| 118 ], | 119 ], |
| 119 }], | 120 }], |
| 120 ], | 121 ], |
| 121 } | 122 } |
| OLD | NEW |