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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1530133005: Refactor VariationsHttpHeaderProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing include to srt_fetcher_win.cc. Created 5 years 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') | components/autofill.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 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 '../components/components.gyp:ownership', 1125 '../components/components.gyp:ownership',
1126 '../components/components.gyp:pairing', 1126 '../components/components.gyp:pairing',
1127 '../components/components.gyp:policy', 1127 '../components/components.gyp:policy',
1128 '../components/components.gyp:proxy_config', 1128 '../components/components.gyp:proxy_config',
1129 '../components/components.gyp:ssl_config', 1129 '../components/components.gyp:ssl_config',
1130 '../components/components.gyp:user_manager', 1130 '../components/components.gyp:user_manager',
1131 # This depends directly on the variations target, rather than just 1131 # This depends directly on the variations target, rather than just
1132 # transitively via the common target because the proto sources need to 1132 # transitively via the common target because the proto sources need to
1133 # be generated before code in this target can start building. 1133 # be generated before code in this target can start building.
1134 '../components/components.gyp:variations', 1134 '../components/components.gyp:variations',
1135 '../components/components.gyp:variations_http_provider', 1135 '../components/components.gyp:variations_net',
1136 '../components/components.gyp:wallpaper', 1136 '../components/components.gyp:wallpaper',
1137 '../components/components.gyp:wifi_sync', 1137 '../components/components.gyp:wifi_sync',
1138 '../components/components_strings.gyp:components_strings', 1138 '../components/components_strings.gyp:components_strings',
1139 '../content/app/resources/content_resources.gyp:content_resources', 1139 '../content/app/resources/content_resources.gyp:content_resources',
1140 '../content/content.gyp:content_browser', 1140 '../content/content.gyp:content_browser',
1141 '../content/content.gyp:content_common', 1141 '../content/content.gyp:content_common',
1142 '../crypto/crypto.gyp:crypto', 1142 '../crypto/crypto.gyp:crypto',
1143 '../dbus/dbus.gyp:dbus', 1143 '../dbus/dbus.gyp:dbus',
1144 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1144 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1145 '../device/hid/hid.gyp:device_hid', 1145 '../device/hid/hid.gyp:device_hid',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1295 'browser/chromeos/attestation/attestation_signed_data.proto', 1295 'browser/chromeos/attestation/attestation_signed_data.proto',
1296 ], 1296 ],
1297 'variables': { 1297 'variables': {
1298 'proto_in_dir': 'browser/chromeos/attestation', 1298 'proto_in_dir': 'browser/chromeos/attestation',
1299 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1299 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1300 }, 1300 },
1301 'includes': [ '../build/protoc.gypi' ] 1301 'includes': [ '../build/protoc.gypi' ]
1302 }, 1302 },
1303 ], 1303 ],
1304 } 1304 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698