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

Unified Diff: mojo/shell/BUILD.gn

Issue 710703002: Revert "Teach PRESUBMIT.py how to run gn check for most of the mojo repo" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/services/window_manager/BUILD.gn ('k') | mojo/spy/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 0cc631d49d6aaaab1adf9b3e15f720739f5bc075..38abdaed4a61fe93e5c83dbdf828a863f3881b8c 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -47,7 +47,6 @@ executable("mojo_launcher") {
"//mojo/common",
"//mojo/edk/system",
"//mojo/environment:chromium",
- "//url",
]
}
@@ -60,10 +59,7 @@ source_set("in_process_dynamic_service_runner") {
]
deps = [
- "//base",
"//mojo/gles2",
- "//mojo/public/cpp/system",
- "//mojo/public/gles2:for_shared_library",
]
}
@@ -114,19 +110,14 @@ source_set("lib") {
"//base",
"//base/third_party/dynamic_annotations",
"//base:base_static",
- "//gpu/command_buffer/service",
"//mojo/application",
"//mojo/application_manager",
"//mojo/common",
"//mojo/edk/system",
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/system",
"//mojo/public/interfaces/application",
"//mojo/services/public/interfaces/network",
"//mojo/shell/domain_socket",
"//mojo/spy",
- "//mojo/services/native_viewport:lib",
- "//ui/gl",
]
if (is_win) {
@@ -234,12 +225,6 @@ source_set("external_application_registrar_connection") {
deps = [
":external_application_registrar_bindings",
- "//base",
- "//mojo/common",
- "//mojo/edk/system",
- "//mojo/public/cpp/bindings",
- "//mojo/public/interfaces/application",
- "//url",
]
if (!is_win) {
@@ -264,21 +249,18 @@ test("mojo_shell_tests") {
]
deps = [
- ":in_process_dynamic_service_runner",
":lib",
"//base",
- "//base/test:test_support",
"//base:i18n",
+ "//base/test:test_support",
+ "//testing/gtest",
+ "//net:test_support",
+ "//url",
"//mojo/application_manager",
"//mojo/common",
"//mojo/edk/system",
"//mojo/environment:chromium",
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/system",
"//mojo/services/test_service:bindings",
- "//net:test_support",
- "//testing/gtest",
- "//url",
]
datadeps = [
@@ -302,10 +284,8 @@ source_set("test_support") {
]
deps = [
- "//base",
- "//mojo/application_manager",
- "//mojo/edk/system",
":lib",
+ "//mojo/edk/system",
]
}
@@ -319,17 +299,15 @@ test("external_application_tests") {
deps = [
":lib",
- ":external_application_registrar_bindings",
":external_application_registrar_connection",
"//base",
"//base/test:test_support",
+ "//testing/gtest",
+ "//url",
"//mojo/application_manager",
"//mojo/common",
"//mojo/edk/system",
"//mojo/environment:chromium",
- "//mojo/shell/domain_socket",
"//mojo/shell/domain_socket:tests",
- "//testing/gtest",
- "//url",
]
}
« no previous file with comments | « mojo/services/window_manager/BUILD.gn ('k') | mojo/spy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698