Index: mandoline/tab/BUILD.gn |
diff --git a/mandoline/tab/BUILD.gn b/mandoline/tab/BUILD.gn |
index c52d60be2a43152102b6a9d4618edb1f7bd46c9c..68acb15fc1a1a3e8a93ce87f3fe8ab782b6ce75c 100644 |
--- a/mandoline/tab/BUILD.gn |
+++ b/mandoline/tab/BUILD.gn |
@@ -10,8 +10,8 @@ source_set("tab") { |
sources = [ |
"frame.cc", |
"frame.h", |
- "frame_services.cc", |
- "frame_services.h", |
+ "frame_connection.cc", |
+ "frame_connection.h", |
"frame_tree.cc", |
"frame_tree.h", |
"frame_tree_delegate.h", |
@@ -22,8 +22,9 @@ source_set("tab") { |
"//base", |
"//components/view_manager/public/cpp", |
"//mandoline/tab/public/interfaces", |
- "//mojo/application/public/cpp", |
+ "//mojo/application/public/cpp:sources", |
"//mojo/application/public/interfaces", |
+ "//mojo/services/network/public/interfaces", |
"//third_party/mojo/src/mojo/public/cpp/bindings", |
] |
} |