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 996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1007 '../ui/base/ui_base.gyp:ui_data_pack', | 1007 '../ui/base/ui_base.gyp:ui_data_pack', |
1008 '../ui/compositor/compositor.gyp:compositor', | 1008 '../ui/compositor/compositor.gyp:compositor', |
1009 '../ui/display/display.gyp:display', | 1009 '../ui/display/display.gyp:display', |
1010 '../ui/events/devices/events_devices.gyp:events_devices', | 1010 '../ui/events/devices/events_devices.gyp:events_devices', |
1011 '../ui/events/events.gyp:events', | 1011 '../ui/events/events.gyp:events', |
1012 '../ui/events/events.gyp:events_base', | 1012 '../ui/events/events.gyp:events_base', |
1013 '../ui/events/events.gyp:gesture_detection', | 1013 '../ui/events/events.gyp:gesture_detection', |
1014 '../ui/events/platform/events_platform.gyp:events_platform', | 1014 '../ui/events/platform/events_platform.gyp:events_platform', |
1015 '../ui/gfx/gfx.gyp:gfx', | 1015 '../ui/gfx/gfx.gyp:gfx', |
1016 '../ui/gfx/gfx.gyp:gfx_geometry', | 1016 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1017 '../ui/gfx/gfx.gyp:gfx_range', |
1017 '../ui/gfx/gfx.gyp:gfx_vector_icons', | 1018 '../ui/gfx/gfx.gyp:gfx_vector_icons', |
1018 '../ui/keyboard/keyboard.gyp:keyboard', | 1019 '../ui/keyboard/keyboard.gyp:keyboard', |
1019 '../ui/message_center/message_center.gyp:message_center', | 1020 '../ui/message_center/message_center.gyp:message_center', |
1020 '../ui/native_theme/native_theme.gyp:native_theme', | 1021 '../ui/native_theme/native_theme.gyp:native_theme', |
1021 '../ui/platform_window/stub/stub_window.gyp:stub_window', | 1022 '../ui/platform_window/stub/stub_window.gyp:stub_window', |
1022 '../ui/resources/ui_resources.gyp:ui_resources', | 1023 '../ui/resources/ui_resources.gyp:ui_resources', |
1023 '../ui/strings/ui_strings.gyp:ui_strings', | 1024 '../ui/strings/ui_strings.gyp:ui_strings', |
1024 '../ui/views/views.gyp:views', | 1025 '../ui/views/views.gyp:views', |
1025 '../ui/wm/wm.gyp:wm', | 1026 '../ui/wm/wm.gyp:wm', |
1026 '../url/url.gyp:url_lib', | 1027 '../url/url.gyp:url_lib', |
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1398 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1399 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1399 ], | 1400 ], |
1400 } | 1401 } |
1401 ], | 1402 ], |
1402 ], | 1403 ], |
1403 }, | 1404 }, |
1404 ], | 1405 ], |
1405 }], | 1406 }], |
1406 ], | 1407 ], |
1407 } | 1408 } |
OLD | NEW |