diff options
author | Trent Apted <tapted@chromium.org> | 2014-10-03 11:51:20 +1000 |
---|---|---|
committer | Trent Apted <tapted@chromium.org> | 2014-10-03 01:52:13 +0000 |
commit | 5a14236a9c2a7b9191c31ddccc5f1d7a4f6278a9 (patch) | |
tree | f4107f31a06d889dc0dcee9cfd2f66d6d2f19575 /mojo/BUILD.gn | |
parent | 11cbd199704f82210205e8e956af686e179e2689 (diff) | |
download | chromium_src-5a14236a9c2a7b9191c31ddccc5f1d7a4f6278a9.zip chromium_src-5a14236a9c2a7b9191c31ddccc5f1d7a4f6278a9.tar.gz chromium_src-5a14236a9c2a7b9191c31ddccc5f1d7a4f6278a9.tar.bz2 |
Revert "Move mojo edk into mojo/edk"
This reverts commit ee7ff197a98da4636f33bd713de784948b487bd4.
Causing widespread checkdeps failures.
ERROR in src\content\browser\webui\web_ui_mojo_browsertest.cc
Illegal include: "mojo/edk/test/test_utils.h" Because of no rule applying.
TBR=jamesr@chromium.org
Review URL: https://codereview.chromium.org/623883002
Cr-Commit-Position: refs/heads/master@{#297966}
Diffstat (limited to 'mojo/BUILD.gn')
-rw-r--r-- | mojo/BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn index 2708cfa..45d91fd 100644 --- a/mojo/BUILD.gn +++ b/mojo/BUILD.gn @@ -39,8 +39,6 @@ group("tests") { "//mojo/application_manager:mojo_application_manager_unittests", "//mojo/apps/js/test:mojo_apps_js_unittests", "//mojo/common:mojo_common_unittests", - "//mojo/edk/system:mojo_message_pipe_perftests", - "//mojo/edk/system:mojo_system_unittests", "//mojo/public/c/system/tests:perftests", "//mojo/public/cpp/application/tests:mojo_public_application_unittests", "//mojo/public/cpp/bindings/tests:mojo_public_bindings_unittests", @@ -52,6 +50,8 @@ group("tests") { "//mojo/services/public/cpp/surfaces/tests:mojo_surfaces_lib_unittests", "//mojo/shell:mojo_external_application_tests", "//mojo/shell:mojo_shell_tests", + "//mojo/system:mojo_message_pipe_perftests", + "//mojo/system:mojo_system_unittests", "//mojo/tools:message_generator", ] |