| 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 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1263 'defines': [ | 1263 'defines': [ |
| 1264 'USE_CRAS', | 1264 'USE_CRAS', |
| 1265 ], | 1265 ], |
| 1266 }], | 1266 }], |
| 1267 ['use_ash==1', { | 1267 ['use_ash==1', { |
| 1268 'dependencies': [ | 1268 'dependencies': [ |
| 1269 '../ash/ash.gyp:ash', | 1269 '../ash/ash.gyp:ash', |
| 1270 '../ash/ash.gyp:ash_with_content', | 1270 '../ash/ash.gyp:ash_with_content', |
| 1271 '../ash/ash_resources.gyp:ash_resources', | 1271 '../ash/ash_resources.gyp:ash_resources', |
| 1272 '../ash/ash_strings.gyp:ash_strings', | 1272 '../ash/ash_strings.gyp:ash_strings', |
| 1273 '../ash/wm/common/ash_wm_common.gyp:ash_wm_common', |
| 1273 '../components/components.gyp:session_manager_component', | 1274 '../components/components.gyp:session_manager_component', |
| 1274 '../components/components.gyp:user_manager', | 1275 '../components/components.gyp:user_manager', |
| 1275 '../ui/app_list/app_list.gyp:app_list', | 1276 '../ui/app_list/app_list.gyp:app_list', |
| 1276 '../ui/message_center/message_center.gyp:message_center', | 1277 '../ui/message_center/message_center.gyp:message_center', |
| 1277 ], | 1278 ], |
| 1278 }], | 1279 }], |
| 1279 ['use_aura==1', { | 1280 ['use_aura==1', { |
| 1280 'dependencies': [ | 1281 'dependencies': [ |
| 1281 '../ui/aura/aura.gyp:aura', | 1282 '../ui/aura/aura.gyp:aura', |
| 1282 '../ui/compositor/compositor.gyp:compositor', | 1283 '../ui/compositor/compositor.gyp:compositor', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1347 'browser/chromeos/attestation/attestation_signed_data.proto', | 1348 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1348 ], | 1349 ], |
| 1349 'variables': { | 1350 'variables': { |
| 1350 'proto_in_dir': 'browser/chromeos/attestation', | 1351 'proto_in_dir': 'browser/chromeos/attestation', |
| 1351 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1352 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1352 }, | 1353 }, |
| 1353 'includes': [ '../build/protoc.gypi' ] | 1354 'includes': [ '../build/protoc.gypi' ] |
| 1354 }, | 1355 }, |
| 1355 ], | 1356 ], |
| 1356 } | 1357 } |
| OLD | NEW |