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

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

Issue 2666243002: Move GPUFeatureChecker to content layer (Closed)
Patch Set: rebase Created 3 years, 10 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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 "gpu/browser_gpu_memory_buffer_manager.cc", 663 "gpu/browser_gpu_memory_buffer_manager.cc",
664 "gpu/browser_gpu_memory_buffer_manager.h", 664 "gpu/browser_gpu_memory_buffer_manager.h",
665 "gpu/compositor_util.cc", 665 "gpu/compositor_util.cc",
666 "gpu/compositor_util.h", 666 "gpu/compositor_util.h",
667 "gpu/gpu_client.cc", 667 "gpu/gpu_client.cc",
668 "gpu/gpu_client.h", 668 "gpu/gpu_client.h",
669 "gpu/gpu_data_manager_impl.cc", 669 "gpu/gpu_data_manager_impl.cc",
670 "gpu/gpu_data_manager_impl.h", 670 "gpu/gpu_data_manager_impl.h",
671 "gpu/gpu_data_manager_impl_private.cc", 671 "gpu/gpu_data_manager_impl_private.cc",
672 "gpu/gpu_data_manager_impl_private.h", 672 "gpu/gpu_data_manager_impl_private.h",
673 "gpu/gpu_feature_checker_impl.cc",
674 "gpu/gpu_feature_checker_impl.h",
673 "gpu/gpu_internals_ui.cc", 675 "gpu/gpu_internals_ui.cc",
674 "gpu/gpu_internals_ui.h", 676 "gpu/gpu_internals_ui.h",
675 "gpu/gpu_main_thread_factory.cc", 677 "gpu/gpu_main_thread_factory.cc",
676 "gpu/gpu_main_thread_factory.h", 678 "gpu/gpu_main_thread_factory.h",
677 "gpu/gpu_process_host.cc", 679 "gpu/gpu_process_host.cc",
678 "gpu/gpu_process_host.h", 680 "gpu/gpu_process_host.h",
679 "gpu/gpu_process_host_ui_shim.cc", 681 "gpu/gpu_process_host_ui_shim.cc",
680 "gpu/gpu_process_host_ui_shim.h", 682 "gpu/gpu_process_host_ui_shim.h",
681 "gpu/shader_cache_factory.cc", 683 "gpu/shader_cache_factory.cc",
682 "gpu/shader_cache_factory.h", 684 "gpu/shader_cache_factory.h",
(...skipping 1327 matching lines...) Expand 10 before | Expand all | Expand 10 after
2010 if (!is_component_build) { 2012 if (!is_component_build) {
2011 public_deps = [ 2013 public_deps = [
2012 ":browser", 2014 ":browser",
2013 ] 2015 ]
2014 } else { 2016 } else {
2015 public_deps = [ 2017 public_deps = [
2016 "//third_party/leveldatabase", 2018 "//third_party/leveldatabase",
2017 ] 2019 ]
2018 } 2020 }
2019 } 2021 }
OLDNEW
« no previous file with comments | « chrome/browser/gpu/gpu_feature_checker.cc ('k') | content/browser/gpu/gpu_feature_checker_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698