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 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1102 'chrome_resources.gyp:chrome_resources', | 1102 'chrome_resources.gyp:chrome_resources', |
1103 'chrome_resources.gyp:platform_locale_settings', | 1103 'chrome_resources.gyp:platform_locale_settings', |
1104 'chrome_resources.gyp:theme_resources', | 1104 'chrome_resources.gyp:theme_resources', |
1105 'common', | 1105 'common', |
1106 'common/extensions/api/api.gyp:chrome_api', | 1106 'common/extensions/api/api.gyp:chrome_api', |
1107 'common_net', | 1107 'common_net', |
1108 'debugger', | 1108 'debugger', |
1109 'device_policy_proto', | 1109 'device_policy_proto', |
1110 'installer_util', | 1110 'installer_util', |
1111 'safe_browsing_chunk_proto', | 1111 'safe_browsing_chunk_proto', |
1112 'safe_browsing_proto', | 1112 'safe_browsing_proto', |
1113 '../build/linux/system.gyp:dbus', | 1113 '../build/linux/system.gyp:dbus', |
1114 '../chromeos/chromeos.gyp:chromeos', | 1114 '../chromeos/chromeos.gyp:chromeos', |
1115 '../chromeos/chromeos.gyp:chromeos_test_support', | 1115 '../chromeos/chromeos.gyp:chromeos_test_support', |
1116 '../chromeos/chromeos.gyp:cryptohome_proto', | 1116 '../chromeos/chromeos.gyp:cryptohome_proto', |
1117 # browser_chromeos #includes signed_secret.pb.h directly. | 1117 # browser_chromeos #includes signed_secret.pb.h directly. |
1118 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', | 1118 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', |
1119 # browser_chromeos #includes power_supply_properties.pb.h directly. | 1119 # browser_chromeos #includes power_supply_properties.pb.h directly. |
1120 '../chromeos/chromeos.gyp:power_manager_proto', | 1120 '../chromeos/chromeos.gyp:power_manager_proto', |
1121 '../chromeos/ime/input_method.gyp:gencode', | 1121 '../chromeos/ime/input_method.gyp:gencode', |
1122 '../components/components.gyp:arc', | 1122 '../components/components.gyp:arc', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1300 'browser/chromeos/attestation/attestation_signed_data.proto', | 1300 'browser/chromeos/attestation/attestation_signed_data.proto', |
1301 ], | 1301 ], |
1302 'variables': { | 1302 'variables': { |
1303 'proto_in_dir': 'browser/chromeos/attestation', | 1303 'proto_in_dir': 'browser/chromeos/attestation', |
1304 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1304 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1305 }, | 1305 }, |
1306 'includes': [ '../build/protoc.gypi' ] | 1306 'includes': [ '../build/protoc.gypi' ] |
1307 }, | 1307 }, |
1308 ], | 1308 ], |
1309 } | 1309 } |
OLD | NEW |