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

Unified Diff: third_party/widevine/cdm/BUILD.gn

Issue 2350843003: Remove GYP annotations from third_party GN files. (Closed)
Patch Set: Created 4 years, 3 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 | « third_party/ub-uiautomator/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/widevine/cdm/BUILD.gn
diff --git a/third_party/widevine/cdm/BUILD.gn b/third_party/widevine/cdm/BUILD.gn
index 2dc63a8163c620c1bb825a510a1dfe7315b23927..a6c45e06cf636a60696f854523f1e0d72e49d51f 100644
--- a/third_party/widevine/cdm/BUILD.gn
+++ b/third_party/widevine/cdm/BUILD.gn
@@ -51,7 +51,6 @@ if (is_android) {
widevine_cdm_version_h_file = "widevine_cdm_version.h"
}
-# GYP version: third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h
copy("version_h") {
sources = [
widevine_cdm_version_h_file,
@@ -65,7 +64,6 @@ copy("version_h") {
]
}
-# GYP version: third_party/widevine/cdm/widevine_cdm.gyp:widevinecdm
if (widevine_cdm_binary_files != []) {
copy("widevinecdm") {
sources = widevine_cdm_binary_files
@@ -104,8 +102,6 @@ if (widevine_cdm_binary_files != []) {
#TODO(jrummell) Mac: 'DYLIB_INSTALL_NAME_BASE': '@loader_path',
} else if (is_posix && !is_mac) {
cflags = [ "-fvisibility=hidden" ]
- # Note GYP sets rpath but this is set by default on shared libraries in
- # the GN build.
}
}
} else {
« no previous file with comments | « third_party/ub-uiautomator/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698