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 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
(...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1142 ['OS=="linux" and use_dbus==1', { | 1142 ['OS=="linux" and use_dbus==1', { |
1143 'dependencies': [ | 1143 'dependencies': [ |
1144 '../build/linux/system.gyp:dbus', | 1144 '../build/linux/system.gyp:dbus', |
1145 '../dbus/dbus.gyp:dbus_test_support', | 1145 '../dbus/dbus.gyp:dbus_test_support', |
1146 ], | 1146 ], |
1147 }], | 1147 }], |
1148 ['OS=="win"', { | 1148 ['OS=="win"', { |
1149 'dependencies': [ | 1149 'dependencies': [ |
1150 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 1150 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
1151 ], | 1151 ], |
| 1152 'msvs_settings': { |
| 1153 'VCLinkerTool': { |
| 1154 'AdditionalDependencies': [ |
| 1155 'dwrite.lib', |
| 1156 ], |
| 1157 }, |
| 1158 }, |
1152 }], | 1159 }], |
1153 ['OS=="mac"', { | 1160 ['OS=="mac"', { |
1154 # These flags are needed to run the test on Mac. | 1161 # These flags are needed to run the test on Mac. |
1155 # Search for comments about "xcode_settings" in chrome_tests.gypi. | 1162 # Search for comments about "xcode_settings" in chrome_tests.gypi. |
1156 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 1163 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
1157 }], | 1164 }], |
1158 ['chromeos==1', { | 1165 ['chromeos==1', { |
1159 'dependencies': [ | 1166 'dependencies': [ |
1160 '../chromeos/chromeos.gyp:chromeos', | 1167 '../chromeos/chromeos.gyp:chromeos', |
1161 ], | 1168 ], |
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1927 'content_unittests_apk.isolate', | 1934 'content_unittests_apk.isolate', |
1928 ], | 1935 ], |
1929 }, | 1936 }, |
1930 ], | 1937 ], |
1931 }, | 1938 }, |
1932 ], | 1939 ], |
1933 ], | 1940 ], |
1934 }], | 1941 }], |
1935 ], | 1942 ], |
1936 } | 1943 } |
OLD | NEW |