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