| 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 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1084 ], | 1084 ], |
| 1085 'sources': [ | 1085 'sources': [ |
| 1086 '<@(ash_with_content_sources)', | 1086 '<@(ash_with_content_sources)', |
| 1087 ], | 1087 ], |
| 1088 }, | 1088 }, |
| 1089 { | 1089 { |
| 1090 # GN version: //ash:test_support | 1090 # GN version: //ash:test_support |
| 1091 'target_name': 'ash_test_support', | 1091 'target_name': 'ash_test_support', |
| 1092 'type': 'static_library', | 1092 'type': 'static_library', |
| 1093 'dependencies': [ | 1093 'dependencies': [ |
| 1094 '../components/components.gyp:signin_core_account_id', |
| 1094 '../skia/skia.gyp:skia', | 1095 '../skia/skia.gyp:skia', |
| 1095 '../testing/gtest.gyp:gtest', | 1096 '../testing/gtest.gyp:gtest', |
| 1096 '../ui/accessibility/accessibility.gyp:ax_gen', | 1097 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 1097 '../ui/app_list/app_list.gyp:app_list_test_support', | 1098 '../ui/app_list/app_list.gyp:app_list_test_support', |
| 1098 '../ui/events/devices/events_devices.gyp:events_devices', | 1099 '../ui/events/devices/events_devices.gyp:events_devices', |
| 1099 '../ui/views/views.gyp:views_test_support', | 1100 '../ui/views/views.gyp:views_test_support', |
| 1100 'ash', | 1101 'ash', |
| 1101 'ash_resources.gyp:ash_resources', | 1102 'ash_resources.gyp:ash_resources', |
| 1102 'ash_test_support_with_content', | 1103 'ash_test_support_with_content', |
| 1103 ], | 1104 ], |
| 1104 'sources': [ | 1105 'sources': [ |
| 1105 '<@(ash_test_support_sources)', | 1106 '<@(ash_test_support_sources)', |
| 1106 ], | 1107 ], |
| 1107 'conditions': [ | 1108 'conditions': [ |
| 1108 ['OS=="win"', { | 1109 ['OS=="win"', { |
| 1109 'dependencies': [ | 1110 'dependencies': [ |
| 1110 '../ui/platform_window/win/win_window.gyp:win_window', | 1111 '../ui/platform_window/win/win_window.gyp:win_window', |
| 1111 ], | 1112 ], |
| 1112 }], | 1113 }], |
| 1114 ['chromeos==1', { |
| 1115 'dependencies': [ |
| 1116 '../ui/display/display.gyp:display', |
| 1117 ], |
| 1118 }], |
| 1113 ], | 1119 ], |
| 1114 }, | 1120 }, |
| 1115 { | 1121 { |
| 1116 # GN version: //ash:test_support_with_content | 1122 # GN version: //ash:test_support_with_content |
| 1117 'target_name': 'ash_test_support_with_content', | 1123 'target_name': 'ash_test_support_with_content', |
| 1118 'type': 'static_library', | 1124 'type': 'static_library', |
| 1119 'dependencies': [ | 1125 'dependencies': [ |
| 1120 '../skia/skia.gyp:skia', | 1126 '../skia/skia.gyp:skia', |
| 1121 'ash_with_content', | 1127 'ash_with_content', |
| 1122 ], | 1128 ], |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1367 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1373 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1368 ], | 1374 ], |
| 1369 } | 1375 } |
| 1370 ], | 1376 ], |
| 1371 ], | 1377 ], |
| 1372 }, | 1378 }, |
| 1373 ], | 1379 ], |
| 1374 }], | 1380 }], |
| 1375 ], | 1381 ], |
| 1376 } | 1382 } |
| OLD | NEW |