OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |