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

Side by Side Diff: components/content_settings/core/browser/BUILD.gn

Issue 2512563003: Convert enable_plugins to a buildflag header. (Closed)
Patch Set: Merge Created 4 years, 1 month 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
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/features.gni") 5 import("//build/config/features.gni")
6 import("//ppapi/features/features.gni")
6 7
7 static_library("browser") { 8 static_library("browser") {
8 sources = [ 9 sources = [
9 "content_settings_binary_value_map.cc", 10 "content_settings_binary_value_map.cc",
10 "content_settings_binary_value_map.h", 11 "content_settings_binary_value_map.h",
11 "content_settings_default_provider.cc", 12 "content_settings_default_provider.cc",
12 "content_settings_default_provider.h", 13 "content_settings_default_provider.h",
13 "content_settings_details.cc", 14 "content_settings_details.cc",
14 "content_settings_details.h", 15 "content_settings_details.h",
15 "content_settings_info.cc", 16 "content_settings_info.cc",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "//base/test:test_support", 83 "//base/test:test_support",
83 "//components/content_settings/core/common", 84 "//components/content_settings/core/common",
84 "//components/content_settings/core/test:test_support", 85 "//components/content_settings/core/test:test_support",
85 "//components/pref_registry:test_support", 86 "//components/pref_registry:test_support",
86 "//components/prefs", 87 "//components/prefs",
87 "//extensions/features", 88 "//extensions/features",
88 "//testing/gtest", 89 "//testing/gtest",
89 "//url", 90 "//url",
90 ] 91 ]
91 } 92 }
OLDNEW
« no previous file with comments | « components/autofill/content/browser/risk/fingerprint.cc ('k') | components/plugins/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698