Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1161)

Unified Diff: mojo/common/BUILD.gn

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and fix new flaky test Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/android/javatests/init_library.cc ('k') | mojo/converters/surfaces/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/BUILD.gn
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
index 0278cf3531b8a5bd10edbeacf90c2420164d6558..e9c600b8e8626a05cb90c64a8099ffa8d49e1d7d 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -53,8 +53,6 @@ source_set("url_type_converters") {
"url_type_converters.h",
]
- include_dirs = [ "//third_party/mojo/src/" ]
-
deps = [
":common_base",
"//base",
@@ -80,13 +78,13 @@ test("mojo_common_unittests") {
"//base",
"//base:message_loop_tests",
"//base/test:test_support",
+ "//mojo/edk/test:run_all_unittests",
+ "//mojo/edk/test:test_support",
"//mojo/environment:chromium",
"//mojo/message_pump",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/test_support:test_utils",
"//testing/gtest",
- "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
- "//third_party/mojo/src/mojo/edk/test:test_support",
"//url",
]
@@ -109,11 +107,11 @@ test("mojo_common_perftests") {
deps = [
":common",
"//base",
+ "//mojo/edk/test:run_all_perftests",
"//mojo/environment:chromium",
"//mojo/message_pump",
"//mojo/public/cpp/test_support:test_utils",
"//testing/gtest",
- "//third_party/mojo/src/mojo/edk/test:run_all_perftests",
]
sources = [
« no previous file with comments | « mojo/android/javatests/init_library.cc ('k') | mojo/converters/surfaces/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698