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

Side by Side Diff: components/wifi_sync.gypi

Issue 675993005: components: add wifi_sync component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: fix style issues, and unnecessary virtual functions Created 6 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 # GN version: //components/wifi_sync
erikwright (departed) 2014/10/29 18:18:25 missing?
mukesh agrawal 2014/10/30 18:41:28 Done.
9 'target_name': 'wifi_sync',
10 'type': 'static_library',
11 'dependencies': [
12 '../base/base.gyp:base',
13 '../chromeos/chromeos.gyp:chromeos',
14 '../sync/sync.gyp:sync',
15 ],
16 'sources': [
17 'wifi_sync/wifi_credential_syncable_service.cc',
18 'wifi_sync/wifi_credential_syncable_service.h',
19 'wifi_sync/wifi_credential_syncable_service_factory.cc',
20 'wifi_sync/wifi_credential_syncable_service_factory.h',
21 'wifi_sync/wifi_security_class.cc',
22 'wifi_sync/wifi_security_class.h',
23 ],
24 },
25 ],
26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698