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

Side by Side Diff: components/crash.gypi

Issue 1491363002: Add chrome crash service to GN build on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add is_win Created 5 years 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/tools/crash_service/BUILD.gn ('k') | components/crash/content/tools/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 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 '../breakpad/breakpad.gyp:breakpad_sender_win64', 338 '../breakpad/breakpad.gyp:breakpad_sender_win64',
339 '../sandbox/sandbox.gyp:sandbox_win64', 339 '../sandbox/sandbox.gyp:sandbox_win64',
340 ], 340 ],
341 'configurations': { 341 'configurations': {
342 'Common_Base': { 342 'Common_Base': {
343 'msvs_target_platform': 'x64', 343 'msvs_target_platform': 'x64',
344 }, 344 },
345 }, 345 },
346 }, 346 },
347 { 347 {
348 # GN version: //components/crash/content/tools:crash_service
348 'target_name': 'breakpad_crash_service_win64', 349 'target_name': 'breakpad_crash_service_win64',
349 'type': 'static_library', 350 'type': 'static_library',
350 'dependencies': [ 351 'dependencies': [
351 '../base/base.gyp:base_win64', 352 '../base/base.gyp:base_win64',
352 '../breakpad/breakpad.gyp:breakpad_handler_win64', 353 '../breakpad/breakpad.gyp:breakpad_handler_win64',
353 '../breakpad/breakpad.gyp:breakpad_sender_win64', 354 '../breakpad/breakpad.gyp:breakpad_sender_win64',
354 ], 355 ],
355 'sources': [ 356 'sources': [
356 'crash/content/tools/crash_service.cc', 357 'crash/content/tools/crash_service.cc',
357 'crash/content/tools/crash_service.h', 358 'crash/content/tools/crash_service.h',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 ], 413 ],
413 }], 414 }],
414 ], 415 ],
415 }, 416 },
416 ], 417 ],
417 }], 418 }],
418 ], 419 ],
419 }], 420 }],
420 ], 421 ],
421 } 422 }
OLDNEW
« no previous file with comments | « chrome/tools/crash_service/BUILD.gn ('k') | components/crash/content/tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698