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

Unified Diff: third_party/widevine/cdm/widevine.gni

Issue 1070253002: Allow widevinecdmadapter to be built in Chromium with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change todos Created 5 years, 8 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/widevine/cdm/BUILD.gn ('k') | third_party/widevine/cdm/widevine_cdm.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/widevine/cdm/widevine.gni
diff --git a/tools/telemetry/BUILD.gn b/third_party/widevine/cdm/widevine.gni
similarity index 62%
copy from tools/telemetry/BUILD.gn
copy to third_party/widevine/cdm/widevine.gni
index 638f28809dbcb4bccde3136fa3555b777ea97e6c..b10a92b47494fe4954df89e40b9e4e80a12fb653 100644
--- a/tools/telemetry/BUILD.gn
+++ b/third_party/widevine/cdm/widevine.gni
@@ -2,8 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-executable("bitmaptools") {
- sources = [
- "telemetry/core/bitmaptools.cc",
- ]
+declare_args() {
+ # Allow widevinecdmadapter to be built in Chromium.
+ enable_widevine = false
}
« no previous file with comments | « third_party/widevine/cdm/BUILD.gn ('k') | third_party/widevine/cdm/widevine_cdm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698