| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'dependencies': [ | 68 'dependencies': [ |
| 69 '../breakpad/breakpad.gyp:*', | 69 '../breakpad/breakpad.gyp:*', |
| 70 '../chrome/app/locales/locales.gyp:*', | 70 '../chrome/app/locales/locales.gyp:*', |
| 71 '../courgette/courgette.gyp:*', | 71 '../courgette/courgette.gyp:*', |
| 72 '../gears/gears.gyp:*', | 72 '../gears/gears.gyp:*', |
| 73 '../rlz/rlz.gyp:*', | 73 '../rlz/rlz.gyp:*', |
| 74 '../sandbox/sandbox.gyp:*', | 74 '../sandbox/sandbox.gyp:*', |
| 75 '../third_party/bsdiff/bsdiff.gyp:*', | 75 '../third_party/bsdiff/bsdiff.gyp:*', |
| 76 '../third_party/bspatch/bspatch.gyp:*', | 76 '../third_party/bspatch/bspatch.gyp:*', |
| 77 '../third_party/cld/cld.gyp:*', | 77 '../third_party/cld/cld.gyp:*', |
| 78 '../third_party/tcmalloc/tcmalloc.gyp:*', |
| 78 '../tools/memory_watcher/memory_watcher.gyp:*', | 79 '../tools/memory_watcher/memory_watcher.gyp:*', |
| 79 '../webkit/activex_shim/activex_shim.gyp:*', | 80 '../webkit/activex_shim/activex_shim.gyp:*', |
| 80 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', | 81 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', |
| 81 ], | 82 ], |
| 82 }, { | 83 }, { |
| 83 'dependencies': [ | 84 'dependencies': [ |
| 84 '../third_party/libevent/libevent.gyp:*', | 85 '../third_party/libevent/libevent.gyp:*', |
| 85 ], | 86 ], |
| 86 }], | 87 }], |
| 87 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { | 88 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { |
| (...skipping 23 matching lines...) Expand all Loading... |
| 111 'type': 'none', | 112 'type': 'none', |
| 112 'dependencies': [ | 113 'dependencies': [ |
| 113 'All', | 114 'All', |
| 114 '../chrome/chrome.gyp:build_app_dmg', | 115 '../chrome/chrome.gyp:build_app_dmg', |
| 115 ], | 116 ], |
| 116 }, | 117 }, |
| 117 ], | 118 ], |
| 118 }], | 119 }], |
| 119 ], | 120 ], |
| 120 } | 121 } |
| OLD | NEW |