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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 'dependencies': [ | 61 'dependencies': [ |
62 '../breakpad/breakpad.gyp:*', | 62 '../breakpad/breakpad.gyp:*', |
63 '../chrome/app/locales/locales.gyp:*', | 63 '../chrome/app/locales/locales.gyp:*', |
64 '../courgette/courgette.gyp:*', | 64 '../courgette/courgette.gyp:*', |
65 '../gears/gears.gyp:*', | 65 '../gears/gears.gyp:*', |
66 '../rlz/rlz.gyp:*', | 66 '../rlz/rlz.gyp:*', |
67 '../sandbox/sandbox.gyp:*', | 67 '../sandbox/sandbox.gyp:*', |
68 '../third_party/bsdiff/bsdiff.gyp:*', | 68 '../third_party/bsdiff/bsdiff.gyp:*', |
69 '../third_party/bspatch/bspatch.gyp:*', | 69 '../third_party/bspatch/bspatch.gyp:*', |
70 '../third_party/cld/cld.gyp:*', | 70 '../third_party/cld/cld.gyp:*', |
71 '../third_party/tcmalloc/tcmalloc.gyp:*', | |
72 '../tools/memory_watcher/memory_watcher.gyp:*', | 71 '../tools/memory_watcher/memory_watcher.gyp:*', |
73 '../webkit/activex_shim/activex_shim.gyp:*', | 72 '../webkit/activex_shim/activex_shim.gyp:*', |
74 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', | 73 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', |
75 ], | 74 ], |
76 }, { | 75 }, { |
77 'dependencies': [ | 76 'dependencies': [ |
78 '../third_party/libevent/libevent.gyp:*', | 77 '../third_party/libevent/libevent.gyp:*', |
79 ], | 78 ], |
80 }], | 79 }], |
81 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { | 80 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { |
(...skipping 23 matching lines...) Expand all Loading... |
105 'type': 'none', | 104 'type': 'none', |
106 'dependencies': [ | 105 'dependencies': [ |
107 'All', | 106 'All', |
108 '../chrome/chrome.gyp:build_app_dmg', | 107 '../chrome/chrome.gyp:build_app_dmg', |
109 ], | 108 ], |
110 }, | 109 }, |
111 ], | 110 ], |
112 }], | 111 }], |
113 ], | 112 ], |
114 } | 113 } |
OLD | NEW |