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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 963823003: Move InMemoryURLIndex into chrome/browser/autocomplete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shortcut-database
Patch Set: Fixing win_chromium_x64_rel_ng build Created 5 years, 9 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_browser_extensions.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 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 '../build/linux/system.gyp:dbus', 1105 '../build/linux/system.gyp:dbus',
1106 '../chromeos/chromeos.gyp:chromeos', 1106 '../chromeos/chromeos.gyp:chromeos',
1107 '../chromeos/chromeos.gyp:chromeos_test_support', 1107 '../chromeos/chromeos.gyp:chromeos_test_support',
1108 '../chromeos/chromeos.gyp:cryptohome_proto', 1108 '../chromeos/chromeos.gyp:cryptohome_proto',
1109 # browser_chromeos #includes signed_secret.pb.h directly. 1109 # browser_chromeos #includes signed_secret.pb.h directly.
1110 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', 1110 '../chromeos/chromeos.gyp:cryptohome_signkey_proto',
1111 # browser_chromeos #includes power_supply_properties.pb.h directly. 1111 # browser_chromeos #includes power_supply_properties.pb.h directly.
1112 '../chromeos/chromeos.gyp:power_manager_proto', 1112 '../chromeos/chromeos.gyp:power_manager_proto',
1113 '../chromeos/ime/input_method.gyp:gencode', 1113 '../chromeos/ime/input_method.gyp:gencode',
1114 '../components/components.gyp:cloud_policy_proto', 1114 '../components/components.gyp:cloud_policy_proto',
1115 '../components/components.gyp:history_core_browser_proto',
1116 '../components/components.gyp:login', 1115 '../components/components.gyp:login',
1117 '../components/components.gyp:onc_component', 1116 '../components/components.gyp:onc_component',
1118 '../components/components.gyp:ownership', 1117 '../components/components.gyp:ownership',
1119 '../components/components.gyp:pairing', 1118 '../components/components.gyp:pairing',
1120 '../components/components.gyp:policy', 1119 '../components/components.gyp:policy',
1121 '../components/components.gyp:user_manager', 1120 '../components/components.gyp:user_manager',
1122 # This depends directly on the variations target, rather than just 1121 # This depends directly on the variations target, rather than just
1123 # transitively via the common target because the proto sources need to 1122 # transitively via the common target because the proto sources need to
1124 # be generated before code in this target can start building. 1123 # be generated before code in this target can start building.
1125 '../components/components.gyp:variations', 1124 '../components/components.gyp:variations',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1306 'browser/chromeos/attestation/attestation_signed_data.proto', 1305 'browser/chromeos/attestation/attestation_signed_data.proto',
1307 ], 1306 ],
1308 'variables': { 1307 'variables': {
1309 'proto_in_dir': 'browser/chromeos/attestation', 1308 'proto_in_dir': 'browser/chromeos/attestation',
1310 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1309 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1311 }, 1310 },
1312 'includes': [ '../build/protoc.gypi' ] 1311 'includes': [ '../build/protoc.gypi' ]
1313 }, 1312 },
1314 ], 1313 ],
1315 } 1314 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698