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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 1849413003: Define crash keys in the directory hierarchy where they are used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with head Created 4 years, 5 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/chrome_common.gypi ('k') | chrome/common/crash_keys.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //chrome 8 # GN version: //chrome
9 'target_name': 'chrome', 9 'target_name': 'chrome',
10 'type': 'none', 10 'type': 'none',
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 '../sandbox/sandbox.gyp:sandbox', 415 '../sandbox/sandbox.gyp:sandbox',
416 '../ui/gfx/gfx.gyp:gfx', 416 '../ui/gfx/gfx.gyp:gfx',
417 ], 417 ],
418 'sources': [ 418 'sources': [
419 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', 419 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc',
420 'app/chrome_crash_reporter_client_win.cc', 420 'app/chrome_crash_reporter_client_win.cc',
421 'app/chrome_crash_reporter_client_win.h', 421 'app/chrome_crash_reporter_client_win.h',
422 'app/chrome_exe.rc', 422 'app/chrome_exe.rc',
423 'common/crash_keys.cc', 423 'common/crash_keys.cc',
424 'common/crash_keys.h', 424 'common/crash_keys.h',
425 '../content/public/common/crash_keys.cc',
426 '../content/public/common/crash_keys.h',
427 '../media/base/crash_keys.cc',
428 '../media/base/crash_keys.h',
425 ], 429 ],
426 'sources!': [ 430 'sources!': [
427 # We still want the _win entry point for sandbox, etc. 431 # We still want the _win entry point for sandbox, etc.
428 'app/chrome_exe_main_aura.cc', 432 'app/chrome_exe_main_aura.cc',
429 ], 433 ],
430 'conditions': [ 434 'conditions': [
431 ['win_console_app==1', { 435 ['win_console_app==1', {
432 'defines': ['WIN_CONSOLE_APP'], 436 'defines': ['WIN_CONSOLE_APP'],
433 }], 437 }],
434 ], 438 ],
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'product_name': 'nacl64', 536 'product_name': 'nacl64',
533 'sources': [ 537 'sources': [
534 '../content/app/sandbox_helper_win.cc', 538 '../content/app/sandbox_helper_win.cc',
535 '../content/common/sandbox_init_win.cc', 539 '../content/common/sandbox_init_win.cc',
536 '../content/common/sandbox_win.cc', 540 '../content/common/sandbox_win.cc',
537 '../content/public/common/content_switches.cc', 541 '../content/public/common/content_switches.cc',
538 '../content/public/common/sandboxed_process_launcher_delegate.cc ', 542 '../content/public/common/sandboxed_process_launcher_delegate.cc ',
539 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ', 543 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ',
540 'app/chrome_crash_reporter_client_win.cc', 544 'app/chrome_crash_reporter_client_win.cc',
541 'common/crash_keys.cc', 545 'common/crash_keys.cc',
546 '../content/public/common/crash_keys.cc',
547 '../media/base/crash_keys.cc',
542 'nacl/nacl_exe_win_64.cc', 548 'nacl/nacl_exe_win_64.cc',
543 ], 549 ],
544 'dependencies': [ 550 'dependencies': [
545 'chrome_version_resources', 551 'chrome_version_resources',
546 'install_static_util_nacl_win64', 552 'install_static_util_nacl_win64',
547 'installer_util_nacl_win64', 553 'installer_util_nacl_win64',
548 '../base/base.gyp:base_i18n_nacl_win64', 554 '../base/base.gyp:base_i18n_nacl_win64',
549 '../base/base.gyp:base_win64', 555 '../base/base.gyp:base_win64',
550 '../base/base.gyp:base_static_win64', 556 '../base/base.gyp:base_static_win64',
551 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp :dynamic_annotations_win64', 557 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp :dynamic_annotations_win64',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 'dependencies': [ 620 'dependencies': [
615 'chrome_nacl_win64', 621 'chrome_nacl_win64',
616 ], 622 ],
617 }], 623 }],
618 ], 624 ],
619 }, 625 },
620 ], 626 ],
621 }], 627 }],
622 ], 628 ],
623 } 629 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/crash_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698