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("//third_party/protobuf/proto_library.gni") | 13 import("//third_party/protobuf/proto_library.gni") |
| 14 import("//third_party/widevine/cdm/widevine.gni") |
14 | 15 |
15 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which | 16 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
16 # produces a conflict for the "grit" template so we have to only include one. | 17 # produces a conflict for the "grit" template so we have to only include one. |
17 if (is_android) { | 18 if (is_android) { |
18 import("//build/config/android/rules.gni") | 19 import("//build/config/android/rules.gni") |
19 } else { | 20 } else { |
20 import("//tools/grit/grit_rule.gni") | 21 import("//tools/grit/grit_rule.gni") |
21 } | 22 } |
22 | 23 |
23 additional_modules_list_file = | 24 additional_modules_list_file = |
(...skipping 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1438 "//third_party/kasko", | 1439 "//third_party/kasko", |
1439 "//third_party/leveldatabase", | 1440 "//third_party/leveldatabase", |
1440 "//third_party/libaddressinput", | 1441 "//third_party/libaddressinput", |
1441 "//third_party/libjingle", | 1442 "//third_party/libjingle", |
1442 "//third_party/libxml", | 1443 "//third_party/libxml", |
1443 "//third_party/libyuv", | 1444 "//third_party/libyuv", |
1444 "//third_party/re2", | 1445 "//third_party/re2", |
1445 "//third_party/smhasher:cityhash", | 1446 "//third_party/smhasher:cityhash", |
1446 "//third_party/webrtc/modules/desktop_capture", | 1447 "//third_party/webrtc/modules/desktop_capture", |
1447 "//third_party/widevine/cdm:version_h", | 1448 "//third_party/widevine/cdm:version_h", |
| 1449 "//third_party/widevine/cdm:cdm_features", |
1448 "//third_party/zlib", | 1450 "//third_party/zlib", |
1449 "//third_party/zlib:compression_utils", | 1451 "//third_party/zlib:compression_utils", |
1450 "//third_party/zlib:minizip", | 1452 "//third_party/zlib:minizip", |
1451 "//third_party/zlib:zip", | 1453 "//third_party/zlib:zip", |
1452 "//ui/base", | 1454 "//ui/base", |
1453 "//ui/base:ui_data_pack", | 1455 "//ui/base:ui_data_pack", |
1454 "//ui/base/ime", | 1456 "//ui/base/ime", |
1455 "//ui/events:events_base", | 1457 "//ui/events:events_base", |
1456 "//ui/gfx", | 1458 "//ui/gfx", |
1457 "//ui/gfx/geometry", | 1459 "//ui/gfx/geometry", |
(...skipping 2828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4286 # linking all of the test support. | 4288 # linking all of the test support. |
4287 static_library("pepper_cdm_test_constants") { | 4289 static_library("pepper_cdm_test_constants") { |
4288 testonly = true | 4290 testonly = true |
4289 visibility = [ "//chrome/*" ] | 4291 visibility = [ "//chrome/*" ] |
4290 sources = [ | 4292 sources = [ |
4291 "media/pepper_cdm_test_constants.cc", | 4293 "media/pepper_cdm_test_constants.cc", |
4292 "media/pepper_cdm_test_constants.h", | 4294 "media/pepper_cdm_test_constants.h", |
4293 ] | 4295 ] |
4294 } | 4296 } |
4295 } | 4297 } |
OLD | NEW |