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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'All', | 8 'target_name': 'All', |
9 'type': 'none', | 9 'type': 'none', |
10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 'conditions': [ | 79 'conditions': [ |
80 ['branding=="Chrome"', { | 80 ['branding=="Chrome"', { |
81 'dependencies': [ | 81 'dependencies': [ |
82 '../chrome/installer/installer.gyp:linux_packages_<(channel)', | 82 '../chrome/installer/installer.gyp:linux_packages_<(channel)', |
83 ], | 83 ], |
84 }], | 84 }], |
85 ], | 85 ], |
86 }], | 86 }], |
87 ['OS=="win"', { | 87 ['OS=="win"', { |
88 'dependencies': [ | 88 'dependencies': [ |
| 89 '../base/allocator/allocator.gyp:*', |
89 '../breakpad/breakpad.gyp:*', | 90 '../breakpad/breakpad.gyp:*', |
90 '../chrome/app/locales/locales.gyp:*', | 91 '../chrome/app/locales/locales.gyp:*', |
91 '../courgette/courgette.gyp:*', | 92 '../courgette/courgette.gyp:*', |
92 '../gears/gears.gyp:*', | 93 '../gears/gears.gyp:*', |
93 '../rlz/rlz.gyp:*', | 94 '../rlz/rlz.gyp:*', |
94 '../sandbox/sandbox.gyp:*', | 95 '../sandbox/sandbox.gyp:*', |
95 '../third_party/bsdiff/bsdiff.gyp:*', | 96 '../third_party/bsdiff/bsdiff.gyp:*', |
96 '../third_party/bspatch/bspatch.gyp:*', | 97 '../third_party/bspatch/bspatch.gyp:*', |
97 '../third_party/cld/cld.gyp:*', | 98 '../third_party/cld/cld.gyp:*', |
98 '../third_party/tcmalloc/tcmalloc.gyp:*', | |
99 '../tools/memory_watcher/memory_watcher.gyp:*', | 99 '../tools/memory_watcher/memory_watcher.gyp:*', |
100 ], | 100 ], |
101 }, { | 101 }, { |
102 'dependencies': [ | 102 'dependencies': [ |
103 '../third_party/libevent/libevent.gyp:*', | 103 '../third_party/libevent/libevent.gyp:*', |
104 ], | 104 ], |
105 }], | 105 }], |
106 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { | 106 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { |
107 'dependencies': [ | 107 'dependencies': [ |
108 '../views/views.gyp:*', | 108 '../views/views.gyp:*', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 ], # targets | 221 ], # targets |
222 }], # OS="win" | 222 }], # OS="win" |
223 ], # conditions | 223 ], # conditions |
224 } | 224 } |
225 | 225 |
226 # Local Variables: | 226 # Local Variables: |
227 # tab-width:2 | 227 # tab-width:2 |
228 # indent-tabs-mode:nil | 228 # indent-tabs-mode:nil |
229 # End: | 229 # End: |
230 # vim: set expandtab tabstop=2 shiftwidth=2: | 230 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |