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 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1093 'chrome_resources.gyp:chrome_resources', | 1093 'chrome_resources.gyp:chrome_resources', |
1094 'chrome_resources.gyp:platform_locale_settings', | 1094 'chrome_resources.gyp:platform_locale_settings', |
1095 'chrome_resources.gyp:theme_resources', | 1095 'chrome_resources.gyp:theme_resources', |
1096 'common', | 1096 'common', |
1097 'common/extensions/api/api.gyp:chrome_api', | 1097 'common/extensions/api/api.gyp:chrome_api', |
1098 'common_net', | 1098 'common_net', |
1099 'debugger', | 1099 'debugger', |
1100 'device_policy_proto', | 1100 'device_policy_proto', |
1101 'installer_util', | 1101 'installer_util', |
1102 'safe_browsing_chunk_proto', | 1102 'safe_browsing_chunk_proto', |
1103 'safe_browsing_proto', | 1103 'safe_browsing_proto', |
1104 'safe_browsing_report_proto', | |
1105 '../build/linux/system.gyp:dbus', | 1104 '../build/linux/system.gyp:dbus', |
1106 '../chromeos/chromeos.gyp:chromeos', | 1105 '../chromeos/chromeos.gyp:chromeos', |
1107 '../chromeos/chromeos.gyp:chromeos_test_support', | 1106 '../chromeos/chromeos.gyp:chromeos_test_support', |
1108 '../chromeos/chromeos.gyp:cryptohome_proto', | 1107 '../chromeos/chromeos.gyp:cryptohome_proto', |
1109 # browser_chromeos #includes signed_secret.pb.h directly. | 1108 # browser_chromeos #includes signed_secret.pb.h directly. |
1110 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', | 1109 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', |
1111 # browser_chromeos #includes power_supply_properties.pb.h directly. | 1110 # browser_chromeos #includes power_supply_properties.pb.h directly. |
1112 '../chromeos/chromeos.gyp:power_manager_proto', | 1111 '../chromeos/chromeos.gyp:power_manager_proto', |
1113 '../chromeos/ime/input_method.gyp:gencode', | 1112 '../chromeos/ime/input_method.gyp:gencode', |
1114 '../components/components.gyp:certificate_reporting', | 1113 '../components/components.gyp:certificate_reporting', |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1290 'browser/chromeos/attestation/attestation_signed_data.proto', | 1289 'browser/chromeos/attestation/attestation_signed_data.proto', |
1291 ], | 1290 ], |
1292 'variables': { | 1291 'variables': { |
1293 'proto_in_dir': 'browser/chromeos/attestation', | 1292 'proto_in_dir': 'browser/chromeos/attestation', |
1294 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1293 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1295 }, | 1294 }, |
1296 'includes': [ '../build/protoc.gypi' ] | 1295 'includes': [ '../build/protoc.gypi' ] |
1297 }, | 1296 }, |
1298 ], | 1297 ], |
1299 } | 1298 } |
OLD | NEW |