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

Unified Diff: components/wifi_sync.gypi

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 4 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/wifi.gypi ('k') | components/zoom.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi_sync.gypi
diff --git a/components/wifi_sync.gypi b/components/wifi_sync.gypi
deleted file mode 100644
index 3e3ffcf2eb7b3191e594d672a54d0cd08a52408f..0000000000000000000000000000000000000000
--- a/components/wifi_sync.gypi
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.
-
-{
- 'targets': [
- {
- # GN version: //components/wifi_sync
- 'target_name': 'wifi_sync',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../components/components.gyp:onc_component',
- '../components/sync.gyp:sync',
- ],
- 'sources': [
- 'wifi_sync/network_state_helper_chromeos.cc',
- 'wifi_sync/network_state_helper_chromeos.h',
- 'wifi_sync/wifi_config_delegate.h',
- 'wifi_sync/wifi_config_delegate_chromeos.cc',
- 'wifi_sync/wifi_config_delegate_chromeos.h',
- 'wifi_sync/wifi_credential.cc',
- 'wifi_sync/wifi_credential.h',
- 'wifi_sync/wifi_credential_syncable_service.cc',
- 'wifi_sync/wifi_credential_syncable_service.h',
- 'wifi_sync/wifi_credential_syncable_service_factory.cc',
- 'wifi_sync/wifi_credential_syncable_service_factory.h',
- 'wifi_sync/wifi_security_class.cc',
- 'wifi_sync/wifi_security_class.h',
- 'wifi_sync/wifi_security_class_chromeos.cc',
- ],
- },
- ],
-}
« no previous file with comments | « components/wifi.gypi ('k') | components/zoom.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698