Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: content/content_tests.gypi

Issue 2029343002: Link to DirectWrite directly, instead of calling LoadLibrary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove global IDWriteFactory Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/content_child.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698