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