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

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: Resolve -Wnewline-eof mac_chromium bot failure Created 5 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 unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 '../components/components.gyp:certificate_reporting', 1108 '../components/components.gyp:certificate_reporting',
1109 '../components/components.gyp:cloud_policy_proto', 1109 '../components/components.gyp:cloud_policy_proto',
1110 '../components/components.gyp:drive', 1110 '../components/components.gyp:drive',
1111 '../components/components.gyp:flags_ui', 1111 '../components/components.gyp:flags_ui',
1112 '../components/components.gyp:login', 1112 '../components/components.gyp:login',
1113 '../components/components.gyp:onc_component', 1113 '../components/components.gyp:onc_component',
1114 '../components/components.gyp:ownership', 1114 '../components/components.gyp:ownership',
1115 '../components/components.gyp:pairing', 1115 '../components/components.gyp:pairing',
1116 '../components/components.gyp:policy', 1116 '../components/components.gyp:policy',
1117 '../components/components.gyp:proxy_config', 1117 '../components/components.gyp:proxy_config',
1118 '../components/components.gyp:ssl_config',
1118 '../components/components.gyp:user_manager', 1119 '../components/components.gyp:user_manager',
1119 # This depends directly on the variations target, rather than just 1120 # This depends directly on the variations target, rather than just
1120 # transitively via the common target because the proto sources need to 1121 # transitively via the common target because the proto sources need to
1121 # be generated before code in this target can start building. 1122 # be generated before code in this target can start building.
1122 '../components/components.gyp:variations', 1123 '../components/components.gyp:variations',
1123 '../components/components.gyp:variations_http_provider', 1124 '../components/components.gyp:variations_http_provider',
1124 '../components/components.gyp:wallpaper', 1125 '../components/components.gyp:wallpaper',
1125 '../components/components.gyp:wifi_sync', 1126 '../components/components.gyp:wifi_sync',
1126 '../components/components_strings.gyp:components_strings', 1127 '../components/components_strings.gyp:components_strings',
1127 '../content/app/resources/content_resources.gyp:content_resources', 1128 '../content/app/resources/content_resources.gyp:content_resources',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 'browser/chromeos/attestation/attestation_signed_data.proto', 1284 'browser/chromeos/attestation/attestation_signed_data.proto',
1284 ], 1285 ],
1285 'variables': { 1286 'variables': {
1286 'proto_in_dir': 'browser/chromeos/attestation', 1287 'proto_in_dir': 'browser/chromeos/attestation',
1287 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1288 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1288 }, 1289 },
1289 'includes': [ '../build/protoc.gypi' ] 1290 'includes': [ '../build/protoc.gypi' ]
1290 }, 1291 },
1291 ], 1292 ],
1292 } 1293 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698