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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 675993005: components: add wifi_sync component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: rename component, and add stub wifi_credential_syncable_service 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
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 1043 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 '../components/components.gyp:cloud_policy_proto', 1054 '../components/components.gyp:cloud_policy_proto',
1055 '../components/components.gyp:onc_component', 1055 '../components/components.gyp:onc_component',
1056 '../components/components.gyp:ownership', 1056 '../components/components.gyp:ownership',
1057 '../components/components.gyp:pairing', 1057 '../components/components.gyp:pairing',
1058 '../components/components.gyp:policy', 1058 '../components/components.gyp:policy',
1059 # This depends directly on the variations target, rather than just 1059 # This depends directly on the variations target, rather than just
1060 # transitively via the common target because the proto sources need to 1060 # transitively via the common target because the proto sources need to
1061 # be generated before code in this target can start building. 1061 # be generated before code in this target can start building.
1062 '../components/components.gyp:variations', 1062 '../components/components.gyp:variations',
1063 '../components/components.gyp:variations_http_provider', 1063 '../components/components.gyp:variations_http_provider',
1064 '../components/components.gyp:wifi_sync',
1064 '../components/components_strings.gyp:components_strings', 1065 '../components/components_strings.gyp:components_strings',
1065 '../content/app/resources/content_resources.gyp:content_resources', 1066 '../content/app/resources/content_resources.gyp:content_resources',
1066 '../content/content.gyp:content_browser', 1067 '../content/content.gyp:content_browser',
1067 '../content/content.gyp:content_common', 1068 '../content/content.gyp:content_common',
1068 '../crypto/crypto.gyp:crypto', 1069 '../crypto/crypto.gyp:crypto',
1069 '../dbus/dbus.gyp:dbus', 1070 '../dbus/dbus.gyp:dbus',
1070 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1071 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1071 '../device/hid/hid.gyp:device_hid', 1072 '../device/hid/hid.gyp:device_hid',
1072 '../media/media.gyp:media', 1073 '../media/media.gyp:media',
1073 '../net/net.gyp:net', 1074 '../net/net.gyp:net',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1249 'browser/chromeos/attestation/attestation_signed_data.proto', 1250 'browser/chromeos/attestation/attestation_signed_data.proto',
1250 ], 1251 ],
1251 'variables': { 1252 'variables': {
1252 'proto_in_dir': 'browser/chromeos/attestation', 1253 'proto_in_dir': 'browser/chromeos/attestation',
1253 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1254 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1254 }, 1255 },
1255 'includes': [ '../build/protoc.gypi' ] 1256 'includes': [ '../build/protoc.gypi' ]
1256 }, 1257 },
1257 ], 1258 ],
1258 } 1259 }
OLDNEW
« no previous file with comments | « no previous file | components/components.gyp » ('j') | components/wifi_sync/wifi_credential_syncable_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698