| Index: blimp/client/BUILD.gn
|
| diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
|
| index bccbf44f830fb7b5411219f1d65201e34970ae8e..77ae98d6a751ce056520839f32229ba52d28a04a 100644
|
| --- a/blimp/client/BUILD.gn
|
| +++ b/blimp/client/BUILD.gn
|
| @@ -13,10 +13,18 @@ shared_library("blimp_client") {
|
| "compositor/blimp_compositor.h",
|
| "compositor/blimp_context_provider.cc",
|
| "compositor/blimp_context_provider.h",
|
| + "compositor/blimp_layer_tree_settings.cc",
|
| + "compositor/blimp_layer_tree_settings.h",
|
| "compositor/blimp_output_surface.cc",
|
| "compositor/blimp_output_surface.h",
|
| "compositor/test/dummy_layer_driver.cc",
|
| "compositor/test/dummy_layer_driver.h",
|
| +
|
| + # TODO(dtrainor): Remove this once the LayerTreeHost settings for Blimp
|
| + # are finalized or are pushed from the server component. See
|
| + # crbug.com/527655.
|
| + "../../content/public/common/content_switches.cc",
|
| + "../../ui/native_theme/native_theme_switches.cc",
|
| ]
|
|
|
| deps = [
|
|
|