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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1844023002: Capture a report on failed browser rendez-vous. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GYP fixup 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/browser/process_singleton_win.cc ('k') | chrome/chrome_watcher/BUILD.gn » ('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 3648 matching lines...) Expand 10 before | Expand all | Expand 10 after
3659 'sources': [ 3659 'sources': [
3660 'app/chrome_crash_reporter_client.cc', 3660 'app/chrome_crash_reporter_client.cc',
3661 'app/chrome_crash_reporter_client.h', 3661 'app/chrome_crash_reporter_client.h',
3662 ], 3662 ],
3663 'dependencies': [ 3663 'dependencies': [
3664 '../components/components.gyp:breakpad_host', 3664 '../components/components.gyp:breakpad_host',
3665 '../components/components.gyp:crash_component', 3665 '../components/components.gyp:crash_component',
3666 '../components/components.gyp:generate_version_info', 3666 '../components/components.gyp:generate_version_info',
3667 ], 3667 ],
3668 }], 3668 }],
3669 ['OS == "win" and kasko_failed_rdv_reports == 1', {
3670 'sources': [
3671 'app/chrome_crash_reporter_client.cc',
3672 'app/chrome_crash_reporter_client.h',
3673 ],
3674 'dependencies': [
3675 '../components/components.gyp:crash_component_lib',
3676 ],
3677 }],
3669 ['use_nss_certs==1', { 3678 ['use_nss_certs==1', {
3670 'sources': [ '<@(chrome_browser_nss_sources)' ], 3679 'sources': [ '<@(chrome_browser_nss_sources)' ],
3671 'conditions': [ 3680 'conditions': [
3672 ['chromeos==1', { 3681 ['chromeos==1', {
3673 'sources!': [ 'browser/net/nss_context_linux.cc' ], 3682 'sources!': [ 'browser/net/nss_context_linux.cc' ],
3674 }, { # chromeos==0 3683 }, { # chromeos==0
3675 'sources!': [ 'browser/net/nss_context_chromeos.cc' ], 3684 'sources!': [ 'browser/net/nss_context_chromeos.cc' ],
3676 }], 3685 }],
3677 ], 3686 ],
3678 }], 3687 }],
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
3818 }], 3827 }],
3819 ['OS=="win"', { 3828 ['OS=="win"', {
3820 'sources': [ '<@(chrome_browser_win_sources)' ], 3829 'sources': [ '<@(chrome_browser_win_sources)' ],
3821 'include_dirs': [ 3830 'include_dirs': [
3822 '<(DEPTH)/third_party/wtl/include', 3831 '<(DEPTH)/third_party/wtl/include',
3823 ], 3832 ],
3824 'dependencies': [ 3833 'dependencies': [
3825 'chrome_process_finder', 3834 'chrome_process_finder',
3826 'chrome_watcher_client', 3835 'chrome_watcher_client',
3827 'installer_util_strings', 3836 'installer_util_strings',
3837 'kasko_util',
3828 '../chrome/common_constants.gyp:version_header', 3838 '../chrome/common_constants.gyp:version_header',
3829 '../chrome_elf/chrome_elf.gyp:chrome_elf', 3839 '../chrome_elf/chrome_elf.gyp:chrome_elf',
3830 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', 3840 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
3831 '../chrome_elf/chrome_elf.gyp:dll_hash', 3841 '../chrome_elf/chrome_elf.gyp:dll_hash',
3832 '../components/components.gyp:browser_watcher', 3842 '../components/components.gyp:browser_watcher',
3833 '../components/components.gyp:browser_watcher_client', 3843 '../components/components.gyp:browser_watcher_client',
3834 '../components/components.gyp:startup_metric_utils_common', 3844 '../components/components.gyp:startup_metric_utils_common',
3835 '../google_update/google_update.gyp:google_update', 3845 '../google_update/google_update.gyp:google_update',
3836 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3846 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3837 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3847 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
4207 '../components/components.gyp:rlz', 4217 '../components/components.gyp:rlz',
4208 '../components/components.gyp:search_engines', 4218 '../components/components.gyp:search_engines',
4209 '../rlz/rlz.gyp:rlz_lib', 4219 '../rlz/rlz.gyp:rlz_lib',
4210 'common', 4220 'common',
4211 ], 4221 ],
4212 }, 4222 },
4213 ], 4223 ],
4214 }], 4224 }],
4215 ], 4225 ],
4216 } 4226 }
OLDNEW
« no previous file with comments | « chrome/browser/process_singleton_win.cc ('k') | chrome/chrome_watcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698