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

Unified Diff: chrome/tools/service_discovery_sniffer/BUILD.gn

Issue 702903004: Add chrome perf tests and sniffer to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: whitespace fix Created 6 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
« chrome/test/perf/perftests.cc ('K') | « chrome/tools/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/service_discovery_sniffer/BUILD.gn
diff --git a/chrome/tools/service_discovery_sniffer/BUILD.gn b/chrome/tools/service_discovery_sniffer/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..c91984874a6d1422cfaea85edc2815d6d23527b9
--- /dev/null
+++ b/chrome/tools/service_discovery_sniffer/BUILD.gn
@@ -0,0 +1,24 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//build/config/features.gni")
+
+executable("service_discovery_sniffer") {
+ testonly = true
+ sources = [
+ "service_discovery_sniffer.cc",
+ "service_discovery_sniffer.h",
+ ]
+
+ deps = [
+ "//base",
+ "//base/test:test_support",
+ "//chrome/utility",
+ "//net",
+ ]
+
+ if (enable_webrtc) {
+ deps += [ "//third_party/libjingle:libjingle_webrtc" ]
+ }
+}
« chrome/test/perf/perftests.cc ('K') | « chrome/tools/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698