Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(587)

Side by Side Diff: chrome/chrome.gyp

Issue 1061473003: Always build dump_syms with the 'host' toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arm_try_by_default
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/gn_migration.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698