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 1859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1870 "plugins/plugin_observer.cc", | 1870 "plugins/plugin_observer.cc", |
1871 "plugins/plugin_observer.h", | 1871 "plugins/plugin_observer.h", |
1872 "plugins/plugin_prefs.cc", | 1872 "plugins/plugin_prefs.cc", |
1873 "plugins/plugin_prefs.h", | 1873 "plugins/plugin_prefs.h", |
1874 "plugins/plugin_prefs_factory.cc", | 1874 "plugins/plugin_prefs_factory.cc", |
1875 "plugins/plugin_prefs_factory.h", | 1875 "plugins/plugin_prefs_factory.h", |
1876 "plugins/plugin_status_pref_setter.cc", | 1876 "plugins/plugin_status_pref_setter.cc", |
1877 "plugins/plugin_status_pref_setter.h", | 1877 "plugins/plugin_status_pref_setter.h", |
1878 "plugins/plugins_field_trial.cc", | 1878 "plugins/plugins_field_trial.cc", |
1879 "plugins/plugins_field_trial.h", | 1879 "plugins/plugins_field_trial.h", |
| 1880 "plugins/plugins_permission_context.cc", |
| 1881 "plugins/plugins_permission_context.h", |
1880 "renderer_host/pepper/chrome_browser_pepper_host_factory.cc", | 1882 "renderer_host/pepper/chrome_browser_pepper_host_factory.cc", |
1881 "renderer_host/pepper/chrome_browser_pepper_host_factory.h", | 1883 "renderer_host/pepper/chrome_browser_pepper_host_factory.h", |
1882 "renderer_host/pepper/device_id_fetcher.cc", | 1884 "renderer_host/pepper/device_id_fetcher.cc", |
1883 "renderer_host/pepper/device_id_fetcher.h", | 1885 "renderer_host/pepper/device_id_fetcher.h", |
1884 "renderer_host/pepper/monitor_finder_mac.h", | 1886 "renderer_host/pepper/monitor_finder_mac.h", |
1885 "renderer_host/pepper/monitor_finder_mac.mm", | 1887 "renderer_host/pepper/monitor_finder_mac.mm", |
1886 "renderer_host/pepper/pepper_broker_message_filter.cc", | 1888 "renderer_host/pepper/pepper_broker_message_filter.cc", |
1887 "renderer_host/pepper/pepper_broker_message_filter.h", | 1889 "renderer_host/pepper/pepper_broker_message_filter.h", |
1888 "renderer_host/pepper/pepper_flash_browser_host.cc", | 1890 "renderer_host/pepper/pepper_flash_browser_host.cc", |
1889 "renderer_host/pepper/pepper_flash_browser_host.h", | 1891 "renderer_host/pepper/pepper_flash_browser_host.h", |
(...skipping 2336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4226 # linking all of the test support. | 4228 # linking all of the test support. |
4227 static_library("pepper_cdm_test_constants") { | 4229 static_library("pepper_cdm_test_constants") { |
4228 testonly = true | 4230 testonly = true |
4229 visibility = [ "//chrome/*" ] | 4231 visibility = [ "//chrome/*" ] |
4230 sources = [ | 4232 sources = [ |
4231 "media/pepper_cdm_test_constants.cc", | 4233 "media/pepper_cdm_test_constants.cc", |
4232 "media/pepper_cdm_test_constants.h", | 4234 "media/pepper_cdm_test_constants.h", |
4233 ] | 4235 ] |
4234 } | 4236 } |
4235 } | 4237 } |
OLD | NEW |