| Index: sky/engine/core/BUILD.gn
|
| diff --git a/sky/engine/core/BUILD.gn b/sky/engine/core/BUILD.gn
|
| index 6f9140ca41a267d6e32b1a9d93cd737244748350..835f52293f3c236c78bb7090bf6a173ab2b0e9ea 100644
|
| --- a/sky/engine/core/BUILD.gn
|
| +++ b/sky/engine/core/BUILD.gn
|
| @@ -12,19 +12,20 @@ rel_sky_core_gen_dir = rebase_path(sky_core_output_dir, root_build_dir)
|
|
|
| source_set("libraries") {
|
| public_deps = [
|
| - "//base:base",
|
| + "//base",
|
| "//gin",
|
| "//gpu/command_buffer/client:gles2_c_lib",
|
| "//mojo/application",
|
| "//mojo/common",
|
| "//mojo/public/c/system:for_shared_library",
|
| "//mojo/public/cpp/bindings",
|
| - "//mojo/public/cpp/utility",
|
| "//mojo/public/cpp/system",
|
| + "//mojo/public/cpp/utility",
|
| "//mojo/services/public/cpp/view_manager",
|
| "//mojo/services/public/interfaces/navigation",
|
| "//skia",
|
| "//sky/engine/wtf",
|
| + "//sky/services/inspector:bindings",
|
| "//third_party/angle:translator",
|
| "//third_party/iccjpeg",
|
| "//third_party/libpng",
|
| @@ -104,6 +105,11 @@ source_set("core_generated") {
|
|
|
| # Additional .cpp files from the make_core_generated rules.
|
| "$sky_core_output_dir/CSSGrammar.cpp",
|
| +
|
| + # Additional .cpp files from the inspector_protocol_sources list.
|
| + "$sky_core_output_dir/InspectorFrontend.cpp",
|
| + "$sky_core_output_dir/InspectorBackendDispatcher.cpp",
|
| + "$sky_core_output_dir/InspectorTypeBuilder.cpp",
|
| ]
|
|
|
| configs += [
|
|
|