summaryrefslogtreecommitdiff
path: root/chromium/components/network_session_configurator/common/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/network_session_configurator/common/BUILD.gn')
-rw-r--r--chromium/components/network_session_configurator/common/BUILD.gn15
1 files changed, 15 insertions, 0 deletions
diff --git a/chromium/components/network_session_configurator/common/BUILD.gn b/chromium/components/network_session_configurator/common/BUILD.gn
new file mode 100644
index 00000000000..60bd2ea64cc
--- /dev/null
+++ b/chromium/components/network_session_configurator/common/BUILD.gn
@@ -0,0 +1,15 @@
+# Copyright 2017 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.
+
+static_library("common") {
+ sources = [
+ "network_switch_list.h",
+ "network_switches.cc",
+ "network_switches.h",
+ ]
+
+ public_deps = [
+ "//base",
+ ]
+}