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

Unified Diff: headless/BUILD.gn

Issue 2438853002: Renames aura::client::WindowTreeClient to WindowParentingClient (Closed)
Patch Set: cleanup Created 4 years, 2 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
Index: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index c6c1577102a0b3ceb6e02e1bb0fabd47a6d30125..8a1425a5982ed8e7c32ea6d49fe32c4a08798589 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -80,10 +80,10 @@ generated_devtools_api = [
"$target_gen_dir/public/domains/debugger.h",
"$target_gen_dir/public/domains/device_orientation.cc",
"$target_gen_dir/public/domains/device_orientation.h",
- "$target_gen_dir/public/domains/dom_debugger.cc",
- "$target_gen_dir/public/domains/dom_debugger.h",
"$target_gen_dir/public/domains/dom.cc",
"$target_gen_dir/public/domains/dom.h",
+ "$target_gen_dir/public/domains/dom_debugger.cc",
+ "$target_gen_dir/public/domains/dom_debugger.h",
"$target_gen_dir/public/domains/dom_storage.cc",
"$target_gen_dir/public/domains/dom_storage.h",
"$target_gen_dir/public/domains/emulation.cc",
@@ -178,8 +178,8 @@ static_library("headless_lib") {
"lib/browser/headless_url_request_context_getter.h",
"lib/browser/headless_web_contents_impl.cc",
"lib/browser/headless_web_contents_impl.h",
- "lib/browser/headless_window_tree_client.cc",
- "lib/browser/headless_window_tree_client.h",
+ "lib/browser/headless_window_parenting_client.cc",
+ "lib/browser/headless_window_parenting_client.h",
"lib/headless_content_client.cc",
"lib/headless_content_client.h",
"lib/headless_content_main_delegate.cc",
« no previous file with comments | « extensions/shell/browser/shell_desktop_controller_aura.cc ('k') | headless/lib/browser/headless_browser_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698