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

Unified Diff: BUILD.gn

Issue 2487723002: GN: Build tools and examples by default. (Closed)
Patch Set: Created 4 years, 1 month 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: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 9d98ca181c68e6e04b6c6e28aa91bda1782363fa..62e06ad4ac9804dd364ca41f81dd531d3f738daa 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -12,12 +12,10 @@ group("default") {
testonly = true
deps = [
"//webrtc",
+ "//webrtc/examples",
+ "//webrtc/tools",
]
if (rtc_include_tests) {
- deps += [
- "//webrtc:webrtc_tests",
- "//webrtc/examples",
- "//webrtc/tools",
- ]
+ deps += [ "//webrtc:webrtc_tests" ]
}
}
« 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