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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 585633002: Rename BreakpadClient to CrashReporterClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/chrome_dll.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 3142 matching lines...) Expand 10 before | Expand all | Expand 10 after
3153 'conditions': [ 3153 'conditions': [
3154 ['chromeos==0', { 3154 ['chromeos==0', {
3155 'dependencies': [ 3155 'dependencies': [
3156 '../build/linux/system.gyp:xscrnsaver', 3156 '../build/linux/system.gyp:xscrnsaver',
3157 ], 3157 ],
3158 }], 3158 }],
3159 ], 3159 ],
3160 }], 3160 }],
3161 ['os_posix == 1 and OS != "mac" and OS != "ios"', { 3161 ['os_posix == 1 and OS != "mac" and OS != "ios"', {
3162 'sources': [ 3162 'sources': [
3163 'app/chrome_breakpad_client.cc', 3163 'app/chrome_crash_reporter_client.cc',
3164 'app/chrome_breakpad_client.h', 3164 'app/chrome_crash_reporter_client.h',
3165 ], 3165 ],
3166 'dependencies': [ 3166 'dependencies': [
3167 '../components/components.gyp:breakpad_host', 3167 '../components/components.gyp:breakpad_host',
3168 '../components/components.gyp:crash_component', 3168 '../components/components.gyp:crash_component',
3169 ], 3169 ],
3170 }], 3170 }],
3171 ['use_nss==1', { 3171 ['use_nss==1', {
3172 'sources': [ '<@(chrome_browser_nss_sources)' ], 3172 'sources': [ '<@(chrome_browser_nss_sources)' ],
3173 'conditions': [ 3173 'conditions': [
3174 ['chromeos==1', { 3174 ['chromeos==1', {
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
3551 'variables': { 3551 'variables': {
3552 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3552 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3553 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3553 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3554 }, 3554 },
3555 'includes': [ '../build/protoc.gypi' ] 3555 'includes': [ '../build/protoc.gypi' ]
3556 }, 3556 },
3557 ], 3557 ],
3558 },], 3558 },],
3559 ], 3559 ],
3560 } 3560 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698