Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2339093002: [HBD] Add Plugins permission type and PermissionContext (Closed)
Patch Set: [HBD] Add Plugins permission type and PermissionContext Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/permissions/permission_manager.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
1876 "plugins/plugin_observer.cc", 1876 "plugins/plugin_observer.cc",
1877 "plugins/plugin_observer.h", 1877 "plugins/plugin_observer.h",
1878 "plugins/plugin_prefs.cc", 1878 "plugins/plugin_prefs.cc",
1879 "plugins/plugin_prefs.h", 1879 "plugins/plugin_prefs.h",
1880 "plugins/plugin_prefs_factory.cc", 1880 "plugins/plugin_prefs_factory.cc",
1881 "plugins/plugin_prefs_factory.h", 1881 "plugins/plugin_prefs_factory.h",
1882 "plugins/plugin_status_pref_setter.cc", 1882 "plugins/plugin_status_pref_setter.cc",
1883 "plugins/plugin_status_pref_setter.h", 1883 "plugins/plugin_status_pref_setter.h",
1884 "plugins/plugins_field_trial.cc", 1884 "plugins/plugins_field_trial.cc",
1885 "plugins/plugins_field_trial.h", 1885 "plugins/plugins_field_trial.h",
1886 "plugins/plugins_permission_context.cc",
1887 "plugins/plugins_permission_context.h",
1886 "renderer_host/pepper/chrome_browser_pepper_host_factory.cc", 1888 "renderer_host/pepper/chrome_browser_pepper_host_factory.cc",
1887 "renderer_host/pepper/chrome_browser_pepper_host_factory.h", 1889 "renderer_host/pepper/chrome_browser_pepper_host_factory.h",
1888 "renderer_host/pepper/device_id_fetcher.cc", 1890 "renderer_host/pepper/device_id_fetcher.cc",
1889 "renderer_host/pepper/device_id_fetcher.h", 1891 "renderer_host/pepper/device_id_fetcher.h",
1890 "renderer_host/pepper/monitor_finder_mac.h", 1892 "renderer_host/pepper/monitor_finder_mac.h",
1891 "renderer_host/pepper/monitor_finder_mac.mm", 1893 "renderer_host/pepper/monitor_finder_mac.mm",
1892 "renderer_host/pepper/pepper_broker_message_filter.cc", 1894 "renderer_host/pepper/pepper_broker_message_filter.cc",
1893 "renderer_host/pepper/pepper_broker_message_filter.h", 1895 "renderer_host/pepper/pepper_broker_message_filter.h",
1894 "renderer_host/pepper/pepper_flash_browser_host.cc", 1896 "renderer_host/pepper/pepper_flash_browser_host.cc",
1895 "renderer_host/pepper/pepper_flash_browser_host.h", 1897 "renderer_host/pepper/pepper_flash_browser_host.h",
(...skipping 2352 matching lines...) Expand 10 before | Expand all | Expand 10 after
4248 # linking all of the test support. 4250 # linking all of the test support.
4249 static_library("pepper_cdm_test_constants") { 4251 static_library("pepper_cdm_test_constants") {
4250 testonly = true 4252 testonly = true
4251 visibility = [ "//chrome/*" ] 4253 visibility = [ "//chrome/*" ]
4252 sources = [ 4254 sources = [
4253 "media/pepper_cdm_test_constants.cc", 4255 "media/pepper_cdm_test_constants.cc",
4254 "media/pepper_cdm_test_constants.h", 4256 "media/pepper_cdm_test_constants.h",
4255 ] 4257 ]
4256 } 4258 }
4257 } 4259 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/permissions/permission_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698