summaryrefslogtreecommitdiffstats
path: root/mojo/public/c
diff options
context:
space:
mode:
authorjamesr <jamesr@chromium.org>2014-10-07 13:31:32 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-07 20:31:58 +0000
commit777e37d8d95e282d7e3bef85a6cdac46ccef570d (patch)
treee54db3d19510dcfddf3bcb95c16bbcedc5d23c06 /mojo/public/c
parente48457c33ad890f8b55f0eeeb36b21050950977d (diff)
downloadchromium_src-777e37d8d95e282d7e3bef85a6cdac46ccef570d.zip
chromium_src-777e37d8d95e282d7e3bef85a6cdac46ccef570d.tar.gz
chromium_src-777e37d8d95e282d7e3bef85a6cdac46ccef570d.tar.bz2
Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gyp
R=viettrungluu@chromium.org TBR=darin@chromium.org for updates to various gyp files to point to moved targets Review URL: https://codereview.chromium.org/596053004 Cr-Commit-Position: refs/heads/master@{#298560}
Diffstat (limited to 'mojo/public/c')
-rw-r--r--mojo/public/c/system/tests/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/public/c/system/tests/BUILD.gn b/mojo/public/c/system/tests/BUILD.gn
index 499d057..02b591a 100644
--- a/mojo/public/c/system/tests/BUILD.gn
+++ b/mojo/public/c/system/tests/BUILD.gn
@@ -30,7 +30,7 @@ executable("perftests") {
deps = [
"//base",
- "//mojo/common/test:run_all_perftests",
+ "//mojo/edk/test:run_all_perftests",
"//mojo/public/c/environment",
"//mojo/public/cpp/system",
"//mojo/public/cpp/test_support:test_utils",