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

Unified Diff: mojo/services/BUILD.gn

Issue 1108403008: Adds resource_provider::ResourceProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 8 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_application_package.gni ('k') | mojo/tools/data/apptests » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/BUILD.gn
diff --git a/mojo/services/BUILD.gn b/mojo/services/BUILD.gn
index 652d418d64d35c82853bcf5aca38793700053554..cc7c0a6b08cc079cdba9f87752319e8e4e9299ad 100644
--- a/mojo/services/BUILD.gn
+++ b/mojo/services/BUILD.gn
@@ -23,6 +23,7 @@ group("services") {
"//components/html_viewer",
"//components/kiosk_wm:window_manager",
"//components/native_viewport",
+ "//components/resource_provider",
"//components/surfaces",
"//components/view_manager",
"//components/window_manager:lib",
@@ -51,6 +52,7 @@ group("tests") {
if (!is_component_build) {
deps += [
"//components/html_viewer:html_viewer_unittests",
+ "//components/resource_provider:tests",
"//components/view_manager:view_manager_service_unittests",
]
@@ -73,6 +75,7 @@ group("apptests") {
deps += [
"//components/clipboard:apptests",
"//components/html_viewer:apptests",
+ "//components/resource_provider:apptests",
"//components/view_manager:apptests",
"//components/window_manager:apptests",
"//mojo/services/network:apptests",
« no previous file with comments | « mojo/mojo_application_package.gni ('k') | mojo/tools/data/apptests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698