Fix sky to pass 'gn check'
I also deleted the sky_common and sky_minimal targets as those were only for the windows build (which sky does not support). R=abarth@chromium.org Review URL: https://codereview.chromium.org/663483006
This commit is contained in:
parent
6d1044e8a6
commit
93d67ce41c
@ -29,8 +29,11 @@ shared_library("sky_debugger") {
|
||||
"//mojo/public/cpp/bindings",
|
||||
"//mojo/public/cpp/utility",
|
||||
"//mojo/services/public/cpp/view_manager",
|
||||
"//mojo/services/public/interfaces/input_events:input_events",
|
||||
"//mojo/services/window_manager:lib",
|
||||
"//sky/viewer:bindings",
|
||||
"//ui/aura:aura",
|
||||
"//ui/wm:wm",
|
||||
":bindings",
|
||||
]
|
||||
}
|
||||
|
@ -22,8 +22,10 @@ shared_library("tester") {
|
||||
"//mojo/converters/input_events",
|
||||
"//mojo/public/c/system:for_shared_library",
|
||||
"//mojo/public/cpp/bindings",
|
||||
"//mojo/public/cpp/system",
|
||||
"//mojo/public/cpp/utility",
|
||||
"//mojo/services/public/cpp/view_manager",
|
||||
"//mojo/services/public/interfaces/input_events",
|
||||
"//mojo/services/window_manager:lib",
|
||||
"//sky/viewer:bindings",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user