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

Unified Diff: components/html_viewer/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 | « no previous file | components/resource_provider/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/BUILD.gn
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index 87324a294d5dd0f80a992c60c945e642cae77160..e6f55faec199c01ee1de0a6a1181db642dc6247c 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -186,10 +186,7 @@ mojo_application_package("html_viewer") {
"//third_party/icu:icudata",
"//ui/resources:ui_test_pak",
]
- data_deps = [
- "//mojo/services/network:network",
- "//components/resource_provider",
- ]
+ data_deps = [ "//mojo/services/network:network" ]
resources = [
"$root_out_dir/icudtl.dat",
"$root_out_dir/ui_test.pak",
« no previous file with comments | « no previous file | components/resource_provider/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698