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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 1913943003: Remove dependencies on chrome\installer from the ChromeCrashReporterClient class on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix DEPs includes 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 | « chrome/chrome_dll.gypi ('k') | chrome/chrome_tests.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 (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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 ['OS=="win"', { 389 ['OS=="win"', {
390 'dependencies': [ 390 'dependencies': [
391 'chrome_dll', 391 'chrome_dll',
392 'chrome_nacl_win64', 392 'chrome_nacl_win64',
393 'chrome_process_finder', 393 'chrome_process_finder',
394 'chrome_version_resources', 394 'chrome_version_resources',
395 'chrome_watcher', 395 'chrome_watcher',
396 'chrome_watcher_client', 396 'chrome_watcher_client',
397 'file_pre_reader', 397 'file_pre_reader',
398 'installer_util', 398 'installer_util',
399 'install_static_util',
399 'metrics_constants_util_win', 400 'metrics_constants_util_win',
400 '../base/base.gyp:base', 401 '../base/base.gyp:base',
401 '../breakpad/breakpad.gyp:breakpad_handler', 402 '../breakpad/breakpad.gyp:breakpad_handler',
402 '../breakpad/breakpad.gyp:breakpad_sender', 403 '../breakpad/breakpad.gyp:breakpad_sender',
403 '../chrome/common_constants.gyp:common_constants', 404 '../chrome/common_constants.gyp:common_constants',
404 '../chrome_elf/chrome_elf.gyp:chrome_elf', 405 '../chrome_elf/chrome_elf.gyp:chrome_elf',
405 '../components/components.gyp:browser_watcher_client', 406 '../components/components.gyp:browser_watcher_client',
406 '../components/components.gyp:crash_component', 407 '../components/components.gyp:crash_component',
407 '../components/components.gyp:crash_core_common', 408 '../components/components.gyp:crash_core_common',
408 '../components/components.gyp:flags_ui_switches', 409 '../components/components.gyp:flags_ui_switches',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 '../content/common/sandbox_win.cc', 520 '../content/common/sandbox_win.cc',
520 '../content/public/common/content_switches.cc', 521 '../content/public/common/content_switches.cc',
521 '../content/public/common/sandboxed_process_launcher_delegate.cc ', 522 '../content/public/common/sandboxed_process_launcher_delegate.cc ',
522 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ', 523 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ',
523 'app/chrome_crash_reporter_client_win.cc', 524 'app/chrome_crash_reporter_client_win.cc',
524 'common/crash_keys.cc', 525 'common/crash_keys.cc',
525 'nacl/nacl_exe_win_64.cc', 526 'nacl/nacl_exe_win_64.cc',
526 ], 527 ],
527 'dependencies': [ 528 'dependencies': [
528 'chrome_version_resources', 529 'chrome_version_resources',
530 'install_static_util_nacl_win64',
529 'installer_util_nacl_win64', 531 'installer_util_nacl_win64',
530 '../base/base.gyp:base_i18n_nacl_win64', 532 '../base/base.gyp:base_i18n_nacl_win64',
531 '../base/base.gyp:base_win64', 533 '../base/base.gyp:base_win64',
532 '../base/base.gyp:base_static_win64', 534 '../base/base.gyp:base_static_win64',
533 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp :dynamic_annotations_win64', 535 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp :dynamic_annotations_win64',
534 '../breakpad/breakpad.gyp:breakpad_handler_win64', 536 '../breakpad/breakpad.gyp:breakpad_handler_win64',
535 '../breakpad/breakpad.gyp:breakpad_sender_win64', 537 '../breakpad/breakpad.gyp:breakpad_sender_win64',
536 '../components/components.gyp:breakpad_win64', 538 '../components/components.gyp:breakpad_win64',
537 '../components/components.gyp:crash_core_common_win64', 539 '../components/components.gyp:crash_core_common_win64',
538 '../components/components.gyp:flags_ui_switches_win64', 540 '../components/components.gyp:flags_ui_switches_win64',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 'dependencies': [ 598 'dependencies': [
597 'chrome_nacl_win64', 599 'chrome_nacl_win64',
598 ], 600 ],
599 }], 601 }],
600 ], 602 ],
601 }, 603 },
602 ], 604 ],
603 }], 605 }],
604 ], 606 ],
605 } 607 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698