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