| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 'conditions': [ | 43 'conditions': [ |
| 44 ['javascript_engine=="v8"', { | 44 ['javascript_engine=="v8"', { |
| 45 'dependencies': [ | 45 'dependencies': [ |
| 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 '../third_party/harfbuzz/harfbuzz.gyp:*', | 51 '../third_party/harfbuzz/harfbuzz.gyp:*', |
| 52 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', | 52 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |
| 53 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', |
| 53 '../breakpad/breakpad.gyp:*', | 54 '../breakpad/breakpad.gyp:*', |
| 54 ], | 55 ], |
| 55 }], | 56 }], |
| 56 ['OS=="win"', { | 57 ['OS=="win"', { |
| 57 'dependencies': [ | 58 'dependencies': [ |
| 58 '../breakpad/breakpad.gyp:*', | 59 '../breakpad/breakpad.gyp:*', |
| 59 '../chrome/app/locales/locales.gyp:*', | 60 '../chrome/app/locales/locales.gyp:*', |
| 60 '../courgette/courgette.gyp:*', | 61 '../courgette/courgette.gyp:*', |
| 61 '../gears/gears.gyp:*', | 62 '../gears/gears.gyp:*', |
| 62 '../rlz/rlz.gyp:*', | 63 '../rlz/rlz.gyp:*', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 'type': 'none', | 104 'type': 'none', |
| 104 'dependencies': [ | 105 'dependencies': [ |
| 105 'All', | 106 'All', |
| 106 '../chrome/chrome.gyp:build_app_dmg', | 107 '../chrome/chrome.gyp:build_app_dmg', |
| 107 ], | 108 ], |
| 108 }, | 109 }, |
| 109 ], | 110 ], |
| 110 }], | 111 }], |
| 111 ], | 112 ], |
| 112 } | 113 } |
| OLD | NEW |