Chromium Code Reviews| Index: apps/BUILD.gn |
| diff --git a/apps/BUILD.gn b/apps/BUILD.gn |
| index 4070818af89bf7983ad2ab7abc6c6410d39391b0..440c86abbb3788be7c3fcf7f9961255947adaf28 100644 |
| --- a/apps/BUILD.gn |
| +++ b/apps/BUILD.gn |
| @@ -68,6 +68,7 @@ static_library("apps") { |
| "ui/views/app_window_frame_view.h", |
| ] |
| deps += [ |
| + "//extensions/components/native_app_window", |
|
tapted
2014/09/29 06:03:31
this dep was previously missing from the gn file (
oshima
2014/09/29 18:47:14
This should be "extensions/browser"
tapted
2014/09/29 23:22:41
I think this one is handled by the dependencies in
tapted
2014/09/29 23:25:53
oh oops. I see. There's not actually a need for ap
tapted
2014/09/30 04:02:46
Done.
|
| "//ui/strings", |
| "//ui/views", |
| ] |