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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 1595633002: Use valid /prefetch arguments for process launches on Windows. - do not submit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move
Patch Set: address simple comments from gab Created 4 years, 11 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/BUILD.gn » ('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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 ['_toolset=="target"', { 95 ['_toolset=="target"', {
96 'ldflags': [ 96 'ldflags': [
97 '-Wl,-section-ordering-file=<(order_text_section)' ], 97 '-Wl,-section-ordering-file=<(order_text_section)' ],
98 }], 98 }],
99 ] 99 ]
100 }], 100 }],
101 ['OS == "win"', { 101 ['OS == "win"', {
102 'dependencies': [ 102 'dependencies': [
103 'chrome_watcher', 103 'chrome_watcher',
104 'chrome_watcher_client', 104 'chrome_watcher_client',
105 'common',
105 '../components/components.gyp:browser_watcher_client', 106 '../components/components.gyp:browser_watcher_client',
106 '../components/components.gyp:crash_component', 107 '../components/components.gyp:crash_component',
107 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl er_lib', 108 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl er_lib',
108 '../third_party/kasko/kasko.gyp:kasko', 109 '../third_party/kasko/kasko.gyp:kasko',
109 ], 110 ],
110 'sources': [ 111 'sources': [
111 'app/chrome_crash_reporter_client.cc', 112 'app/chrome_crash_reporter_client.cc',
112 'app/chrome_crash_reporter_client.h', 113 'app/chrome_crash_reporter_client.h',
113 ], 114 ],
114 'conditions': [ 115 'conditions': [
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 'dependencies': [ 620 'dependencies': [
620 'chrome_nacl_win64', 621 'chrome_nacl_win64',
621 ], 622 ],
622 }], 623 }],
623 ], 624 ],
624 }, 625 },
625 ], 626 ],
626 }], 627 }],
627 ], 628 ],
628 } 629 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698