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

Unified Diff: mojo/common/BUILD.gn

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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 d541ae193a31e2155f2ebf339e44974237f18bd7..4f3d8f71abc5874c0f56b0f3d0fbed515117914c 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",
@@ -71,13 +69,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",
]
@@ -100,11 +98,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