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

Unified Diff: ui/aura/BUILD.gn

Issue 323643004: Pull GN binary at r275833 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « tools/gn/bin/win/gn.exe.sha1 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index d78eee4376f20bbef75b947fe1cf9659b12e817a..5f177e979a93d5496269f856257229bdfa0b6a6e 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -120,7 +120,7 @@ component("aura") {
"input_state_lookup.cc",
]
- deps = [
+ deps += [
"//ui/metro_viewer",
"//ipc",
]
@@ -132,10 +132,11 @@ component("aura") {
"window_tree_host_ozone.h",
]
- deps = [
- "//ui/events/ozone",
- "//ui/ozone",
- ]
+ # TODO(GYP) enable when these targets exist.
+ #deps += [
+ # "//ui/events/ozone",
+ # "//ui/ozone",
+ #]
}
}
@@ -182,7 +183,7 @@ source_set("aura_test_support") {
]
if (is_win) {
- cflags += [
+ cflags = [
"/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
]
}
« no previous file with comments | « tools/gn/bin/win/gn.exe.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698