| 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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_cache_factory.cc", |
| 660 "gpu/shader_cache_factory.h", |
| 659 "gpu/shader_disk_cache.cc", | 661 "gpu/shader_disk_cache.cc", |
| 660 "gpu/shader_disk_cache.h", | 662 "gpu/shader_disk_cache.h", |
| 661 "histogram_controller.cc", | 663 "histogram_controller.cc", |
| 662 "histogram_controller.h", | 664 "histogram_controller.h", |
| 663 "histogram_internals_request_job.cc", | 665 "histogram_internals_request_job.cc", |
| 664 "histogram_internals_request_job.h", | 666 "histogram_internals_request_job.h", |
| 665 "histogram_message_filter.cc", | 667 "histogram_message_filter.cc", |
| 666 "histogram_message_filter.h", | 668 "histogram_message_filter.h", |
| 667 "histogram_subscriber.h", | 669 "histogram_subscriber.h", |
| 668 "histogram_synchronizer.cc", | 670 "histogram_synchronizer.cc", |
| (...skipping 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1958 if (!is_component_build) { | 1960 if (!is_component_build) { |
| 1959 public_deps = [ | 1961 public_deps = [ |
| 1960 ":browser", | 1962 ":browser", |
| 1961 ] | 1963 ] |
| 1962 } else { | 1964 } else { |
| 1963 public_deps = [ | 1965 public_deps = [ |
| 1964 "//third_party/leveldatabase", | 1966 "//third_party/leveldatabase", |
| 1965 ] | 1967 ] |
| 1966 } | 1968 } |
| 1967 } | 1969 } |
| OLD | NEW |