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

Side by Side Diff: content/browser/BUILD.gn

Issue 2734123004: add a new set of commands to resize and position windows (Closed)
Patch Set: fix layout test Created 3 years, 9 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "$target_gen_dir/devtools/protocol/storage.cc", 197 "$target_gen_dir/devtools/protocol/storage.cc",
198 "$target_gen_dir/devtools/protocol/storage.h", 198 "$target_gen_dir/devtools/protocol/storage.h",
199 "$target_gen_dir/devtools/protocol/system_info.cc", 199 "$target_gen_dir/devtools/protocol/system_info.cc",
200 "$target_gen_dir/devtools/protocol/system_info.h", 200 "$target_gen_dir/devtools/protocol/system_info.h",
201 "$target_gen_dir/devtools/protocol/target.cc", 201 "$target_gen_dir/devtools/protocol/target.cc",
202 "$target_gen_dir/devtools/protocol/target.h", 202 "$target_gen_dir/devtools/protocol/target.h",
203 "$target_gen_dir/devtools/protocol/tethering.cc", 203 "$target_gen_dir/devtools/protocol/tethering.cc",
204 "$target_gen_dir/devtools/protocol/tethering.h", 204 "$target_gen_dir/devtools/protocol/tethering.h",
205 "$target_gen_dir/devtools/protocol/tracing.cc", 205 "$target_gen_dir/devtools/protocol/tracing.cc",
206 "$target_gen_dir/devtools/protocol/tracing.h", 206 "$target_gen_dir/devtools/protocol/tracing.h",
207 "$target_gen_dir/devtools/protocol/ui.cc",
208 "$target_gen_dir/devtools/protocol/ui.h",
207 "../common/service_manager/child_connection.cc", 209 "../common/service_manager/child_connection.cc",
208 "../common/service_manager/child_connection.h", 210 "../common/service_manager/child_connection.h",
209 "../zygote/zygote_linux.cc", 211 "../zygote/zygote_linux.cc",
210 "../zygote/zygote_linux.h", 212 "../zygote/zygote_linux.h",
211 "../zygote/zygote_main_linux.cc", 213 "../zygote/zygote_main_linux.cc",
212 "accessibility/accessibility_tree_formatter.cc", 214 "accessibility/accessibility_tree_formatter.cc",
213 "accessibility/accessibility_tree_formatter.h", 215 "accessibility/accessibility_tree_formatter.h",
214 "accessibility/accessibility_tree_formatter_blink.cc", 216 "accessibility/accessibility_tree_formatter_blink.cc",
215 "accessibility/accessibility_tree_formatter_blink.h", 217 "accessibility/accessibility_tree_formatter_blink.h",
216 "accessibility/accessibility_tree_formatter_mac.mm", 218 "accessibility/accessibility_tree_formatter_mac.mm",
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 "devtools/protocol/storage_handler.cc", 512 "devtools/protocol/storage_handler.cc",
511 "devtools/protocol/storage_handler.h", 513 "devtools/protocol/storage_handler.h",
512 "devtools/protocol/system_info_handler.cc", 514 "devtools/protocol/system_info_handler.cc",
513 "devtools/protocol/system_info_handler.h", 515 "devtools/protocol/system_info_handler.h",
514 "devtools/protocol/target_handler.cc", 516 "devtools/protocol/target_handler.cc",
515 "devtools/protocol/target_handler.h", 517 "devtools/protocol/target_handler.h",
516 "devtools/protocol/tethering_handler.cc", 518 "devtools/protocol/tethering_handler.cc",
517 "devtools/protocol/tethering_handler.h", 519 "devtools/protocol/tethering_handler.h",
518 "devtools/protocol/tracing_handler.cc", 520 "devtools/protocol/tracing_handler.cc",
519 "devtools/protocol/tracing_handler.h", 521 "devtools/protocol/tracing_handler.h",
522 "devtools/protocol/ui_handler.cc",
523 "devtools/protocol/ui_handler.h",
520 "devtools/protocol_string.cc", 524 "devtools/protocol_string.cc",
521 "devtools/protocol_string.h", 525 "devtools/protocol_string.h",
522 "devtools/render_frame_devtools_agent_host.cc", 526 "devtools/render_frame_devtools_agent_host.cc",
523 "devtools/render_frame_devtools_agent_host.h", 527 "devtools/render_frame_devtools_agent_host.h",
524 "devtools/service_worker_devtools_agent_host.cc", 528 "devtools/service_worker_devtools_agent_host.cc",
525 "devtools/service_worker_devtools_agent_host.h", 529 "devtools/service_worker_devtools_agent_host.h",
526 "devtools/service_worker_devtools_manager.cc", 530 "devtools/service_worker_devtools_manager.cc",
527 "devtools/service_worker_devtools_manager.h", 531 "devtools/service_worker_devtools_manager.h",
528 "devtools/shared_worker_devtools_agent_host.cc", 532 "devtools/shared_worker_devtools_agent_host.cc",
529 "devtools/shared_worker_devtools_agent_host.h", 533 "devtools/shared_worker_devtools_agent_host.h",
(...skipping 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after
2056 if (!is_component_build) { 2060 if (!is_component_build) {
2057 public_deps = [ 2061 public_deps = [
2058 ":browser", 2062 ":browser",
2059 ] 2063 ]
2060 } else { 2064 } else {
2061 public_deps = [ 2065 public_deps = [
2062 "//third_party/leveldatabase", 2066 "//third_party/leveldatabase",
2063 ] 2067 ]
2064 } 2068 }
2065 } 2069 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698