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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 485893007: Rename components/breakpad to components/crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + iOS tests Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'chrome', 8 'target_name': 'chrome',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 'chrome_initial', ], 10 'dependencies': [ 'chrome_initial', ],
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 'chrome_nacl_win64', 490 'chrome_nacl_win64',
491 'chrome_process_finder', 491 'chrome_process_finder',
492 'chrome_version_resources', 492 'chrome_version_resources',
493 'installer_util', 493 'installer_util',
494 'image_pre_reader', 494 'image_pre_reader',
495 '../base/base.gyp:base', 495 '../base/base.gyp:base',
496 '../crypto/crypto.gyp:crypto', 496 '../crypto/crypto.gyp:crypto',
497 '../breakpad/breakpad.gyp:breakpad_handler', 497 '../breakpad/breakpad.gyp:breakpad_handler',
498 '../breakpad/breakpad.gyp:breakpad_sender', 498 '../breakpad/breakpad.gyp:breakpad_sender',
499 '../chrome_elf/chrome_elf.gyp:chrome_elf', 499 '../chrome_elf/chrome_elf.gyp:chrome_elf',
500 '../components/components.gyp:breakpad_component', 500 '../components/components.gyp:crash_component',
501 '../sandbox/sandbox.gyp:sandbox', 501 '../sandbox/sandbox.gyp:sandbox',
502 ], 502 ],
503 'sources': [ 503 'sources': [
504 'app/chrome_breakpad_client.cc', 504 'app/chrome_breakpad_client.cc',
505 'app/chrome_breakpad_client.h', 505 'app/chrome_breakpad_client.h',
506 'app/chrome_exe.rc', 506 'app/chrome_exe.rc',
507 'common/crash_keys.cc', 507 'common/crash_keys.cc',
508 'common/crash_keys.h', 508 'common/crash_keys.h',
509 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', 509 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc',
510 ], 510 ],
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 'target_name': 'chrome_run', 704 'target_name': 'chrome_run',
705 'type': 'none', 705 'type': 'none',
706 'dependencies': [ 706 'dependencies': [
707 'chrome', 707 'chrome',
708 ], 708 ],
709 }, 709 },
710 ], 710 ],
711 }], 711 }],
712 ], 712 ],
713 } 713 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698