summaryrefslogtreecommitdiffstats
path: root/mojo/environment/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/environment/BUILD.gn')
-rw-r--r--mojo/environment/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/environment/BUILD.gn b/mojo/environment/BUILD.gn
index 4dbe7c4..9621dfb 100644
--- a/mojo/environment/BUILD.gn
+++ b/mojo/environment/BUILD.gn
@@ -56,6 +56,6 @@ component("chromium_impl") {
"//base",
"//base/third_party/dynamic_annotations",
"//mojo/common:common_base",
- "//third_party/mojo/src/mojo/public/c/environment",
+ "//third_party/mojo/src/mojo/public/cpp/environment:environment",
]
}