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

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

Issue 2413683005: [HBD] If DefaultPluginPolicy set to 3, prompt should allow flash for the next page load only (Closed)
Patch Set: [HBD] If DefaultPluginPolicy set to 3, prompt should allow flash for the next page load only Created 4 years, 2 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 | « no previous file | chrome/browser/plugins/chrome_plugin_service_filter.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 1864 matching lines...) Expand 10 before | Expand all | Expand 10 after
1875 "pepper_flash_settings_manager.cc", 1875 "pepper_flash_settings_manager.cc",
1876 "pepper_flash_settings_manager.h", 1876 "pepper_flash_settings_manager.h",
1877 "plugins/chrome_content_browser_client_plugins_part.cc", 1877 "plugins/chrome_content_browser_client_plugins_part.cc",
1878 "plugins/chrome_content_browser_client_plugins_part.h", 1878 "plugins/chrome_content_browser_client_plugins_part.h",
1879 "plugins/chrome_plugin_service_filter.cc", 1879 "plugins/chrome_plugin_service_filter.cc",
1880 "plugins/chrome_plugin_service_filter.h", 1880 "plugins/chrome_plugin_service_filter.h",
1881 "plugins/flash_download_interception.cc", 1881 "plugins/flash_download_interception.cc",
1882 "plugins/flash_download_interception.h", 1882 "plugins/flash_download_interception.h",
1883 "plugins/flash_permission_context.cc", 1883 "plugins/flash_permission_context.cc",
1884 "plugins/flash_permission_context.h", 1884 "plugins/flash_permission_context.h",
1885 "plugins/flash_temporary_permission_tracker.cc",
1886 "plugins/flash_temporary_permission_tracker.h",
1887 "plugins/flash_temporary_permission_tracker_factory.cc",
1888 "plugins/flash_temporary_permission_tracker_factory.h",
1885 "plugins/plugin_data_remover_helper.cc", 1889 "plugins/plugin_data_remover_helper.cc",
1886 "plugins/plugin_data_remover_helper.h", 1890 "plugins/plugin_data_remover_helper.h",
1887 "plugins/plugin_finder.cc", 1891 "plugins/plugin_finder.cc",
1888 "plugins/plugin_finder.h", 1892 "plugins/plugin_finder.h",
1889 "plugins/plugin_info_message_filter.cc", 1893 "plugins/plugin_info_message_filter.cc",
1890 "plugins/plugin_info_message_filter.h", 1894 "plugins/plugin_info_message_filter.h",
1891 "plugins/plugin_infobar_delegates.cc", 1895 "plugins/plugin_infobar_delegates.cc",
1892 "plugins/plugin_infobar_delegates.h", 1896 "plugins/plugin_infobar_delegates.h",
1893 "plugins/plugin_metadata.cc", 1897 "plugins/plugin_metadata.cc",
1894 "plugins/plugin_metadata.h", 1898 "plugins/plugin_metadata.h",
(...skipping 2412 matching lines...) Expand 10 before | Expand all | Expand 10 after
4307 # linking all of the test support. 4311 # linking all of the test support.
4308 static_library("pepper_cdm_test_constants") { 4312 static_library("pepper_cdm_test_constants") {
4309 testonly = true 4313 testonly = true
4310 visibility = [ "//chrome/*" ] 4314 visibility = [ "//chrome/*" ]
4311 sources = [ 4315 sources = [
4312 "media/pepper_cdm_test_constants.cc", 4316 "media/pepper_cdm_test_constants.cc",
4313 "media/pepper_cdm_test_constants.h", 4317 "media/pepper_cdm_test_constants.h",
4314 ] 4318 ]
4315 } 4319 }
4316 } 4320 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/plugins/chrome_plugin_service_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698