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

Side by Side Diff: components/crash.gypi

Issue 1957683002: Address more TODO(GYP) in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@todo
Patch Set: iOS Created 4 years, 7 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 | « components/BUILD.gn ('k') | components/crash/content/app/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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 'Common_Base': { 427 'Common_Base': {
428 'msvs_target_platform': 'x64', 428 'msvs_target_platform': 'x64',
429 }, 429 },
430 }, 430 },
431 }, 431 },
432 ], 432 ],
433 }], 433 }],
434 ['OS=="mac"', { 434 ['OS=="mac"', {
435 'targets': [ 435 'targets': [
436 { 436 {
437 # GN version: //components/crash/content/app:breakpad_stubs
437 'target_name': 'breakpad_stubs', 438 'target_name': 'breakpad_stubs',
438 'type': 'static_library', 439 'type': 'static_library',
439 'dependencies': [ 440 'dependencies': [
440 '../base/base.gyp:base', 441 '../base/base.gyp:base',
441 ], 442 ],
442 'sources': [ 443 'sources': [
443 'crash/content/app/breakpad_mac.h', 444 'crash/content/app/breakpad_mac.h',
444 'crash/content/app/breakpad_mac_stubs.mm', 445 'crash/content/app/breakpad_mac_stubs.mm',
445 'crash/content/app/crash_reporter_client.cc', 446 'crash/content/app/crash_reporter_client.cc',
446 'crash/content/app/crash_reporter_client.h', 447 'crash/content/app/crash_reporter_client.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 ], 482 ],
482 }], 483 }],
483 ], 484 ],
484 }, 485 },
485 ], 486 ],
486 }], 487 }],
487 ], 488 ],
488 }], 489 }],
489 ], 490 ],
490 } 491 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/crash/content/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698