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

Unified Diff: content/content_tests.gypi

Issue 23868020: Fix remaining shared_library link_settings propagation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_shell.gypi ('k') | crypto/crypto.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 4194031ff34bc3f51bbe8b992f1c121faa1f8e40..1afcac06983fa8f44f6da4ac729338073cd226ec 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -943,6 +943,11 @@
],
}],
['OS=="win"', {
+ 'link_settings': {
+ 'libraries': [
+ '-loleacc.lib',
+ ],
+ },
'resource_include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit',
],
« no previous file with comments | « content/content_shell.gypi ('k') | crypto/crypto.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698