Index: sky/engine/core/BUILD.gn |
diff --git a/sky/engine/core/BUILD.gn b/sky/engine/core/BUILD.gn |
index 06a80bf52ec5251cc7326bd228b0da3a3e10159c..767ef64a9a9e1ab7a32704326628e60eea50373c 100644 |
--- a/sky/engine/core/BUILD.gn |
+++ b/sky/engine/core/BUILD.gn |
@@ -11,7 +11,7 @@ visibility = ["//sky/engine/*"] |
rel_sky_core_gen_dir = rebase_path(sky_core_output_dir, root_build_dir) |
source_set("libraries") { |
- deps = [ |
+ public_deps = [ |
eseidel
2014/10/24 21:32:03
Libraries exists just to have one place to list al
|
"//base:base", |
"//gin", |
"//gpu/command_buffer/client:gles2_c_lib", |
@@ -20,6 +20,7 @@ source_set("libraries") { |
"//mojo/public/c/system:for_shared_library", |
"//mojo/public/cpp/bindings", |
"//mojo/public/cpp/utility", |
+ "//mojo/public/cpp/system:system", |
"//skia", |
"//sky/engine/wtf", |
"//third_party/angle:translator", |
@@ -31,8 +32,6 @@ source_set("libraries") { |
"//url", |
"//v8", |
] |
- |
- forward_dependent_configs_from = deps |
} |
source_set("prerequisites") { |