| 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 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1149 # browser_chromeos #includes power_supply_properties.pb.h directly. | 1149 # browser_chromeos #includes power_supply_properties.pb.h directly. |
| 1150 '../chromeos/chromeos.gyp:power_manager_proto', | 1150 '../chromeos/chromeos.gyp:power_manager_proto', |
| 1151 '../chromeos/ime/input_method.gyp:gencode', | 1151 '../chromeos/ime/input_method.gyp:gencode', |
| 1152 '../components/components.gyp:cloud_policy_proto', | 1152 '../components/components.gyp:cloud_policy_proto', |
| 1153 '../components/components.gyp:drive', | 1153 '../components/components.gyp:drive', |
| 1154 '../components/components.gyp:login', | 1154 '../components/components.gyp:login', |
| 1155 '../components/components.gyp:onc_component', | 1155 '../components/components.gyp:onc_component', |
| 1156 '../components/components.gyp:ownership', | 1156 '../components/components.gyp:ownership', |
| 1157 '../components/components.gyp:pairing', | 1157 '../components/components.gyp:pairing', |
| 1158 '../components/components.gyp:policy', | 1158 '../components/components.gyp:policy', |
| 1159 '../components/components.gyp:proxy_config', |
| 1159 '../components/components.gyp:user_manager', | 1160 '../components/components.gyp:user_manager', |
| 1160 # This depends directly on the variations target, rather than just | 1161 # This depends directly on the variations target, rather than just |
| 1161 # transitively via the common target because the proto sources need to | 1162 # transitively via the common target because the proto sources need to |
| 1162 # be generated before code in this target can start building. | 1163 # be generated before code in this target can start building. |
| 1163 '../components/components.gyp:variations', | 1164 '../components/components.gyp:variations', |
| 1164 '../components/components.gyp:variations_http_provider', | 1165 '../components/components.gyp:variations_http_provider', |
| 1165 '../components/components.gyp:wallpaper', | 1166 '../components/components.gyp:wallpaper', |
| 1166 '../components/components.gyp:wifi_sync', | 1167 '../components/components.gyp:wifi_sync', |
| 1167 '../components/components_strings.gyp:components_strings', | 1168 '../components/components_strings.gyp:components_strings', |
| 1168 '../content/app/resources/content_resources.gyp:content_resources', | 1169 '../content/app/resources/content_resources.gyp:content_resources', |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1325 'browser/chromeos/attestation/attestation_signed_data.proto', | 1326 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1326 ], | 1327 ], |
| 1327 'variables': { | 1328 'variables': { |
| 1328 'proto_in_dir': 'browser/chromeos/attestation', | 1329 'proto_in_dir': 'browser/chromeos/attestation', |
| 1329 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1330 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1330 }, | 1331 }, |
| 1331 'includes': [ '../build/protoc.gypi' ] | 1332 'includes': [ '../build/protoc.gypi' ] |
| 1332 }, | 1333 }, |
| 1333 ], | 1334 ], |
| 1334 } | 1335 } |
| OLD | NEW |