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

Unified Diff: mojo/runner/BUILD.gn

Issue 1142323003: Remove duplicate application cpp files in mojo/application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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_shell.gyp ('k') | mojo/runner/android/android_handler.h » ('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 0c68f1cea03585a3b41f48506b6fbc2bc5cfde27..3a136c382b45a467a58b82b5144556d993f770db 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -123,13 +123,10 @@ source_set("lib") {
"//base",
"//base/third_party/dynamic_annotations",
"//base:base_static",
- "//mojo/application",
- "//mojo/application/public/interfaces",
- "//mojo/common",
+ "//mojo/application/public/cpp",
"//mojo/common:tracing_impl",
"//mojo/util:filename_util",
"//third_party/mojo/src/mojo/edk/system",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
"//mojo/services/network/public/interfaces",
"//mojo/shell",
"//mojo/services/tracing:bindings",
@@ -162,7 +159,7 @@ source_set("lib") {
":run_android_application_function",
"//components/gles2",
"//components/view_manager/native_viewport:lib",
- "//mojo/application:content_handler",
+ "//mojo/application/public/cpp:content_handler",
]
}
@@ -428,19 +425,9 @@ mojo_native_application("apptests") {
deps = [
"//base",
- "//mojo/application",
- "//mojo/application:test_support",
- "//mojo/common:common",
+ "//mojo/application/public/cpp:test_support",
"//mojo/runner/test:bindings",
-
- #"//mojo/services/http_server/public/cpp",
- #"//mojo/services/http_server/public/interfaces",
"//mojo/services/network/public/interfaces",
-
"//third_party/mojo/src/mojo/public/cpp/bindings:callback",
- "//third_party/mojo/src/mojo/public/cpp/environment",
- "//third_party/mojo/src/mojo/public/cpp/system:system",
]
-
- #data_deps = [ "//services/http_server:http_server($default_toolchain)" ]
}
« no previous file with comments | « mojo/mojo_shell.gyp ('k') | mojo/runner/android/android_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698