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 964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
975 '../ui/events/devices/events_devices.gyp:events_devices', | 975 '../ui/events/devices/events_devices.gyp:events_devices', |
976 '../ui/events/events.gyp:events', | 976 '../ui/events/events.gyp:events', |
977 '../ui/events/events.gyp:events_base', | 977 '../ui/events/events.gyp:events_base', |
978 '../ui/events/events.gyp:gesture_detection', | 978 '../ui/events/events.gyp:gesture_detection', |
979 '../ui/events/platform/events_platform.gyp:events_platform', | 979 '../ui/events/platform/events_platform.gyp:events_platform', |
980 '../ui/gfx/gfx.gyp:gfx', | 980 '../ui/gfx/gfx.gyp:gfx', |
981 '../ui/gfx/gfx.gyp:gfx_geometry', | 981 '../ui/gfx/gfx.gyp:gfx_geometry', |
982 '../ui/gfx/gfx.gyp:gfx_vector_icons', | 982 '../ui/gfx/gfx.gyp:gfx_vector_icons', |
983 '../ui/keyboard/keyboard.gyp:keyboard', | 983 '../ui/keyboard/keyboard.gyp:keyboard', |
984 '../ui/message_center/message_center.gyp:message_center', | 984 '../ui/message_center/message_center.gyp:message_center', |
| 985 '../ui/native_theme/native_theme.gyp:native_theme', |
985 '../ui/platform_window/stub/stub_window.gyp:stub_window', | 986 '../ui/platform_window/stub/stub_window.gyp:stub_window', |
986 '../ui/resources/ui_resources.gyp:ui_resources', | 987 '../ui/resources/ui_resources.gyp:ui_resources', |
987 '../ui/strings/ui_strings.gyp:ui_strings', | 988 '../ui/strings/ui_strings.gyp:ui_strings', |
988 '../ui/views/views.gyp:views', | 989 '../ui/views/views.gyp:views', |
989 '../ui/wm/wm.gyp:wm', | 990 '../ui/wm/wm.gyp:wm', |
990 '../url/url.gyp:url_lib', | 991 '../url/url.gyp:url_lib', |
991 'ash_resources.gyp:ash_resources', | 992 'ash_resources.gyp:ash_resources', |
992 'ash_strings.gyp:ash_strings', | 993 'ash_strings.gyp:ash_strings', |
993 ], | 994 ], |
994 'defines': [ | 995 'defines': [ |
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1357 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1358 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1358 ], | 1359 ], |
1359 } | 1360 } |
1360 ], | 1361 ], |
1361 ], | 1362 ], |
1362 }, | 1363 }, |
1363 ], | 1364 ], |
1364 }], | 1365 }], |
1365 ], | 1366 ], |
1366 } | 1367 } |
OLD | NEW |