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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 2256723002: Fix SyzyASAN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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/app/main_dll_loader_win.cc ('k') | chrome_elf/chrome_elf_main.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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 '<(DEPTH)/content/public/common/content_switches.cc', 65 '<(DEPTH)/content/public/common/content_switches.cc',
66 'app/chrome_exe_load_config_win.cc', 66 'app/chrome_exe_load_config_win.cc',
67 'app/chrome_exe_main_aura.cc', 67 'app/chrome_exe_main_aura.cc',
68 'app/chrome_exe_main_mac.c', 68 'app/chrome_exe_main_mac.c',
69 'app/chrome_exe_main_win.cc', 69 'app/chrome_exe_main_win.cc',
70 'app/chrome_exe_resource.h', 70 'app/chrome_exe_resource.h',
71 'app/chrome_watcher_client_win.cc', 71 'app/chrome_watcher_client_win.cc',
72 'app/chrome_watcher_client_win.h', 72 'app/chrome_watcher_client_win.h',
73 'app/chrome_watcher_command_line_win.cc', 73 'app/chrome_watcher_command_line_win.cc',
74 'app/chrome_watcher_command_line_win.h', 74 'app/chrome_watcher_command_line_win.h',
75 'app/kasko_client.cc',
76 'app/kasko_client.h',
77 'app/main_dll_loader_win.cc', 75 'app/main_dll_loader_win.cc',
78 'app/main_dll_loader_win.h', 76 'app/main_dll_loader_win.h',
79 ], 77 ],
80 'mac_bundle_resources': [ 78 'mac_bundle_resources': [
81 'app/app-Info.plist', 79 'app/app-Info.plist',
82 ], 80 ],
83 # TODO(mark): Come up with a fancier way to do this. It should only 81 # TODO(mark): Come up with a fancier way to do this. It should only
84 # be necessary to list app-Info.plist once, not the three times it is 82 # be necessary to list app-Info.plist once, not the three times it is
85 # listed here. 83 # listed here.
86 'mac_bundle_resources!': [ 84 'mac_bundle_resources!': [
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 'dependencies': [ 612 'dependencies': [
615 'chrome_nacl_win64', 613 'chrome_nacl_win64',
616 ], 614 ],
617 }], 615 }],
618 ], 616 ],
619 }, 617 },
620 ], 618 ],
621 }], 619 }],
622 ], 620 ],
623 } 621 }
OLDNEW
« no previous file with comments | « chrome/app/main_dll_loader_win.cc ('k') | chrome_elf/chrome_elf_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698