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

Side by Side Diff: components/crash.gypi

Issue 1582403004: Linux: Send the product channel to non-browser processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix content_browsertests linking Created 4 years, 10 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 # GN version: //components/crash/core/browser 8 # GN version: //components/crash/core/browser
9 'target_name': 'crash_core_browser', 9 'target_name': 'crash_core_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'type': '<(crash_component_target_type)', 132 'type': '<(crash_component_target_type)',
133 'sources': [ 133 'sources': [
134 'crash/content/app/breakpad_linux.cc', 134 'crash/content/app/breakpad_linux.cc',
135 'crash/content/app/breakpad_linux.h', 135 'crash/content/app/breakpad_linux.h',
136 'crash/content/app/breakpad_linux_impl.h', 136 'crash/content/app/breakpad_linux_impl.h',
137 'crash/content/app/hard_error_handler_win.cc', 137 'crash/content/app/hard_error_handler_win.cc',
138 'crash/content/app/hard_error_handler_win.h', 138 'crash/content/app/hard_error_handler_win.h',
139 ], 139 ],
140 'dependencies': [ 140 'dependencies': [
141 'crash_component_lib', 141 'crash_component_lib',
142 'crash_core_common',
Lei Zhang 2016/01/26 00:23:07 This is in components/crash/content/app/BUILD.gn a
142 '../base/base.gyp:base', 143 '../base/base.gyp:base',
143 ], 144 ],
144 'defines': ['CRASH_IMPLEMENTATION'], 145 'defines': ['CRASH_IMPLEMENTATION'],
145 'conditions': [ 146 'conditions': [
146 ['OS=="win"', { 147 ['OS=="win"', {
147 'dependencies': [ 148 'dependencies': [
148 '../breakpad/breakpad.gyp:breakpad_handler', 149 '../breakpad/breakpad.gyp:breakpad_handler',
149 '../breakpad/breakpad.gyp:breakpad_sender', 150 '../breakpad/breakpad.gyp:breakpad_sender',
150 '../sandbox/sandbox.gyp:sandbox', 151 '../sandbox/sandbox.gyp:sandbox',
151 ], 152 ],
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 ], 425 ],
425 }], 426 }],
426 ], 427 ],
427 }, 428 },
428 ], 429 ],
429 }], 430 }],
430 ], 431 ],
431 }], 432 }],
432 ], 433 ],
433 } 434 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | components/crash/content/app/breakpad_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698