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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1416313004: arc-bridge: Start ArcBridgeService on session start (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Handling startup in ChromeshellDelegate for Chrome OS Created 5 years, 1 month 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 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'safe_browsing_proto', 1104 'safe_browsing_proto',
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:arc',
1114 '../components/components.gyp:certificate_reporting', 1115 '../components/components.gyp:certificate_reporting',
1115 '../components/components.gyp:cloud_policy_proto', 1116 '../components/components.gyp:cloud_policy_proto',
1116 '../components/components.gyp:drive', 1117 '../components/components.gyp:drive',
1117 '../components/components.gyp:flags_ui', 1118 '../components/components.gyp:flags_ui',
1118 '../components/components.gyp:login', 1119 '../components/components.gyp:login',
1119 '../components/components.gyp:onc_component', 1120 '../components/components.gyp:onc_component',
1120 '../components/components.gyp:ownership', 1121 '../components/components.gyp:ownership',
1121 '../components/components.gyp:pairing', 1122 '../components/components.gyp:pairing',
1122 '../components/components.gyp:policy', 1123 '../components/components.gyp:policy',
1123 '../components/components.gyp:proxy_config', 1124 '../components/components.gyp:proxy_config',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 'browser/chromeos/attestation/attestation_signed_data.proto', 1291 'browser/chromeos/attestation/attestation_signed_data.proto',
1291 ], 1292 ],
1292 'variables': { 1293 'variables': {
1293 'proto_in_dir': 'browser/chromeos/attestation', 1294 'proto_in_dir': 'browser/chromeos/attestation',
1294 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1295 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1295 }, 1296 },
1296 'includes': [ '../build/protoc.gypi' ] 1297 'includes': [ '../build/protoc.gypi' ]
1297 }, 1298 },
1298 ], 1299 ],
1299 } 1300 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698