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

Unified Diff: components/proxy_config.gypi

Issue 1221033002: Add proxy_config component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update copyrights Created 5 years, 6 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/proxy_config/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proxy_config.gypi
diff --git a/components/device_event_log.gypi b/components/proxy_config.gypi
similarity index 53%
copy from components/device_event_log.gypi
copy to components/proxy_config.gypi
index 09eda0e020b561aa717d8e6ed92bca61744297a5..b7f8e5f72e121181cb4fcc7d658e7b076ff157d2 100644
--- a/components/device_event_log.gypi
+++ b/components/proxy_config.gypi
@@ -5,23 +5,24 @@
{
'targets': [
{
- 'target_name': 'device_event_log_component',
+ # GN version: //components/proxy_config
+ 'target_name': 'proxy_config',
'type': '<(component)',
'dependencies': [
'../base/base.gyp:base',
- '../net/net.gyp:net',
],
'include_dirs': [
'..',
],
'defines': [
- 'DEVICE_EVENT_LOG_IMPLEMENTATION',
+ 'PROXY_CONFIG_IMPLEMENTATION',
],
'sources': [
- 'device_event_log/device_event_log.cc',
- 'device_event_log/device_event_log.h',
- 'device_event_log/device_event_log_impl.cc',
- 'device_event_log/device_event_log_impl.h',
+ 'proxy_config/proxy_config_dictionary.cc',
+ 'proxy_config/proxy_config_dictionary.h',
+ 'proxy_config/proxy_config_export.h',
+ 'proxy_config/proxy_prefs.cc',
+ 'proxy_config/proxy_prefs.h',
],
},
],
« no previous file with comments | « components/components_tests.gyp ('k') | components/proxy_config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698