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

Unified Diff: components/network_configuration.gypi

Issue 675993005: components: add wifi_sync component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: Created 6 years, 2 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: components/network_configuration.gypi
diff --git a/components/crx_file.gypi b/components/network_configuration.gypi
similarity index 56%
copy from components/crx_file.gypi
copy to components/network_configuration.gypi
index 036550d39592ffcf9722d500d1f1e6349065009d..75f71e7b1b51f639729ee7e0c01ed5e9b1b40a28 100644
--- a/components/crx_file.gypi
+++ b/components/network_configuration.gypi
@@ -5,20 +5,16 @@
{
'targets': [
{
- 'target_name': 'crx_file',
+ # GN version: //components/network_configuration
+ 'target_name': 'network_configuration',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- ],
- 'include_dirs': [
- '..',
+ '../chromeos/chromeos.gyp:chromeos',
],
'sources': [
- 'crx_file/constants.h',
- 'crx_file/crx_file.cc',
- 'crx_file/crx_file.h',
- 'crx_file/id_util.cc',
- 'crx_file/id_util.h',
+ 'network_configuration/wifi_security_class.cc',
+ 'network_configuration/wifi_security_class.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698