Index: third_party/mojo/src/mojo/public/interfaces/BUILD.gn |
diff --git a/components/devtools_service/public/cpp/BUILD.gn b/third_party/mojo/src/mojo/public/interfaces/BUILD.gn |
similarity index 67% |
copy from components/devtools_service/public/cpp/BUILD.gn |
copy to third_party/mojo/src/mojo/public/interfaces/BUILD.gn |
index 2f8933bf59e2bad6c084386484874f0dcb8b5373..654145bd90a316bb1bf0e7f7d938266d40ffe206 100644 |
--- a/components/devtools_service/public/cpp/BUILD.gn |
+++ b/third_party/mojo/src/mojo/public/interfaces/BUILD.gn |
@@ -2,9 +2,10 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-source_set("cpp") { |
- sources = [ |
- "switches.cc", |
- "switches.h", |
+group("interfaces") { |
+ deps = [ |
+ "application", |
+ "bindings", |
+ "network", |
] |
} |