| 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 }, | |
| 1162 }], | 1155 }], |
| 1163 ['OS=="mac"', { | 1156 ['OS=="mac"', { |
| 1164 # These flags are needed to run the test on Mac. | 1157 # These flags are needed to run the test on Mac. |
| 1165 # Search for comments about "xcode_settings" in chrome_tests.gypi. | 1158 # Search for comments about "xcode_settings" in chrome_tests.gypi. |
| 1166 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 1159 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 1167 }], | 1160 }], |
| 1168 ['chromeos==1', { | 1161 ['chromeos==1', { |
| 1169 'dependencies': [ | 1162 'dependencies': [ |
| 1170 '../chromeos/chromeos.gyp:chromeos', | 1163 '../chromeos/chromeos.gyp:chromeos', |
| 1171 ], | 1164 ], |
| (...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1937 'content_unittests_apk.isolate', | 1930 'content_unittests_apk.isolate', |
| 1938 ], | 1931 ], |
| 1939 }, | 1932 }, |
| 1940 ], | 1933 ], |
| 1941 }, | 1934 }, |
| 1942 ], | 1935 ], |
| 1943 ], | 1936 ], |
| 1944 }], | 1937 }], |
| 1945 ], | 1938 ], |
| 1946 } | 1939 } |
| OLD | NEW |