| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |