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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2075693002: Always use a /prefetch:# switch when launching a process on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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.gyp ('k') | chrome/chrome_installer_util.gypi » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 'dependencies': [ 499 'dependencies': [
500 '<(DEPTH)/url/ipc/url_ipc.gyp:url_ipc', 500 '<(DEPTH)/url/ipc/url_ipc.gyp:url_ipc',
501 ], 501 ],
502 }], 502 }],
503 ['OS=="win"', { 503 ['OS=="win"', {
504 'include_dirs': [ 504 'include_dirs': [
505 '<(DEPTH)/third_party/wtl/include', 505 '<(DEPTH)/third_party/wtl/include',
506 ], 506 ],
507 'dependencies': [ 507 'dependencies': [
508 '<(DEPTH)/components/components.gyp:dom_distiller_core', # Needed b y chrome_content_client.cc. 508 '<(DEPTH)/components/components.gyp:dom_distiller_core', # Needed b y chrome_content_client.cc.
509 # TODO(fdoray): Remove this once the PreRead field trial has
510 # expired. crbug.com/577698
511 '<(DEPTH)/components/components.gyp:startup_metric_utils_win',
512 ], 509 ],
513 'all_dependent_settings': { 510 'all_dependent_settings': {
514 'msvs_settings': { 511 'msvs_settings': {
515 'VCLinkerTool': { 512 'VCLinkerTool': {
516 'AdditionalDependencies': [ 513 'AdditionalDependencies': [
517 'wintrust.lib', 514 'wintrust.lib',
518 ], 515 ],
519 }, 516 },
520 }, 517 },
521 }, 518 },
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 ], 688 ],
692 'dependencies': [ 689 'dependencies': [
693 'installer_util', 690 'installer_util',
694 '../base/base.gyp:base', 691 '../base/base.gyp:base',
695 ], 692 ],
696 }, 693 },
697 ], 694 ],
698 }], 695 }],
699 ], 696 ],
700 } 697 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_installer_util.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698