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

Unified Diff: mojo/services/html_viewer/BUILD.gn

Issue 776553003: Fix html viewer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Follow review Created 6 years 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 | mojo/services/html_viewer/html_document.h » ('j') | mojo/services/html_viewer/html_document.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/html_viewer/BUILD.gn
diff --git a/mojo/services/html_viewer/BUILD.gn b/mojo/services/html_viewer/BUILD.gn
index 76fd59b8dae04bb6be2a4d3a617d5578da4cd92e..40fb40ab6e33d00049fc087b7e0f36ad8a907f24 100644
--- a/mojo/services/html_viewer/BUILD.gn
+++ b/mojo/services/html_viewer/BUILD.gn
@@ -17,8 +17,8 @@ source_set("lib") {
"blink_platform_impl.h",
"blink_url_request_type_converters.cc",
"blink_url_request_type_converters.h",
- "html_document_view.cc",
- "html_document_view.h",
+ "html_document.cc",
+ "html_document.h",
"mojo_blink_platform_impl.cc",
"mojo_blink_platform_impl.h",
"webclipboard_impl.cc",
« no previous file with comments | « no previous file | mojo/services/html_viewer/html_document.h » ('j') | mojo/services/html_viewer/html_document.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698