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

Unified Diff: webrtc/tools/BUILD.gn

Issue 2039173002: GN: Exclude frame_analyzer and rgba_to_i420_converter from Chromium builds. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/BUILD.gn
diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn
index c463fce898c13f8873f70fe645f8dd9df51327af..a17ec767951f68ff85093ebd570af59086768c0b 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -12,9 +12,15 @@ import("../build/webrtc.gni")
source_set("tools") {
deps = [
":command_line_parser",
- ":frame_analyzer",
- ":rgba_to_i420_converter",
]
+
+ if (!build_with_chromium) {
+ # TODO(kjellander): Enable these when webrtc:5970 is fixed.
+ deps += [
+ ":frame_analyzer",
+ ":rgba_to_i420_converter",
+ ]
+ }
}
source_set("command_line_parser") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698