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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
376 '<(PRODUCT_DIR)/dump_syms', | 376 '<(PRODUCT_DIR)/dump_syms', |
377 '<(linux_strip_binary)', | 377 '<(linux_strip_binary)', |
378 '<(PRODUCT_DIR)/chrome', | 378 '<(PRODUCT_DIR)/chrome', |
379 '<@(_outputs)'], | 379 '<@(_outputs)'], |
380 'message': 'Dumping breakpad symbols to <(_outputs)', | 380 'message': 'Dumping breakpad symbols to <(_outputs)', |
381 'process_outputs_as_sources': 1, | 381 'process_outputs_as_sources': 1, |
382 }, | 382 }, |
383 ], | 383 ], |
384 'dependencies': [ | 384 'dependencies': [ |
385 'chrome', | 385 'chrome', |
386 '../breakpad/breakpad.gyp:dump_syms', | 386 '../breakpad/breakpad.gyp:dump_syms#host', |
387 ], | 387 ], |
388 }], | 388 }], |
389 ], | 389 ], |
390 }, | 390 }, |
391 ], | 391 ], |
392 }], # OS=="linux" | 392 }], # OS=="linux" |
393 ['OS=="win"', | 393 ['OS=="win"', |
394 { 'targets': [ | 394 { 'targets': [ |
395 { | 395 { |
396 # For historical reasons, chrome/chrome.sln has been the entry point | 396 # For historical reasons, chrome/chrome.sln has been the entry point |
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
820 '<(DEPTH)/third_party/kasko' | 820 '<(DEPTH)/third_party/kasko' |
821 ], | 821 ], |
822 }, | 822 }, |
823 }, | 823 }, |
824 }, | 824 }, |
825 }, | 825 }, |
826 ], | 826 ], |
827 }], | 827 }], |
828 ], # 'conditions' | 828 ], # 'conditions' |
829 } | 829 } |
OLD | NEW |