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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1320533007: Componentize ssl_config_service_manager_pref.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 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 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 '../components/components.gyp:ownership', 1100 '../components/components.gyp:ownership',
1101 '../components/components.gyp:pairing', 1101 '../components/components.gyp:pairing',
1102 '../components/components.gyp:policy', 1102 '../components/components.gyp:policy',
1103 '../components/components.gyp:proxy_config', 1103 '../components/components.gyp:proxy_config',
1104 '../components/components.gyp:user_manager', 1104 '../components/components.gyp:user_manager',
1105 # This depends directly on the variations target, rather than just 1105 # This depends directly on the variations target, rather than just
1106 # transitively via the common target because the proto sources need to 1106 # transitively via the common target because the proto sources need to
1107 # be generated before code in this target can start building. 1107 # be generated before code in this target can start building.
1108 '../components/components.gyp:variations', 1108 '../components/components.gyp:variations',
1109 '../components/components.gyp:variations_http_provider', 1109 '../components/components.gyp:variations_http_provider',
1110 '../components/components.gyp:ssl_config',
1110 '../components/components.gyp:wallpaper', 1111 '../components/components.gyp:wallpaper',
1111 '../components/components.gyp:wifi_sync', 1112 '../components/components.gyp:wifi_sync',
1112 '../components/components_strings.gyp:components_strings', 1113 '../components/components_strings.gyp:components_strings',
1113 '../content/app/resources/content_resources.gyp:content_resources', 1114 '../content/app/resources/content_resources.gyp:content_resources',
1114 '../content/content.gyp:content_browser', 1115 '../content/content.gyp:content_browser',
1115 '../content/content.gyp:content_common', 1116 '../content/content.gyp:content_common',
1116 '../crypto/crypto.gyp:crypto', 1117 '../crypto/crypto.gyp:crypto',
1117 '../dbus/dbus.gyp:dbus', 1118 '../dbus/dbus.gyp:dbus',
1118 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1119 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1119 '../device/hid/hid.gyp:device_hid', 1120 '../device/hid/hid.gyp:device_hid',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
1270 'browser/chromeos/attestation/attestation_signed_data.proto', 1271 'browser/chromeos/attestation/attestation_signed_data.proto',
1271 ], 1272 ],
1272 'variables': { 1273 'variables': {
1273 'proto_in_dir': 'browser/chromeos/attestation', 1274 'proto_in_dir': 'browser/chromeos/attestation',
1274 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1275 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1275 }, 1276 },
1276 'includes': [ '../build/protoc.gypi' ] 1277 'includes': [ '../build/protoc.gypi' ]
1277 }, 1278 },
1278 ], 1279 ],
1279 } 1280 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698