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 |
} |