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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1904613002: Preparation patch for moving the chrome crashpad integration into chrome_elf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent Created 4 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3652 matching lines...) Expand 10 before | Expand all | Expand 10 after
3663 'app/chrome_crash_reporter_client.h', 3663 'app/chrome_crash_reporter_client.h',
3664 ], 3664 ],
3665 'dependencies': [ 3665 'dependencies': [
3666 '../components/components.gyp:breakpad_host', 3666 '../components/components.gyp:breakpad_host',
3667 '../components/components.gyp:crash_component', 3667 '../components/components.gyp:crash_component',
3668 '../components/components.gyp:generate_version_info', 3668 '../components/components.gyp:generate_version_info',
3669 ], 3669 ],
3670 }], 3670 }],
3671 ['OS == "win" and kasko_failed_rdv_reports == 1', { 3671 ['OS == "win" and kasko_failed_rdv_reports == 1', {
3672 'sources': [ 3672 'sources': [
3673 'app/chrome_crash_reporter_client.cc', 3673 'app/chrome_crash_reporter_client_win.cc',
3674 'app/chrome_crash_reporter_client.h', 3674 'app/chrome_crash_reporter_client_win.h',
3675 ], 3675 ],
3676 'dependencies': [ 3676 'dependencies': [
3677 '../components/components.gyp:crash_component_lib', 3677 '../components/components.gyp:crash_component_lib',
3678 ], 3678 ],
3679 }], 3679 }],
3680 ['use_nss_certs==1', { 3680 ['use_nss_certs==1', {
3681 'sources': [ '<@(chrome_browser_nss_sources)' ], 3681 'sources': [ '<@(chrome_browser_nss_sources)' ],
3682 'conditions': [ 3682 'conditions': [
3683 ['chromeos==1', { 3683 ['chromeos==1', {
3684 'sources!': [ 'browser/net/nss_context_linux.cc' ], 3684 'sources!': [ 'browser/net/nss_context_linux.cc' ],
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
4222 '../components/components.gyp:rlz', 4222 '../components/components.gyp:rlz',
4223 '../components/components.gyp:search_engines', 4223 '../components/components.gyp:search_engines',
4224 '../rlz/rlz.gyp:rlz_lib', 4224 '../rlz/rlz.gyp:rlz_lib',
4225 'common', 4225 'common',
4226 ], 4226 ],
4227 }, 4227 },
4228 ], 4228 ],
4229 }], 4229 }],
4230 ], 4230 ],
4231 } 4231 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_exe.gypi » ('j') | chrome/install_static/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698