OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
9 'ash_sources': [ | 9 'ash_sources': [ |
10 'accelerators/accelerator_commands.cc', | 10 'accelerators/accelerator_commands.cc', |
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1085 ], | 1085 ], |
1086 'sources': [ | 1086 'sources': [ |
1087 '<@(ash_with_content_sources)', | 1087 '<@(ash_with_content_sources)', |
1088 ], | 1088 ], |
1089 }, | 1089 }, |
1090 { | 1090 { |
1091 # GN version: //ash:test_support | 1091 # GN version: //ash:test_support |
1092 'target_name': 'ash_test_support', | 1092 'target_name': 'ash_test_support', |
1093 'type': 'static_library', | 1093 'type': 'static_library', |
1094 'dependencies': [ | 1094 'dependencies': [ |
| 1095 '../components/components.gyp:signin_core_account_id', |
1095 '../skia/skia.gyp:skia', | 1096 '../skia/skia.gyp:skia', |
1096 '../testing/gtest.gyp:gtest', | 1097 '../testing/gtest.gyp:gtest', |
1097 '../ui/accessibility/accessibility.gyp:ax_gen', | 1098 '../ui/accessibility/accessibility.gyp:ax_gen', |
1098 '../ui/app_list/app_list.gyp:app_list_test_support', | 1099 '../ui/app_list/app_list.gyp:app_list_test_support', |
1099 '../ui/events/devices/events_devices.gyp:events_devices', | 1100 '../ui/events/devices/events_devices.gyp:events_devices', |
1100 '../ui/views/views.gyp:views_test_support', | 1101 '../ui/views/views.gyp:views_test_support', |
1101 'ash', | 1102 'ash', |
1102 'ash_resources.gyp:ash_resources', | 1103 'ash_resources.gyp:ash_resources', |
1103 'ash_test_support_with_content', | 1104 'ash_test_support_with_content', |
1104 ], | 1105 ], |
1105 'sources': [ | 1106 'sources': [ |
1106 '<@(ash_test_support_sources)', | 1107 '<@(ash_test_support_sources)', |
1107 ], | 1108 ], |
1108 'conditions': [ | 1109 'conditions': [ |
1109 ['OS=="win"', { | 1110 ['OS=="win"', { |
1110 'dependencies': [ | 1111 'dependencies': [ |
1111 '../ui/platform_window/win/win_window.gyp:win_window', | 1112 '../ui/platform_window/win/win_window.gyp:win_window', |
1112 ], | 1113 ], |
1113 }], | 1114 }], |
| 1115 ['chromeos==1', { |
| 1116 'dependencies': [ |
| 1117 '../ui/display/display.gyp:display', |
| 1118 ], |
| 1119 }], |
1114 ], | 1120 ], |
1115 }, | 1121 }, |
1116 { | 1122 { |
1117 # GN version: //ash:test_support_with_content | 1123 # GN version: //ash:test_support_with_content |
1118 'target_name': 'ash_test_support_with_content', | 1124 'target_name': 'ash_test_support_with_content', |
1119 'type': 'static_library', | 1125 'type': 'static_library', |
1120 'dependencies': [ | 1126 'dependencies': [ |
1121 '../skia/skia.gyp:skia', | 1127 '../skia/skia.gyp:skia', |
1122 'ash_with_content', | 1128 'ash_with_content', |
1123 ], | 1129 ], |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1369 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1375 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1370 ], | 1376 ], |
1371 } | 1377 } |
1372 ], | 1378 ], |
1373 ], | 1379 ], |
1374 }, | 1380 }, |
1375 ], | 1381 ], |
1376 }], | 1382 }], |
1377 ], | 1383 ], |
1378 } | 1384 } |
OLD | NEW |