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

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 build error on Windows builder 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_exe.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 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 3637 matching lines...) Expand 10 before | Expand all | Expand 10 after
3648 'app/chrome_crash_reporter_client.h', 3648 'app/chrome_crash_reporter_client.h',
3649 ], 3649 ],
3650 'dependencies': [ 3650 'dependencies': [
3651 '../components/components.gyp:breakpad_host', 3651 '../components/components.gyp:breakpad_host',
3652 '../components/components.gyp:crash_component', 3652 '../components/components.gyp:crash_component',
3653 '../components/components.gyp:generate_version_info', 3653 '../components/components.gyp:generate_version_info',
3654 ], 3654 ],
3655 }], 3655 }],
3656 ['OS == "win" and kasko_failed_rdv_reports == 1', { 3656 ['OS == "win" and kasko_failed_rdv_reports == 1', {
3657 'sources': [ 3657 'sources': [
3658 'app/chrome_crash_reporter_client.cc', 3658 'app/chrome_crash_reporter_client_win.cc',
3659 'app/chrome_crash_reporter_client.h', 3659 'app/chrome_crash_reporter_client_win.h',
3660 ], 3660 ],
3661 'dependencies': [ 3661 'dependencies': [
3662 '../components/components.gyp:crash_component_lib', 3662 '../components/components.gyp:crash_component_lib',
3663 ], 3663 ],
3664 }], 3664 }],
3665 ['use_nss_certs==1', { 3665 ['use_nss_certs==1', {
3666 'sources': [ '<@(chrome_browser_nss_sources)' ], 3666 'sources': [ '<@(chrome_browser_nss_sources)' ],
3667 'conditions': [ 3667 'conditions': [
3668 ['chromeos==1', { 3668 ['chromeos==1', {
3669 'sources!': [ 'browser/net/nss_context_linux.cc' ], 3669 'sources!': [ 'browser/net/nss_context_linux.cc' ],
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
4207 '../components/components.gyp:rlz', 4207 '../components/components.gyp:rlz',
4208 '../components/components.gyp:search_engines', 4208 '../components/components.gyp:search_engines',
4209 '../rlz/rlz.gyp:rlz_lib', 4209 '../rlz/rlz.gyp:rlz_lib',
4210 'common', 4210 'common',
4211 ], 4211 ],
4212 }, 4212 },
4213 ], 4213 ],
4214 }], 4214 }],
4215 ], 4215 ],
4216 } 4216 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698