Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3144)

Unified Diff: ash/public/interfaces/BUILD.gn

Issue 2758813002: Fix struct traits test deps and target visibility. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/public/cpp/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/interfaces/BUILD.gn
diff --git a/ash/public/interfaces/BUILD.gn b/ash/public/interfaces/BUILD.gn
index 8183341a52ec3d43faa27a1acb753434b27b9317..473f853db354e4a4ca638ad6b8e72b58c938b41a 100644
--- a/ash/public/interfaces/BUILD.gn
+++ b/ash/public/interfaces/BUILD.gn
@@ -9,8 +9,7 @@ import("//mojo/public/tools/bindings/mojom.gni")
# //ash/public/cpp, and //ash/public/cpp needs to depend on this for generated
# code (such as enums and constants).
mojom("interfaces_internal") {
- # TODO(crbug.com/702397): Eliminate ash/public/cpp:unit_tests deps on this.
- visibility = [ "//ash/public/cpp:*" ]
+ visibility = [ "//ash/public/cpp:ash_public_cpp" ]
sources = [
"accelerator_controller.mojom",
« no previous file with comments | « ash/public/cpp/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698