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 954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
965 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 965 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
966 '../ui/base/ui_base.gyp:ui_base', | 966 '../ui/base/ui_base.gyp:ui_base', |
967 '../ui/compositor/compositor.gyp:compositor', | 967 '../ui/compositor/compositor.gyp:compositor', |
968 '../ui/events/devices/events_devices.gyp:events_devices', | 968 '../ui/events/devices/events_devices.gyp:events_devices', |
969 '../ui/events/events.gyp:events', | 969 '../ui/events/events.gyp:events', |
970 '../ui/events/events.gyp:events_base', | 970 '../ui/events/events.gyp:events_base', |
971 '../ui/events/events.gyp:gesture_detection', | 971 '../ui/events/events.gyp:gesture_detection', |
972 '../ui/events/platform/events_platform.gyp:events_platform', | 972 '../ui/events/platform/events_platform.gyp:events_platform', |
973 '../ui/gfx/gfx.gyp:gfx', | 973 '../ui/gfx/gfx.gyp:gfx', |
974 '../ui/gfx/gfx.gyp:gfx_geometry', | 974 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 975 '../ui/gfx/gfx.gyp:gfx_vector_icons', |
975 '../ui/keyboard/keyboard.gyp:keyboard', | 976 '../ui/keyboard/keyboard.gyp:keyboard', |
976 '../ui/message_center/message_center.gyp:message_center', | 977 '../ui/message_center/message_center.gyp:message_center', |
977 '../ui/resources/ui_resources.gyp:ui_resources', | 978 '../ui/resources/ui_resources.gyp:ui_resources', |
978 '../ui/strings/ui_strings.gyp:ui_strings', | 979 '../ui/strings/ui_strings.gyp:ui_strings', |
979 '../ui/views/views.gyp:views', | 980 '../ui/views/views.gyp:views', |
980 '../ui/wm/wm.gyp:wm', | 981 '../ui/wm/wm.gyp:wm', |
981 '../url/url.gyp:url_lib', | 982 '../url/url.gyp:url_lib', |
982 'ash_resources.gyp:ash_resources', | 983 'ash_resources.gyp:ash_resources', |
983 'ash_strings.gyp:ash_strings', | 984 'ash_strings.gyp:ash_strings', |
984 ], | 985 ], |
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1365 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1366 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1366 ], | 1367 ], |
1367 } | 1368 } |
1368 ], | 1369 ], |
1369 ], | 1370 ], |
1370 }, | 1371 }, |
1371 ], | 1372 ], |
1372 }], | 1373 }], |
1373 ], | 1374 ], |
1374 } | 1375 } |
OLD | NEW |