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

Unified Diff: chrome/common/BUILD.gn

Issue 344873006: Add widevine and extensions resources to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | content/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.)
]
}
« no previous file with comments | « BUILD.gn ('k') | content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698