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 28 matching lines...) Expand all Loading... |
39 '../webkit/webkit.gyp:*', | 39 '../webkit/webkit.gyp:*', |
40 'util/build_util.gyp:*', | 40 'util/build_util.gyp:*', |
41 'temp_gyp/googleurl.gyp:*', | 41 'temp_gyp/googleurl.gyp:*', |
42 ], | 42 ], |
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 ['chrome_frame_define==1', { | |
50 'dependencies': [ | |
51 '../chrome_frame/chrome_frame.gyp:*', | |
52 ], | |
53 }], | |
54 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { | 49 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { |
55 'dependencies': [ | 50 'dependencies': [ |
56 '../third_party/yasm/yasm.gyp:*#host', | 51 '../third_party/yasm/yasm.gyp:*#host', |
57 ], | 52 ], |
58 }], | 53 }], |
59 ['OS=="mac"', { | 54 ['OS=="mac"', { |
60 'dependencies': [ | 55 'dependencies': [ |
61 '../third_party/ocmock/ocmock.gyp:*', | 56 '../third_party/ocmock/ocmock.gyp:*', |
62 ], | 57 ], |
63 }], | 58 }], |
(...skipping 22 matching lines...) Expand all Loading... |
86 'conditions': [ | 81 'conditions': [ |
87 ['win_use_allocator_shim==1', { | 82 ['win_use_allocator_shim==1', { |
88 'dependencies': [ | 83 'dependencies': [ |
89 '../base/allocator/allocator.gyp:*', | 84 '../base/allocator/allocator.gyp:*', |
90 ], | 85 ], |
91 }], | 86 }], |
92 ], | 87 ], |
93 'dependencies': [ | 88 'dependencies': [ |
94 '../breakpad/breakpad.gyp:*', | 89 '../breakpad/breakpad.gyp:*', |
95 '../chrome/app/locales/locales.gyp:*', | 90 '../chrome/app/locales/locales.gyp:*', |
| 91 '../chrome_frame/chrome_frame.gyp:*', |
96 '../courgette/courgette.gyp:*', | 92 '../courgette/courgette.gyp:*', |
97 '../gears/gears.gyp:*', | 93 '../gears/gears.gyp:*', |
98 '../gpu/demos/demos.gyp:*', | 94 '../gpu/demos/demos.gyp:*', |
99 '../gpu/gpu.gyp:*', | 95 '../gpu/gpu.gyp:*', |
100 '../rlz/rlz.gyp:*', | 96 '../rlz/rlz.gyp:*', |
101 '../sandbox/sandbox.gyp:*', | 97 '../sandbox/sandbox.gyp:*', |
102 '../third_party/bsdiff/bsdiff.gyp:*', | 98 '../third_party/bsdiff/bsdiff.gyp:*', |
103 '../third_party/bspatch/bspatch.gyp:*', | 99 '../third_party/bspatch/bspatch.gyp:*', |
104 '../third_party/cld/cld.gyp:*', | 100 '../third_party/cld/cld.gyp:*', |
105 '../third_party/gles2_book/gles2_book.gyp:*', | 101 '../third_party/gles2_book/gles2_book.gyp:*', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 '../chrome/chrome.gyp:sync_unit_tests', | 198 '../chrome/chrome.gyp:sync_unit_tests', |
203 '../chrome/chrome.gyp:tab_switching_test', | 199 '../chrome/chrome.gyp:tab_switching_test', |
204 '../chrome/chrome.gyp:ui_tests', | 200 '../chrome/chrome.gyp:ui_tests', |
205 '../chrome/chrome.gyp:unit_tests', | 201 '../chrome/chrome.gyp:unit_tests', |
206 '../chrome/chrome.gyp:url_fetch_test', | 202 '../chrome/chrome.gyp:url_fetch_test', |
207 '../chrome/installer/installer.gyp:installer_util_unittests', | 203 '../chrome/installer/installer.gyp:installer_util_unittests', |
208 '../chrome/installer/installer.gyp:mini_installer_test', | 204 '../chrome/installer/installer.gyp:mini_installer_test', |
209 # mini_installer_tests depends on mini_installer. This should be | 205 # mini_installer_tests depends on mini_installer. This should be |
210 # defined in installer.gyp. | 206 # defined in installer.gyp. |
211 '../chrome/installer/mini_installer.gyp:mini_installer', | 207 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 208 '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer'
, |
212 '../courgette/courgette.gyp:courgette_unittests', | 209 '../courgette/courgette.gyp:courgette_unittests', |
213 '../ipc/ipc.gyp:ipc_tests', | 210 '../ipc/ipc.gyp:ipc_tests', |
214 '../media/media.gyp:media_unittests', | 211 '../media/media.gyp:media_unittests', |
215 '../printing/printing.gyp:printing_unittests', | 212 '../printing/printing.gyp:printing_unittests', |
216 '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin'
, | 213 '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin'
, |
217 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. | 214 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
218 # This should: | 215 # This should: |
219 # 1) not be the case. OR. | 216 # 1) not be the case. OR. |
220 # 2) be expressed in the ui tests dependencies. | 217 # 2) be expressed in the ui tests dependencies. |
221 '../webkit/tools/test_shell/test_shell.gyp:test_shell_common', | 218 '../webkit/tools/test_shell/test_shell.gyp:test_shell_common', |
222 'temp_gyp/googleurl.gyp:googleurl_unittests', | 219 'temp_gyp/googleurl.gyp:googleurl_unittests', |
223 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 220 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
224 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | 221 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
225 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 222 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
226 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 223 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
227 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 224 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
228 ], | 225 ], |
229 }, | 226 }, |
230 { | 227 { |
231 # TODO(robertshield): Remove this target once the last independent | 228 # TODO(robertshield): Remove this target once the last independent |
232 # CF builder is retired. | 229 # CF builder is retired. |
233 'target_name': 'chrome_frame_builder', | 230 'target_name': 'chrome_frame_builder', |
234 'type': 'none', | 231 'type': 'none', |
235 'dependencies': [ | 232 'dependencies': [ |
236 '../chrome/installer/installer.gyp:installer_util_unittests', | 233 '../chrome/installer/installer.gyp:installer_util_unittests', |
237 '../chrome/installer/installer.gyp:mini_installer_test', | 234 '../chrome/installer/installer.gyp:mini_installer_test', |
238 # mini_installer_tests depends on mini_installer. This should be | 235 # mini_installer_tests depends on mini_installer. This should be |
239 # defined in installer.gyp. | 236 # defined in installer.gyp. |
240 '../chrome/installer/mini_installer.gyp:mini_installer', | 237 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 238 '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer'
, |
241 '../courgette/courgette.gyp:courgette_unittests', | 239 '../courgette/courgette.gyp:courgette_unittests', |
242 '../chrome/chrome.gyp:chrome', | 240 '../chrome/chrome.gyp:chrome', |
243 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 241 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
244 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 242 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
245 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 243 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
246 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 244 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
247 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | 245 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
248 ], | 246 ], |
249 }, | 247 }, |
250 ], # targets | 248 ], # targets |
251 }], # OS="win" | 249 }], # OS="win" |
252 ], # conditions | 250 ], # conditions |
253 } | 251 } |
254 | 252 |
255 # Local Variables: | 253 # Local Variables: |
256 # tab-width:2 | 254 # tab-width:2 |
257 # indent-tabs-mode:nil | 255 # indent-tabs-mode:nil |
258 # End: | 256 # End: |
259 # vim: set expandtab tabstop=2 shiftwidth=2: | 257 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |