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

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

Issue 2555693005: gpu: Move ShaderDiskCache into //gpu/ipc/host component. (Closed)
Patch Set: tot merge Created 4 years 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/gpu/gpu_process_host.h » ('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("//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/gpu_data_manager_impl_private.cc", 663 "gpu/gpu_data_manager_impl_private.cc",
664 "gpu/gpu_data_manager_impl_private.h", 664 "gpu/gpu_data_manager_impl_private.h",
665 "gpu/gpu_internals_ui.cc", 665 "gpu/gpu_internals_ui.cc",
666 "gpu/gpu_internals_ui.h", 666 "gpu/gpu_internals_ui.h",
667 "gpu/gpu_process_host.cc", 667 "gpu/gpu_process_host.cc",
668 "gpu/gpu_process_host.h", 668 "gpu/gpu_process_host.h",
669 "gpu/gpu_process_host_ui_shim.cc", 669 "gpu/gpu_process_host_ui_shim.cc",
670 "gpu/gpu_process_host_ui_shim.h", 670 "gpu/gpu_process_host_ui_shim.h",
671 "gpu/shader_cache_factory.cc", 671 "gpu/shader_cache_factory.cc",
672 "gpu/shader_cache_factory.h", 672 "gpu/shader_cache_factory.h",
673 "gpu/shader_disk_cache.cc",
674 "gpu/shader_disk_cache.h",
675 "histogram_controller.cc", 673 "histogram_controller.cc",
676 "histogram_controller.h", 674 "histogram_controller.h",
677 "histogram_internals_request_job.cc", 675 "histogram_internals_request_job.cc",
678 "histogram_internals_request_job.h", 676 "histogram_internals_request_job.h",
679 "histogram_message_filter.cc", 677 "histogram_message_filter.cc",
680 "histogram_message_filter.h", 678 "histogram_message_filter.h",
681 "histogram_subscriber.h", 679 "histogram_subscriber.h",
682 "histogram_synchronizer.cc", 680 "histogram_synchronizer.cc",
683 "histogram_synchronizer.h", 681 "histogram_synchronizer.h",
684 "host_zoom_level_context.cc", 682 "host_zoom_level_context.cc",
(...skipping 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1974 if (!is_component_build) { 1972 if (!is_component_build) {
1975 public_deps = [ 1973 public_deps = [
1976 ":browser", 1974 ":browser",
1977 ] 1975 ]
1978 } else { 1976 } else {
1979 public_deps = [ 1977 public_deps = [
1980 "//third_party/leveldatabase", 1978 "//third_party/leveldatabase",
1981 ] 1979 ]
1982 } 1980 }
1983 } 1981 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698