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

Unified Diff: components/resource_provider/BUILD.gn

Issue 1137223002: core_services: Move resource_provider to core_services. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove data_dep per discussion with sky 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 | « components/html_viewer/BUILD.gn ('k') | components/resource_provider/android/android_hooks.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resource_provider/BUILD.gn
diff --git a/components/resource_provider/BUILD.gn b/components/resource_provider/BUILD.gn
index 9c95e61c73e609308b0defefe919ddad172d28d9..9b021774d8cf709d23759ce64205df117cf15ff5 100644
--- a/components/resource_provider/BUILD.gn
+++ b/components/resource_provider/BUILD.gn
@@ -20,8 +20,6 @@ if (is_android) {
sources = [
"android/android_hooks.cc",
"main.cc",
- "resource_provider_app.cc",
- "resource_provider_app.h",
]
deps = [
@@ -29,7 +27,6 @@ if (is_android) {
":lib",
"//base",
"//components/resource_provider/public/interfaces",
- "//mojo/application",
"//mojo/environment:chromium",
"//third_party/mojo/src/mojo/public/c/system:for_shared_library",
"//url",
@@ -62,15 +59,12 @@ if (is_android) {
mojo_native_application("resource_provider") {
sources = [
"main.cc",
- "resource_provider_app.cc",
- "resource_provider_app.h",
]
deps = [
":lib",
"//base",
"//components/resource_provider/public/interfaces",
- "//mojo/application",
"//mojo/environment:chromium",
"//url",
]
@@ -81,6 +75,8 @@ source_set("lib") {
sources = [
"file_utils.cc",
"file_utils.h",
+ "resource_provider_app.cc",
+ "resource_provider_app.h",
"resource_provider_impl.cc",
"resource_provider_impl.h",
]
@@ -88,6 +84,7 @@ source_set("lib") {
deps = [
"//base",
"//components/resource_provider/public/interfaces",
+ "//mojo/application",
"//mojo/common:common_base",
"//mojo/platform_handle",
"//url",
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | components/resource_provider/android/android_hooks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698