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

Unified Diff: mojo/runner/BUILD.gn

Issue 1262173005: Straightens outs DEPS in mojo/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove extraneous change Created 5 years, 4 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
Index: mojo/runner/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index eacefb61a87f2ac52f3b86e200deb4492005507f..a1ac4fd92034b65d98f9a3762ced4ca93c061355 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -33,6 +33,7 @@ source_set("mojo_runner_lib") {
"//build/config/sanitizers:deps",
"//mojo/common",
"//mojo/environment:chromium",
+ "//mojo/message_pump",
]
if (!is_android) {
@@ -125,11 +126,12 @@ source_set("lib") {
"//components/devtools_service/public/interfaces",
"//mojo/application/public/cpp",
"//mojo/common:tracing_impl",
- "//mojo/util:filename_util",
- "//third_party/mojo/src/mojo/edk/system",
+ "//mojo/message_pump",
"//mojo/services/network/public/interfaces",
- "//mojo/shell",
"//mojo/services/tracing:bindings",
+ "//mojo/shell",
+ "//mojo/util:filename_util",
+ "//third_party/mojo/src/mojo/edk/system",
"//ui/gl",
"//url",
]
@@ -435,6 +437,7 @@ test("mojo_runner_unittests") {
"//base/test:test_support",
"//mojo/common",
"//mojo/environment:chromium",
+ "//mojo/message_pump",
"//mojo/services/test_service:bindings",
"//mojo/shell",
"//mojo/util:filename_util",
« mojo/common/BUILD.gn ('K') | « mojo/mojo_base.gyp ('k') | mojo/runner/android/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698