| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index f6d2a8169b929b8806bc26b853fefacd1fb0ebb2..13fb84d46db87627f289d922d14a3bb2922b6380 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -51,8 +51,8 @@ static_library("common") {
|
| #"//components/variations", TODO(GYP)
|
| "//content/public/common",
|
| "//crypto",
|
| - #"//extensions/extensions_resources.gyp:extensions_resources", TODO(GYP)
|
| - #"//extensions/extensions_strings.gyp:extensions_strings", TODO(GYP)
|
| + "//extensions:extensions_resources",
|
| + "//extensions/strings",
|
| #"//media/cast/cast.gyp:cast_transport", TODO(GYP)
|
| "//net",
|
| "//skia",
|
| @@ -131,16 +131,12 @@ static_library("constants") {
|
| "widevine_cdm_constants.h",
|
| ]
|
|
|
| - # TODO(GYP) remove when widevine is supported for real.
|
| - configs += [ "//content:widevine_stub_config" ]
|
| -
|
| deps = [
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| + "//third_party/widevine/cdm:version_h",
|
| # TODO(GYP)
|
| #'../components/components.gyp:bookmarks_common',
|
| #'../components/nacl.gyp:nacl_switches',
|
| - #'../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
|
| - # (Also see widevine config above.)
|
| ]
|
| }
|
|
|