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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 config("headless_implementation") { 10 config("headless_implementation") {
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "$target_gen_dir/public/domains/console.cc", 73 "$target_gen_dir/public/domains/console.cc",
74 "$target_gen_dir/public/domains/console.h", 74 "$target_gen_dir/public/domains/console.h",
75 "$target_gen_dir/public/domains/css.cc", 75 "$target_gen_dir/public/domains/css.cc",
76 "$target_gen_dir/public/domains/css.h", 76 "$target_gen_dir/public/domains/css.h",
77 "$target_gen_dir/public/domains/database.cc", 77 "$target_gen_dir/public/domains/database.cc",
78 "$target_gen_dir/public/domains/database.h", 78 "$target_gen_dir/public/domains/database.h",
79 "$target_gen_dir/public/domains/debugger.cc", 79 "$target_gen_dir/public/domains/debugger.cc",
80 "$target_gen_dir/public/domains/debugger.h", 80 "$target_gen_dir/public/domains/debugger.h",
81 "$target_gen_dir/public/domains/device_orientation.cc", 81 "$target_gen_dir/public/domains/device_orientation.cc",
82 "$target_gen_dir/public/domains/device_orientation.h", 82 "$target_gen_dir/public/domains/device_orientation.h",
83 "$target_gen_dir/public/domains/dom.cc",
84 "$target_gen_dir/public/domains/dom.h",
83 "$target_gen_dir/public/domains/dom_debugger.cc", 85 "$target_gen_dir/public/domains/dom_debugger.cc",
84 "$target_gen_dir/public/domains/dom_debugger.h", 86 "$target_gen_dir/public/domains/dom_debugger.h",
85 "$target_gen_dir/public/domains/dom.cc",
86 "$target_gen_dir/public/domains/dom.h",
87 "$target_gen_dir/public/domains/dom_storage.cc", 87 "$target_gen_dir/public/domains/dom_storage.cc",
88 "$target_gen_dir/public/domains/dom_storage.h", 88 "$target_gen_dir/public/domains/dom_storage.h",
89 "$target_gen_dir/public/domains/emulation.cc", 89 "$target_gen_dir/public/domains/emulation.cc",
90 "$target_gen_dir/public/domains/emulation.h", 90 "$target_gen_dir/public/domains/emulation.h",
91 "$target_gen_dir/public/domains/heap_profiler.cc", 91 "$target_gen_dir/public/domains/heap_profiler.cc",
92 "$target_gen_dir/public/domains/heap_profiler.h", 92 "$target_gen_dir/public/domains/heap_profiler.h",
93 "$target_gen_dir/public/domains/indexeddb.cc", 93 "$target_gen_dir/public/domains/indexeddb.cc",
94 "$target_gen_dir/public/domains/indexeddb.h", 94 "$target_gen_dir/public/domains/indexeddb.h",
95 "$target_gen_dir/public/domains/input.cc", 95 "$target_gen_dir/public/domains/input.cc",
96 "$target_gen_dir/public/domains/input.h", 96 "$target_gen_dir/public/domains/input.h",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "lib/browser/headless_devtools_client_impl.cc", 171 "lib/browser/headless_devtools_client_impl.cc",
172 "lib/browser/headless_devtools_client_impl.h", 172 "lib/browser/headless_devtools_client_impl.h",
173 "lib/browser/headless_devtools_manager_delegate.cc", 173 "lib/browser/headless_devtools_manager_delegate.cc",
174 "lib/browser/headless_devtools_manager_delegate.h", 174 "lib/browser/headless_devtools_manager_delegate.h",
175 "lib/browser/headless_screen.cc", 175 "lib/browser/headless_screen.cc",
176 "lib/browser/headless_screen.h", 176 "lib/browser/headless_screen.h",
177 "lib/browser/headless_url_request_context_getter.cc", 177 "lib/browser/headless_url_request_context_getter.cc",
178 "lib/browser/headless_url_request_context_getter.h", 178 "lib/browser/headless_url_request_context_getter.h",
179 "lib/browser/headless_web_contents_impl.cc", 179 "lib/browser/headless_web_contents_impl.cc",
180 "lib/browser/headless_web_contents_impl.h", 180 "lib/browser/headless_web_contents_impl.h",
181 "lib/browser/headless_window_tree_client.cc", 181 "lib/browser/headless_window_parenting_client.cc",
182 "lib/browser/headless_window_tree_client.h", 182 "lib/browser/headless_window_parenting_client.h",
183 "lib/headless_content_client.cc", 183 "lib/headless_content_client.cc",
184 "lib/headless_content_client.h", 184 "lib/headless_content_client.h",
185 "lib/headless_content_main_delegate.cc", 185 "lib/headless_content_main_delegate.cc",
186 "lib/headless_content_main_delegate.h", 186 "lib/headless_content_main_delegate.h",
187 "lib/renderer/headless_content_renderer_client.cc", 187 "lib/renderer/headless_content_renderer_client.cc",
188 "lib/renderer/headless_content_renderer_client.h", 188 "lib/renderer/headless_content_renderer_client.h",
189 "lib/utility/headless_content_utility_client.cc", 189 "lib/utility/headless_content_utility_client.cc",
190 "lib/utility/headless_content_utility_client.h", 190 "lib/utility/headless_content_utility_client.h",
191 "public/headless_browser.cc", 191 "public/headless_browser.cc",
192 "public/headless_browser.h", 192 "public/headless_browser.h",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 sources = [ 352 sources = [
353 "app/headless_shell.cc", 353 "app/headless_shell.cc",
354 "app/headless_shell_switches.cc", 354 "app/headless_shell_switches.cc",
355 "app/headless_shell_switches.h", 355 "app/headless_shell_switches.h",
356 ] 356 ]
357 357
358 deps = [ 358 deps = [
359 "//headless:headless_lib", 359 "//headless:headless_lib",
360 ] 360 ]
361 } 361 }
OLDNEW
« 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