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

Unified Diff: components/network_session_configurator.gypi

Issue 1892123003: Add components/network_session_configurator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on https://crrev.com/1945513002. Created 4 years, 7 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 | « components/components_tests.gyp ('k') | components/network_session_configurator/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/network_session_configurator.gypi
diff --git a/components/network_session_configurator.gypi b/components/network_session_configurator.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..e456e7cb52ba6fa4794a8047ee43ce7b6b5a95bc
--- /dev/null
+++ b/components/network_session_configurator.gypi
@@ -0,0 +1,40 @@
+# Copyright 2016 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.
+
+{
+ 'targets': [
+ {
+ # GN version: //components/network_session_configurator
+ 'target_name': 'network_session_configurator',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../net/net.gyp:net',
+ 'data_reduction_proxy_core_common',
+ 'network_session_configurator_switches',
+ 'variations',
+ 'version_info',
+ ],
+ 'sources': [
+ 'network_session_configurator/network_session_configurator.cc',
+ 'network_session_configurator/network_session_configurator.h',
+ ],
+ },
+ {
+ # GN version: //components/network_session_configurator_switches
+ 'target_name': 'network_session_configurator_switches',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'network_session_configurator/switches.cc',
+ 'network_session_configurator/switches.h',
+ ],
+ },
+ ],
+}
« no previous file with comments | « components/components_tests.gyp ('k') | components/network_session_configurator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698