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

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

Issue 2774373002: Use MojoCompositorFrameSink in RendererCompositorFrameSink (Closed)
Patch Set: Fixed mac Created 3 years, 8 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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 "child_process_launcher_helper_mac.cc", 452 "child_process_launcher_helper_mac.cc",
453 "child_process_launcher_helper_posix.cc", 453 "child_process_launcher_helper_posix.cc",
454 "child_process_launcher_helper_posix.h", 454 "child_process_launcher_helper_posix.h",
455 "child_process_launcher_helper_win.cc", 455 "child_process_launcher_helper_win.cc",
456 "child_process_security_policy_impl.cc", 456 "child_process_security_policy_impl.cc",
457 "child_process_security_policy_impl.h", 457 "child_process_security_policy_impl.h",
458 "cocoa/system_hotkey_helper_mac.h", 458 "cocoa/system_hotkey_helper_mac.h",
459 "cocoa/system_hotkey_helper_mac.mm", 459 "cocoa/system_hotkey_helper_mac.mm",
460 "cocoa/system_hotkey_map.h", 460 "cocoa/system_hotkey_map.h",
461 "cocoa/system_hotkey_map.mm", 461 "cocoa/system_hotkey_map.mm",
462 "frame_sink_provider_impl.cc",
463 "frame_sink_provider_impl.h",
462 464
463 # NOTE: These files are here instead of in compositor_browser_sources 465 # NOTE: These files are here instead of in compositor_browser_sources
464 # because the latter is not built on Android, whereas these files are 466 # because the latter is not built on Android, whereas these files are
465 # needed on all platforms. 467 # needed on all platforms.
466 "compositor/surface_utils.cc", 468 "compositor/surface_utils.cc",
467 "compositor/surface_utils.h", 469 "compositor/surface_utils.h",
468 "devtools/browser_devtools_agent_host.cc", 470 "devtools/browser_devtools_agent_host.cc",
469 "devtools/browser_devtools_agent_host.h", 471 "devtools/browser_devtools_agent_host.h",
470 "devtools/devtools_agent_host_impl.cc", 472 "devtools/devtools_agent_host_impl.cc",
471 "devtools/devtools_agent_host_impl.h", 473 "devtools/devtools_agent_host_impl.h",
(...skipping 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after
2054 if (!is_component_build) { 2056 if (!is_component_build) {
2055 public_deps = [ 2057 public_deps = [
2056 ":browser", 2058 ":browser",
2057 ] 2059 ]
2058 } else { 2060 } else {
2059 public_deps = [ 2061 public_deps = [
2060 "//third_party/leveldatabase", 2062 "//third_party/leveldatabase",
2061 ] 2063 ]
2062 } 2064 }
2063 } 2065 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698