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

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: add dep on system_for_component 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
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/runner/android/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index 1744441344426cd82f0774ef0838db7b8e2af614..89cf5eccc2636b7b2efa93b348516354c229188d 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) {
@@ -127,11 +128,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",
]
@@ -439,6 +441,7 @@ test("mojo_runner_unittests") {
"//mojo/application/public/cpp",
"//mojo/common",
"//mojo/environment:chromium",
+ "//mojo/message_pump",
"//mojo/services/test_service:bindings",
"//mojo/shell",
"//mojo/util:filename_util",
« no previous file with comments | « 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