From 71c3f2b62c27479d78488eb82aa138fdb539dc59 Mon Sep 17 00:00:00 2001 From: sky Date: Thu, 23 Jul 2015 15:27:19 -0700 Subject: Gets gn check to execute cleanly in most other mojo dirs platform_handle, gles2 and common are trickier, but I want to get the rest of the dirs checked until resolved. BUG=none TEST=none R=ben@chromium.org Committed: https://crrev.com/c43de408ec5e514060a295eb4f6663da397ec6a2 Cr-Commit-Position: refs/heads/master@{#340111} Review URL: https://codereview.chromium.org/1255543002 Cr-Commit-Position: refs/heads/master@{#340186} --- mojo/environment/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mojo/environment/BUILD.gn') 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", ] } -- cgit v1.1