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

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

Issue 2565243002: Revert of gpu: Move ShaderDiskCache into //gpu/ipc/host component. (Closed)
Patch Set: 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/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("//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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 "gpu/gpu_data_manager_impl.cc", 649 "gpu/gpu_data_manager_impl.cc",
650 "gpu/gpu_data_manager_impl.h", 650 "gpu/gpu_data_manager_impl.h",
651 "gpu/gpu_data_manager_impl_private.cc", 651 "gpu/gpu_data_manager_impl_private.cc",
652 "gpu/gpu_data_manager_impl_private.h", 652 "gpu/gpu_data_manager_impl_private.h",
653 "gpu/gpu_internals_ui.cc", 653 "gpu/gpu_internals_ui.cc",
654 "gpu/gpu_internals_ui.h", 654 "gpu/gpu_internals_ui.h",
655 "gpu/gpu_process_host.cc", 655 "gpu/gpu_process_host.cc",
656 "gpu/gpu_process_host.h", 656 "gpu/gpu_process_host.h",
657 "gpu/gpu_process_host_ui_shim.cc", 657 "gpu/gpu_process_host_ui_shim.cc",
658 "gpu/gpu_process_host_ui_shim.h", 658 "gpu/gpu_process_host_ui_shim.h",
659 "gpu/shader_disk_cache.cc",
660 "gpu/shader_disk_cache.h",
659 "histogram_controller.cc", 661 "histogram_controller.cc",
660 "histogram_controller.h", 662 "histogram_controller.h",
661 "histogram_internals_request_job.cc", 663 "histogram_internals_request_job.cc",
662 "histogram_internals_request_job.h", 664 "histogram_internals_request_job.h",
663 "histogram_message_filter.cc", 665 "histogram_message_filter.cc",
664 "histogram_message_filter.h", 666 "histogram_message_filter.h",
665 "histogram_subscriber.h", 667 "histogram_subscriber.h",
666 "histogram_synchronizer.cc", 668 "histogram_synchronizer.cc",
667 "histogram_synchronizer.h", 669 "histogram_synchronizer.h",
668 "host_zoom_level_context.cc", 670 "host_zoom_level_context.cc",
(...skipping 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after
1956 if (!is_component_build) { 1958 if (!is_component_build) {
1957 public_deps = [ 1959 public_deps = [
1958 ":browser", 1960 ":browser",
1959 ] 1961 ]
1960 } else { 1962 } else {
1961 public_deps = [ 1963 public_deps = [
1962 "//third_party/leveldatabase", 1964 "//third_party/leveldatabase",
1963 ] 1965 ]
1964 } 1966 }
1965 } 1967 }
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