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 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1034 '../ui/events/devices/events_devices.gyp:events_devices', | 1034 '../ui/events/devices/events_devices.gyp:events_devices', |
1035 '../ui/events/events.gyp:events', | 1035 '../ui/events/events.gyp:events', |
1036 '../ui/events/events.gyp:events_base', | 1036 '../ui/events/events.gyp:events_base', |
1037 '../ui/events/events.gyp:gesture_detection', | 1037 '../ui/events/events.gyp:gesture_detection', |
1038 '../ui/events/platform/events_platform.gyp:events_platform', | 1038 '../ui/events/platform/events_platform.gyp:events_platform', |
1039 '../ui/gfx/gfx.gyp:gfx', | 1039 '../ui/gfx/gfx.gyp:gfx', |
1040 '../ui/gfx/gfx.gyp:gfx_geometry', | 1040 '../ui/gfx/gfx.gyp:gfx_geometry', |
1041 '../ui/gfx/gfx.gyp:gfx_range', | 1041 '../ui/gfx/gfx.gyp:gfx_range', |
1042 '../ui/gfx/gfx.gyp:gfx_vector_icons', | 1042 '../ui/gfx/gfx.gyp:gfx_vector_icons', |
1043 '../ui/keyboard/keyboard.gyp:keyboard', | 1043 '../ui/keyboard/keyboard.gyp:keyboard', |
| 1044 '../ui/latency_info/latency_info.gyp:latency_info', |
1044 '../ui/message_center/message_center.gyp:message_center', | 1045 '../ui/message_center/message_center.gyp:message_center', |
1045 '../ui/native_theme/native_theme.gyp:native_theme', | 1046 '../ui/native_theme/native_theme.gyp:native_theme', |
1046 '../ui/platform_window/stub/stub_window.gyp:stub_window', | 1047 '../ui/platform_window/stub/stub_window.gyp:stub_window', |
1047 '../ui/resources/ui_resources.gyp:ui_resources', | 1048 '../ui/resources/ui_resources.gyp:ui_resources', |
1048 '../ui/strings/ui_strings.gyp:ui_strings', | 1049 '../ui/strings/ui_strings.gyp:ui_strings', |
1049 '../ui/views/views.gyp:views', | 1050 '../ui/views/views.gyp:views', |
1050 '../ui/wm/wm.gyp:wm', | 1051 '../ui/wm/wm.gyp:wm', |
1051 '../url/url.gyp:url_lib', | 1052 '../url/url.gyp:url_lib', |
1052 'ash_resources.gyp:ash_resources', | 1053 'ash_resources.gyp:ash_resources', |
1053 'ash_strings.gyp:ash_strings', | 1054 'ash_strings.gyp:ash_strings', |
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1424 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1425 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1425 ], | 1426 ], |
1426 } | 1427 } |
1427 ], | 1428 ], |
1428 ], | 1429 ], |
1429 }, | 1430 }, |
1430 ], | 1431 ], |
1431 }], | 1432 }], |
1432 ], | 1433 ], |
1433 } | 1434 } |
OLD | NEW |