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

Unified Diff: components/html_viewer/BUILD.gn

Issue 1246053003: Renames html_viewer frame classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor cleanup Created 5 years, 5 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/document_resource_waiter.cc » ('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 e1136e8d8e11f6fd73ff17554167502a4f9a0f0b..5acb669ddfbb0cb60427b83b39fb8904aa9e0ffd 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -70,11 +70,6 @@ source_set("lib") {
"discardable_memory_allocator.h",
"document_resource_waiter.cc",
"document_resource_waiter.h",
- "frame.cc",
- "frame.h",
- "frame_tree_manager.cc",
- "frame_tree_manager.h",
- "frame_tree_manager_delegate.h",
"geolocation_client_impl.cc",
"geolocation_client_impl.h",
"global_state.cc",
@@ -85,6 +80,11 @@ source_set("lib") {
"html_document_application_delegate.h",
"html_document_oopif.cc",
"html_document_oopif.h",
+ "html_frame.cc",
+ "html_frame.h",
+ "html_frame_tree_manager.cc",
+ "html_frame_tree_manager.h",
+ "html_frame_tree_manager_delegate.h",
"html_viewer.cc",
"html_viewer.h",
"html_viewer_switches.cc",
« no previous file with comments | « no previous file | components/html_viewer/document_resource_waiter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698