summaryrefslogtreecommitdiffstats
path: root/mojo/environment/BUILD.gn
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2015-07-23 11:05:49 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-23 18:06:34 +0000
commitc43de408ec5e514060a295eb4f6663da397ec6a2 (patch)
tree0ad090a77952ef1643359ea685e57e89e91f31a8 /mojo/environment/BUILD.gn
parent70d03b798b63f39cd7ad45b1d054db91588b6588 (diff)
downloadchromium_src-c43de408ec5e514060a295eb4f6663da397ec6a2.zip
chromium_src-c43de408ec5e514060a295eb4f6663da397ec6a2.tar.gz
chromium_src-c43de408ec5e514060a295eb4f6663da397ec6a2.tar.bz2
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 Review URL: https://codereview.chromium.org/1255543002 Cr-Commit-Position: refs/heads/master@{#340111}
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",
]
}