| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 1865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1876 "metrics/plugin_metrics_provider.cc", | 1876 "metrics/plugin_metrics_provider.cc", |
| 1877 "metrics/plugin_metrics_provider.h", | 1877 "metrics/plugin_metrics_provider.h", |
| 1878 "pepper_broker_infobar_delegate.cc", | 1878 "pepper_broker_infobar_delegate.cc", |
| 1879 "pepper_broker_infobar_delegate.h", | 1879 "pepper_broker_infobar_delegate.h", |
| 1880 "pepper_flash_settings_manager.cc", | 1880 "pepper_flash_settings_manager.cc", |
| 1881 "pepper_flash_settings_manager.h", | 1881 "pepper_flash_settings_manager.h", |
| 1882 "plugins/chrome_content_browser_client_plugins_part.cc", | 1882 "plugins/chrome_content_browser_client_plugins_part.cc", |
| 1883 "plugins/chrome_content_browser_client_plugins_part.h", | 1883 "plugins/chrome_content_browser_client_plugins_part.h", |
| 1884 "plugins/chrome_plugin_service_filter.cc", | 1884 "plugins/chrome_plugin_service_filter.cc", |
| 1885 "plugins/chrome_plugin_service_filter.h", | 1885 "plugins/chrome_plugin_service_filter.h", |
| 1886 "plugins/flash_download_interception.cc", |
| 1887 "plugins/flash_download_interception.h", |
| 1886 "plugins/plugin_data_remover_helper.cc", | 1888 "plugins/plugin_data_remover_helper.cc", |
| 1887 "plugins/plugin_data_remover_helper.h", | 1889 "plugins/plugin_data_remover_helper.h", |
| 1888 "plugins/plugin_filter_utils.cc", | 1890 "plugins/plugin_filter_utils.cc", |
| 1889 "plugins/plugin_filter_utils.h", | 1891 "plugins/plugin_filter_utils.h", |
| 1890 "plugins/plugin_finder.cc", | 1892 "plugins/plugin_finder.cc", |
| 1891 "plugins/plugin_finder.h", | 1893 "plugins/plugin_finder.h", |
| 1892 "plugins/plugin_info_message_filter.cc", | 1894 "plugins/plugin_info_message_filter.cc", |
| 1893 "plugins/plugin_info_message_filter.h", | 1895 "plugins/plugin_info_message_filter.h", |
| 1894 "plugins/plugin_infobar_delegates.cc", | 1896 "plugins/plugin_infobar_delegates.cc", |
| 1895 "plugins/plugin_infobar_delegates.h", | 1897 "plugins/plugin_infobar_delegates.h", |
| (...skipping 2350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4246 # linking all of the test support. | 4248 # linking all of the test support. |
| 4247 static_library("pepper_cdm_test_constants") { | 4249 static_library("pepper_cdm_test_constants") { |
| 4248 testonly = true | 4250 testonly = true |
| 4249 visibility = [ "//chrome/*" ] | 4251 visibility = [ "//chrome/*" ] |
| 4250 sources = [ | 4252 sources = [ |
| 4251 "media/pepper_cdm_test_constants.cc", | 4253 "media/pepper_cdm_test_constants.cc", |
| 4252 "media/pepper_cdm_test_constants.h", | 4254 "media/pepper_cdm_test_constants.h", |
| 4253 ] | 4255 ] |
| 4254 } | 4256 } |
| 4255 } | 4257 } |
| OLD | NEW |