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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1296663003: Componentize proxy code from chrome/browser/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updating for win p/f 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/pref_names.h » ('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 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 # browser_chromeos #includes power_supply_properties.pb.h directly. 1149 # browser_chromeos #includes power_supply_properties.pb.h directly.
1150 '../chromeos/chromeos.gyp:power_manager_proto', 1150 '../chromeos/chromeos.gyp:power_manager_proto',
1151 '../chromeos/ime/input_method.gyp:gencode', 1151 '../chromeos/ime/input_method.gyp:gencode',
1152 '../components/components.gyp:cloud_policy_proto', 1152 '../components/components.gyp:cloud_policy_proto',
1153 '../components/components.gyp:drive', 1153 '../components/components.gyp:drive',
1154 '../components/components.gyp:login', 1154 '../components/components.gyp:login',
1155 '../components/components.gyp:onc_component', 1155 '../components/components.gyp:onc_component',
1156 '../components/components.gyp:ownership', 1156 '../components/components.gyp:ownership',
1157 '../components/components.gyp:pairing', 1157 '../components/components.gyp:pairing',
1158 '../components/components.gyp:policy', 1158 '../components/components.gyp:policy',
1159 '../components/components.gyp:proxy_config',
1159 '../components/components.gyp:user_manager', 1160 '../components/components.gyp:user_manager',
1160 # This depends directly on the variations target, rather than just 1161 # This depends directly on the variations target, rather than just
1161 # transitively via the common target because the proto sources need to 1162 # transitively via the common target because the proto sources need to
1162 # be generated before code in this target can start building. 1163 # be generated before code in this target can start building.
1163 '../components/components.gyp:variations', 1164 '../components/components.gyp:variations',
1164 '../components/components.gyp:variations_http_provider', 1165 '../components/components.gyp:variations_http_provider',
1165 '../components/components.gyp:wallpaper', 1166 '../components/components.gyp:wallpaper',
1166 '../components/components.gyp:wifi_sync', 1167 '../components/components.gyp:wifi_sync',
1167 '../components/components_strings.gyp:components_strings', 1168 '../components/components_strings.gyp:components_strings',
1168 '../content/app/resources/content_resources.gyp:content_resources', 1169 '../content/app/resources/content_resources.gyp:content_resources',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1325 'browser/chromeos/attestation/attestation_signed_data.proto', 1326 'browser/chromeos/attestation/attestation_signed_data.proto',
1326 ], 1327 ],
1327 'variables': { 1328 'variables': {
1328 'proto_in_dir': 'browser/chromeos/attestation', 1329 'proto_in_dir': 'browser/chromeos/attestation',
1329 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1330 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1330 }, 1331 },
1331 'includes': [ '../build/protoc.gypi' ] 1332 'includes': [ '../build/protoc.gypi' ]
1332 }, 1333 },
1333 ], 1334 ],
1334 } 1335 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698