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

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: Address review comments Created 4 years, 8 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 (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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 'dependencies': [ 597 'dependencies': [
597 'chrome_nacl_win64', 598 'chrome_nacl_win64',
598 ], 599 ],
599 }], 600 }],
600 ], 601 ],
601 }, 602 },
602 ], 603 ],
603 }], 604 }],
604 ], 605 ],
605 } 606 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698