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

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

Issue 2820463002: gpu: Completely remove GpuProcessHostUIShim. (Closed)
Patch Set: . 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
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 "gpu/gpu_data_manager_impl_private.cc", 718 "gpu/gpu_data_manager_impl_private.cc",
719 "gpu/gpu_data_manager_impl_private.h", 719 "gpu/gpu_data_manager_impl_private.h",
720 "gpu/gpu_feature_checker_impl.cc", 720 "gpu/gpu_feature_checker_impl.cc",
721 "gpu/gpu_feature_checker_impl.h", 721 "gpu/gpu_feature_checker_impl.h",
722 "gpu/gpu_internals_ui.cc", 722 "gpu/gpu_internals_ui.cc",
723 "gpu/gpu_internals_ui.h", 723 "gpu/gpu_internals_ui.h",
724 "gpu/gpu_main_thread_factory.cc", 724 "gpu/gpu_main_thread_factory.cc",
725 "gpu/gpu_main_thread_factory.h", 725 "gpu/gpu_main_thread_factory.h",
726 "gpu/gpu_process_host.cc", 726 "gpu/gpu_process_host.cc",
727 "gpu/gpu_process_host.h", 727 "gpu/gpu_process_host.h",
728 "gpu/gpu_process_host_ui_shim.cc",
729 "gpu/gpu_process_host_ui_shim.h",
730 "gpu/shader_cache_factory.cc", 728 "gpu/shader_cache_factory.cc",
731 "gpu/shader_cache_factory.h", 729 "gpu/shader_cache_factory.h",
732 "histogram_controller.cc", 730 "histogram_controller.cc",
733 "histogram_controller.h", 731 "histogram_controller.h",
734 "histogram_internals_request_job.cc", 732 "histogram_internals_request_job.cc",
735 "histogram_internals_request_job.h", 733 "histogram_internals_request_job.h",
736 "histogram_message_filter.cc", 734 "histogram_message_filter.cc",
737 "histogram_message_filter.h", 735 "histogram_message_filter.h",
738 "histogram_subscriber.h", 736 "histogram_subscriber.h",
739 "histogram_synchronizer.cc", 737 "histogram_synchronizer.cc",
(...skipping 1327 matching lines...) Expand 10 before | Expand all | Expand 10 after
2067 if (!is_component_build) { 2065 if (!is_component_build) {
2068 public_deps = [ 2066 public_deps = [
2069 ":browser", 2067 ":browser",
2070 ] 2068 ]
2071 } else { 2069 } else {
2072 public_deps = [ 2070 public_deps = [
2073 "//third_party/leveldatabase", 2071 "//third_party/leveldatabase",
2074 ] 2072 ]
2075 } 2073 }
2076 } 2074 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698