| OLD | NEW |
| 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 Loading... |
| 1105 'safe_browsing_report_proto', | 1105 'safe_browsing_report_proto', |
| 1106 '../build/linux/system.gyp:dbus', | 1106 '../build/linux/system.gyp:dbus', |
| 1107 '../chromeos/chromeos.gyp:chromeos', | 1107 '../chromeos/chromeos.gyp:chromeos', |
| 1108 '../chromeos/chromeos.gyp:chromeos_test_support', | 1108 '../chromeos/chromeos.gyp:chromeos_test_support', |
| 1109 '../chromeos/chromeos.gyp:cryptohome_proto', | 1109 '../chromeos/chromeos.gyp:cryptohome_proto', |
| 1110 # browser_chromeos #includes signed_secret.pb.h directly. | 1110 # browser_chromeos #includes signed_secret.pb.h directly. |
| 1111 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', | 1111 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', |
| 1112 # browser_chromeos #includes power_supply_properties.pb.h directly. | 1112 # browser_chromeos #includes power_supply_properties.pb.h directly. |
| 1113 '../chromeos/chromeos.gyp:power_manager_proto', | 1113 '../chromeos/chromeos.gyp:power_manager_proto', |
| 1114 '../chromeos/ime/input_method.gyp:gencode', | 1114 '../chromeos/ime/input_method.gyp:gencode', |
| 1115 '../components/components.gyp:arc', |
| 1115 '../components/components.gyp:certificate_reporting', | 1116 '../components/components.gyp:certificate_reporting', |
| 1116 '../components/components.gyp:cloud_policy_proto', | 1117 '../components/components.gyp:cloud_policy_proto', |
| 1117 '../components/components.gyp:drive', | 1118 '../components/components.gyp:drive', |
| 1118 '../components/components.gyp:flags_ui', | 1119 '../components/components.gyp:flags_ui', |
| 1119 '../components/components.gyp:login', | 1120 '../components/components.gyp:login', |
| 1120 '../components/components.gyp:onc_component', | 1121 '../components/components.gyp:onc_component', |
| 1121 '../components/components.gyp:ownership', | 1122 '../components/components.gyp:ownership', |
| 1122 '../components/components.gyp:pairing', | 1123 '../components/components.gyp:pairing', |
| 1123 '../components/components.gyp:policy', | 1124 '../components/components.gyp:policy', |
| 1124 '../components/components.gyp:proxy_config', | 1125 '../components/components.gyp:proxy_config', |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1291 'browser/chromeos/attestation/attestation_signed_data.proto', | 1292 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1292 ], | 1293 ], |
| 1293 'variables': { | 1294 'variables': { |
| 1294 'proto_in_dir': 'browser/chromeos/attestation', | 1295 'proto_in_dir': 'browser/chromeos/attestation', |
| 1295 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1296 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1296 }, | 1297 }, |
| 1297 'includes': [ '../build/protoc.gypi' ] | 1298 'includes': [ '../build/protoc.gypi' ] |
| 1298 }, | 1299 }, |
| 1299 ], | 1300 ], |
| 1300 } | 1301 } |
| OLD | NEW |