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

Unified Diff: ui/views/BUILD.gn

Issue 874033003: Fix chrome target in Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix building on chromeos. Created 5 years, 11 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 | « third_party/mojo_services/src/view_manager/public/cpp/lib/view.cc ('k') | ui/views/examples/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index c5257b4916e1fa76df052a5a2c96a19e68ddbd59..3557fc5cb7f2bc2ec3f809bbfb0ab7f223933d64 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -68,7 +68,7 @@ component("views") {
sources += gypi_values.views_win_sources
cflags = [ "/wd4267" ] # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
libs = [
- "/imm32.lib",
+ "imm32.lib",
"oleacc.lib",
]
ldflags = [ "/DELAYLOAD:user32.dll" ]
« no previous file with comments | « third_party/mojo_services/src/view_manager/public/cpp/lib/view.cc ('k') | ui/views/examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698