| 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.
|
| ]
|
| }
|
|
|