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