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

Unified Diff: shell/BUILD.gn

Issue 1067173003: Remove mojo:: part of mojo::shell:: nested namespace in //shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 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
Index: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 13c9510c9339f76da4cb10ff95b9f539e4169ca0..91b45d7f40feeb3d708e32f61c08cd246d224baa 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -438,7 +438,7 @@ source_set("test_support") {
embed_file("embed_pingable") {
source = "$root_build_dir/pingable_app.mojo"
- namespace = "mojo"
+ namespace = "shell::test"
variable = "kPingable"
testonly = true

Powered by Google App Engine
This is Rietveld 408576698