Chromium Code Reviews| Index: services/ui/public/cpp/BUILD.gn |
| diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn |
| index 447367d1e354128a04aa450af2ecd609dbe38cd1..908ed5b505365d4660fe93b71fa09655ae2d4085 100644 |
| --- a/services/ui/public/cpp/BUILD.gn |
| +++ b/services/ui/public/cpp/BUILD.gn |
| @@ -92,6 +92,7 @@ source_set("internal") { |
| # the 'cpp' target. |
| visibility = [ |
| ":cpp", |
| + "//services/ui/demo:mus_demo_lib", |
| "//services/ui/demo:mus_demo_library", |
|
sky
2016/10/21 23:18:23
Now that you moved the files to demo_lib, is the m
Jay Civelli
2016/10/22 00:00:16
Good point, removed.
|
| ] |