OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
(...skipping 6085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6096 ], | 6096 ], |
6097 'sources': [ | 6097 'sources': [ |
6098 'tools/profiles/generate_profile.cc', | 6098 'tools/profiles/generate_profile.cc', |
6099 'tools/profiles/thumbnail-inl.h', | 6099 'tools/profiles/thumbnail-inl.h', |
6100 ], | 6100 ], |
6101 'conditions': [ | 6101 'conditions': [ |
6102 ['OS=="win"', { | 6102 ['OS=="win"', { |
6103 'dependencies': [ | 6103 'dependencies': [ |
6104 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', | 6104 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', |
6105 ], | 6105 ], |
6106 },], | 6106 'configurations': { |
| 6107 'Debug': { |
| 6108 'msvs_settings': { |
| 6109 'VCLinkerTool': { |
| 6110 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
| 6111 }, |
| 6112 }, |
| 6113 }, |
| 6114 }, |
| 6115 }], |
6107 ], | 6116 ], |
6108 }, | 6117 }, |
6109 { | 6118 { |
6110 'target_name': 'plugin_tests', | 6119 'target_name': 'plugin_tests', |
6111 'type': 'executable', | 6120 'type': 'executable', |
6112 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', | 6121 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', |
6113 'dependencies': [ | 6122 'dependencies': [ |
6114 'chrome_resources', | 6123 'chrome_resources', |
6115 'chrome_strings', | 6124 'chrome_strings', |
6116 'security_tests', # run time dependency | 6125 'security_tests', # run time dependency |
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6662 'defines': [ | 6671 'defines': [ |
6663 'POSIX', | 6672 'POSIX', |
6664 ], | 6673 ], |
6665 }], | 6674 }], |
6666 ], | 6675 ], |
6667 }, | 6676 }, |
6668 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 | 6677 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 |
6669 }], | 6678 }], |
6670 ], # 'conditions' | 6679 ], # 'conditions' |
6671 } | 6680 } |
OLD | NEW |