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:
Eric Seidel 2014-10-24 15:00:55 -07:00
parent 6d1044e8a6
commit 93d67ce41c
2 changed files with 5 additions and 0 deletions

View File

@ -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",
]
}

View File

@ -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",
]