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

Unified Diff: chrome/tools/BUILD.gn

Issue 975123003: Add remaining trivial targets for the Linux GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up to make new stuff linux-only for now Created 5 years, 9 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
Index: chrome/tools/BUILD.gn
diff --git a/chrome/tools/BUILD.gn b/chrome/tools/BUILD.gn
index 0adca4b06bdcfa133da30339871953b2d893d99f..12bcbf89ffecb12f233b8685c238a142ff80cf6c 100644
--- a/chrome/tools/BUILD.gn
+++ b/chrome/tools/BUILD.gn
@@ -6,8 +6,10 @@
# the build.
group("tools") {
testonly = true
- deps = [
- # TODO(GYP) re-enable this. Currently it's giving linker errors about Mojo.
- #"//chrome/tools/service_discovery_sniffer",
- ]
+ if (is_linux && !is_chromeos) {
+ # TODO(GYP): Figure out which of these work and are needed on other platforms.
+ deps = [
+ "//chrome/tools/service_discovery_sniffer",
+ ]
+ }
}
« BUILD.gn ('K') | « chrome/test/perf/perf_test.gyp ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698