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

Unified Diff: components/html_viewer/BUILD.gn

Issue 1136743003: Plumbs through screen size and scale factor to html_viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/html_viewer/html_document.h » ('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 2696229c5078dcb82a59665b9b5a09b1e0c9320f..87324a294d5dd0f80a992c60c945e642cae77160 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -75,6 +75,8 @@ source_set("lib") {
"html_document.h",
"mock_web_blob_registry_impl.cc",
"mock_web_blob_registry_impl.h",
+ "setup.cc",
+ "setup.h",
"touch_handler.cc",
"touch_handler.h",
"web_clipboard_impl.cc",
@@ -113,6 +115,8 @@ source_set("lib") {
"//components/clipboard/public/interfaces",
"//components/gpu/public/interfaces",
"//components/mime_util",
+ "//components/resource_provider/public/cpp",
+ "//components/resource_provider/public/interfaces",
"//components/scheduler:scheduler",
"//components/surfaces/public/interfaces",
"//components/webcrypto",
@@ -177,8 +181,6 @@ mojo_application_package("html_viewer") {
deps = [
":html_viewer_resources_grit",
":lib",
- "//components/resource_provider/public/cpp",
- "//components/resource_provider/public/interfaces",
"//mojo/common",
"//mojo/platform_handle",
"//third_party/icu:icudata",
@@ -223,10 +225,13 @@ mojo_native_application("apptests") {
]
deps = [
- ":lib",
- ":html_viewer",
+ "//base",
+ "//mojo/application",
"//mojo/application:test_support",
"//net:test_support",
"//testing/gtest",
+ "//third_party/mojo_services/src/accessibility/public/interfaces",
]
+
+ data_deps = [ ":html_viewer" ]
}
« no previous file with comments | « no previous file | components/html_viewer/html_document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698