OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'conditions': [ | 5 'conditions': [ |
6 ['OS=="mac" or OS=="win"', { | 6 ['OS=="mac" or OS=="win"', { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'chrome_dll', | 9 'target_name': 'chrome_dll', |
10 'type': 'none', | 10 'type': 'none', |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 '<(verify_order_path)', | 300 '<(verify_order_path)', |
301 '_ChromeMain', | 301 '_ChromeMain', |
302 '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}', | 302 '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}', |
303 ], | 303 ], |
304 }, | 304 }, |
305 ], | 305 ], |
306 'conditions': [ | 306 'conditions': [ |
307 ['mac_breakpad_compiled_in==1', { | 307 ['mac_breakpad_compiled_in==1', { |
308 'dependencies': [ | 308 'dependencies': [ |
309 '../breakpad/breakpad.gyp:breakpad', | 309 '../breakpad/breakpad.gyp:breakpad', |
310 '../components/components.gyp:breakpad_component', | 310 '../components/components.gyp:crash_component', |
311 '../components/components.gyp:policy', | 311 '../components/components.gyp:policy', |
312 ], | 312 ], |
313 'sources': [ | 313 'sources': [ |
314 'app/chrome_breakpad_client.cc', | 314 'app/chrome_breakpad_client.cc', |
315 'app/chrome_breakpad_client.h', | 315 'app/chrome_breakpad_client.h', |
316 'app/chrome_breakpad_client_mac.mm', | 316 'app/chrome_breakpad_client_mac.mm', |
317 ], | 317 ], |
318 }, { # else: mac_breakpad_compiled_in!=1 | 318 }, { # else: mac_breakpad_compiled_in!=1 |
319 # No Breakpad, put in the stubs. | 319 # No Breakpad, put in the stubs. |
320 'dependencies': [ | 320 'dependencies': [ |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 }, | 372 }, |
373 }], | 373 }], |
374 ] | 374 ] |
375 }], | 375 }], |
376 ], | 376 ], |
377 }, # target chrome_child_dll | 377 }, # target chrome_child_dll |
378 ], | 378 ], |
379 }], | 379 }], |
380 ], | 380 ], |
381 } | 381 } |
OLD | NEW |