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/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 Loading... |
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 } |
OLD | NEW |