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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 "gpu/compositor_util.cc", | 664 "gpu/compositor_util.cc", |
665 "gpu/compositor_util.h", | 665 "gpu/compositor_util.h", |
666 "gpu/gpu_client.cc", | 666 "gpu/gpu_client.cc", |
667 "gpu/gpu_client.h", | 667 "gpu/gpu_client.h", |
668 "gpu/gpu_data_manager_impl.cc", | 668 "gpu/gpu_data_manager_impl.cc", |
669 "gpu/gpu_data_manager_impl.h", | 669 "gpu/gpu_data_manager_impl.h", |
670 "gpu/gpu_data_manager_impl_private.cc", | 670 "gpu/gpu_data_manager_impl_private.cc", |
671 "gpu/gpu_data_manager_impl_private.h", | 671 "gpu/gpu_data_manager_impl_private.h", |
672 "gpu/gpu_internals_ui.cc", | 672 "gpu/gpu_internals_ui.cc", |
673 "gpu/gpu_internals_ui.h", | 673 "gpu/gpu_internals_ui.h", |
| 674 "gpu/gpu_main_thread_factory.cc", |
| 675 "gpu/gpu_main_thread_factory.h", |
674 "gpu/gpu_process_host.cc", | 676 "gpu/gpu_process_host.cc", |
675 "gpu/gpu_process_host.h", | 677 "gpu/gpu_process_host.h", |
676 "gpu/gpu_process_host_ui_shim.cc", | 678 "gpu/gpu_process_host_ui_shim.cc", |
677 "gpu/gpu_process_host_ui_shim.h", | 679 "gpu/gpu_process_host_ui_shim.h", |
678 "gpu/shader_cache_factory.cc", | 680 "gpu/shader_cache_factory.cc", |
679 "gpu/shader_cache_factory.h", | 681 "gpu/shader_cache_factory.h", |
680 "histogram_controller.cc", | 682 "histogram_controller.cc", |
681 "histogram_controller.h", | 683 "histogram_controller.h", |
682 "histogram_internals_request_job.cc", | 684 "histogram_internals_request_job.cc", |
683 "histogram_internals_request_job.h", | 685 "histogram_internals_request_job.h", |
(...skipping 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2004 if (!is_component_build) { | 2006 if (!is_component_build) { |
2005 public_deps = [ | 2007 public_deps = [ |
2006 ":browser", | 2008 ":browser", |
2007 ] | 2009 ] |
2008 } else { | 2010 } else { |
2009 public_deps = [ | 2011 public_deps = [ |
2010 "//third_party/leveldatabase", | 2012 "//third_party/leveldatabase", |
2011 ] | 2013 ] |
2012 } | 2014 } |
2013 } | 2015 } |
OLD | NEW |