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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 1612663002: Use a valid /prefetch argument when launching a process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bit
Patch Set: address comments from gab #13 Created 4 years, 10 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'app/chrome_exe_main_win.cc', 68 'app/chrome_exe_main_win.cc',
69 'app/chrome_exe_resource.h', 69 'app/chrome_exe_resource.h',
70 'app/chrome_watcher_client_win.cc', 70 'app/chrome_watcher_client_win.cc',
71 'app/chrome_watcher_client_win.h', 71 'app/chrome_watcher_client_win.h',
72 'app/chrome_watcher_command_line_win.cc', 72 'app/chrome_watcher_command_line_win.cc',
73 'app/chrome_watcher_command_line_win.h', 73 'app/chrome_watcher_command_line_win.h',
74 'app/kasko_client.cc', 74 'app/kasko_client.cc',
75 'app/kasko_client.h', 75 'app/kasko_client.h',
76 'app/main_dll_loader_win.cc', 76 'app/main_dll_loader_win.cc',
77 'app/main_dll_loader_win.h', 77 'app/main_dll_loader_win.h',
78 'app/prefetch_argument_win.cc',
79 'app/prefetch_argument_win.h',
78 ], 80 ],
79 'mac_bundle_resources': [ 81 'mac_bundle_resources': [
80 'app/app-Info.plist', 82 'app/app-Info.plist',
81 ], 83 ],
82 # TODO(mark): Come up with a fancier way to do this. It should only 84 # TODO(mark): Come up with a fancier way to do this. It should only
83 # be necessary to list app-Info.plist once, not the three times it is 85 # be necessary to list app-Info.plist once, not the three times it is
84 # listed here. 86 # listed here.
85 'mac_bundle_resources!': [ 87 'mac_bundle_resources!': [
86 'app/app-Info.plist', 88 'app/app-Info.plist',
87 ], 89 ],
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 'dependencies': [ 621 'dependencies': [
620 'chrome_nacl_win64', 622 'chrome_nacl_win64',
621 ], 623 ],
622 }], 624 }],
623 ], 625 ],
624 }, 626 },
625 ], 627 ],
626 }], 628 }],
627 ], 629 ],
628 } 630 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698