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

Unified Diff: content/test/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 | « content/renderer/render_frame_impl.cc ('k') | content/test/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 91a9cfc2932abd33626027cded1c23c400be1129..fcb20635033846f4095e467f528ec94b0c84e288 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -99,11 +99,11 @@ source_set("test_support") {
"//ipc:test_support",
"//ipc/mojo",
"//media",
+ "//mojo/edk/test:test_support",
"//mojo/environment:chromium",
"//mojo/shell/public/cpp:cpp_for_chromium",
"//storage/browser",
"//storage/common",
- "//third_party/mojo/src/mojo/edk/test:test_support",
"//ui/compositor:test_support",
"//ui/surface",
"//v8",
@@ -287,8 +287,8 @@ if (!is_ios) {
"//cc/blink",
"//components/test_runner:test_runner",
"//content/public/common",
+ "//mojo/edk/test:test_support",
"//skia",
- "//third_party/mojo/src/mojo/edk/test:test_support",
"//ui/accessibility:ax_gen",
"//v8",
]
@@ -427,6 +427,8 @@ test("content_browsertests") {
"//media:test_support",
"//media/audio:test_support",
"//media/base:test_support",
+ "//mojo/edk/system",
+ "//mojo/edk/test:test_support",
"//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
"//mojo/public/js",
@@ -438,8 +440,6 @@ test("content_browsertests") {
"//third_party/WebKit/public:blink",
"//third_party/leveldatabase",
"//third_party/mesa:osmesa",
- "//third_party/mojo/src/mojo/edk/system",
- "//third_party/mojo/src/mojo/edk/test:test_support",
"//third_party/zlib",
"//ui/accessibility",
"//ui/accessibility:ax_gen",
@@ -602,6 +602,7 @@ test("content_unittests") {
"//device/battery",
"//device/battery:mojo_bindings",
"//device/bluetooth",
+ "//mojo/edk/test:test_support",
"//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
"//net:extras",
@@ -611,7 +612,6 @@ test("content_unittests") {
"//sql:test_support",
"//testing/gmock",
"//testing/gtest",
- "//third_party/mojo/src/mojo/edk/test:test_support",
"//third_party/re2",
"//ui/accessibility",
"//ui/base",
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698