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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 1904613002: Preparation patch for moving the chrome crashpad integration into chrome_elf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add chrome_installer_static.gypi 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 '../components/components.gyp:policy', 409 '../components/components.gyp:policy',
410 '../components/components.gyp:startup_metric_utils_common', 410 '../components/components.gyp:startup_metric_utils_common',
411 '../crypto/crypto.gyp:crypto', 411 '../crypto/crypto.gyp:crypto',
412 '../sandbox/sandbox.gyp:sandbox', 412 '../sandbox/sandbox.gyp:sandbox',
413 '../third_party/kasko/kasko.gyp:kasko_features', 413 '../third_party/kasko/kasko.gyp:kasko_features',
414 '../ui/gfx/gfx.gyp:gfx', 414 '../ui/gfx/gfx.gyp:gfx',
415 '../win8/win8.gyp:visual_elements_resources', 415 '../win8/win8.gyp:visual_elements_resources',
416 ], 416 ],
417 'sources': [ 417 'sources': [
418 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', 418 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc',
419 'app/chrome_crash_reporter_client.cc', 419 'app/chrome_crash_reporter_client_win.cc',
420 'app/chrome_crash_reporter_client.h', 420 'app/chrome_crash_reporter_client_win.h',
421 'app/chrome_exe.rc', 421 'app/chrome_exe.rc',
422 'common/crash_keys.cc', 422 'common/crash_keys.cc',
423 'common/crash_keys.h', 423 'common/crash_keys.h',
424 ], 424 ],
425 'sources!': [ 425 'sources!': [
426 # We still want the _win entry point for sandbox, etc. 426 # We still want the _win entry point for sandbox, etc.
427 'app/chrome_exe_main_aura.cc', 427 'app/chrome_exe_main_aura.cc',
428 ], 428 ],
429 'conditions': [ 429 'conditions': [
430 ['win_console_app==1', { 430 ['win_console_app==1', {
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 'dependencies': [ 596 'dependencies': [
597 'chrome_nacl_win64', 597 'chrome_nacl_win64',
598 ], 598 ],
599 }], 599 }],
600 ], 600 ],
601 }, 601 },
602 ], 602 ],
603 }], 603 }],
604 ], 604 ],
605 } 605 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698