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

Unified Diff: ui/views/BUILD.gn

Issue 694353003: Get `gn gen` to succeed on Windows (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: remove GYP_DEFINES code Created 6 years, 1 month 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 | « ui/base/BUILD.gn ('k') | no next file » | 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 384ff6b4bd41d07bde28c28a704c759f3328e182..1ae36a9e69b39c8f934a0f2382a67fd08a3ea145 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -45,17 +45,6 @@ component("views") {
deps += [ "//ui/display/util" ]
}
- if (is_win) {
- sources += gypi_values.views_win_sources
- cflags = [ "/wd4267" ] # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- libs = [ "/imm32.lib", "oleacc.lib" ]
- ldflags = [ "/DELAYLOAD:user32.dll" ]
- deps += [
- "//third_party/iaccessible2",
- "//third_party/wtl",
- ]
- }
-
if (use_ozone) {
deps += [ "//ui/ozone" ]
}
« no previous file with comments | « ui/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698