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") |
11 import("//components/os_crypt/features.gni") | 11 import("//components/os_crypt/features.gni") |
12 import("//media/media_options.gni") | 12 import("//media/media_options.gni") |
| 13 import("//net/features.gni") |
13 import("//ppapi/features/features.gni") | 14 import("//ppapi/features/features.gni") |
14 import("//third_party/protobuf/proto_library.gni") | 15 import("//third_party/protobuf/proto_library.gni") |
15 | 16 |
16 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which | 17 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
17 # produces a conflict for the "grit" template so we have to only include one. | 18 # produces a conflict for the "grit" template so we have to only include one. |
18 if (is_android) { | 19 if (is_android) { |
19 import("//build/config/android/rules.gni") | 20 import("//build/config/android/rules.gni") |
20 } else { | 21 } else { |
21 import("//tools/grit/grit_rule.gni") | 22 import("//tools/grit/grit_rule.gni") |
22 } | 23 } |
(...skipping 4336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4359 # linking all of the test support. | 4360 # linking all of the test support. |
4360 static_library("pepper_cdm_test_constants") { | 4361 static_library("pepper_cdm_test_constants") { |
4361 testonly = true | 4362 testonly = true |
4362 visibility = [ "//chrome/*" ] | 4363 visibility = [ "//chrome/*" ] |
4363 sources = [ | 4364 sources = [ |
4364 "media/pepper_cdm_test_constants.cc", | 4365 "media/pepper_cdm_test_constants.cc", |
4365 "media/pepper_cdm_test_constants.h", | 4366 "media/pepper_cdm_test_constants.h", |
4366 ] | 4367 ] |
4367 } | 4368 } |
4368 } | 4369 } |
OLD | NEW |