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 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1047 'type': '<(component)', | 1047 'type': '<(component)', |
1048 'dependencies': [ | 1048 'dependencies': [ |
1049 '../base/base.gyp:base', | 1049 '../base/base.gyp:base', |
1050 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 1050 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
1051 '../content/content.gyp:content_browser', | 1051 '../content/content.gyp:content_browser', |
1052 '../ipc/ipc.gyp:ipc', | 1052 '../ipc/ipc.gyp:ipc', |
1053 '../skia/skia.gyp:skia', | 1053 '../skia/skia.gyp:skia', |
1054 '../ui/aura/aura.gyp:aura', | 1054 '../ui/aura/aura.gyp:aura', |
1055 '../ui/base/ui_base.gyp:ui_base', | 1055 '../ui/base/ui_base.gyp:ui_base', |
1056 '../ui/compositor/compositor.gyp:compositor', | 1056 '../ui/compositor/compositor.gyp:compositor', |
| 1057 '../ui/display/display.gyp:display', |
1057 '../ui/events/events.gyp:events', | 1058 '../ui/events/events.gyp:events', |
1058 '../ui/gfx/gfx.gyp:gfx', | 1059 '../ui/gfx/gfx.gyp:gfx', |
1059 '../ui/gfx/gfx.gyp:gfx_geometry', | 1060 '../ui/gfx/gfx.gyp:gfx_geometry', |
1060 '../ui/keyboard/keyboard.gyp:keyboard_with_content', | 1061 '../ui/keyboard/keyboard.gyp:keyboard_with_content', |
1061 '../ui/resources/ui_resources.gyp:ui_resources', | 1062 '../ui/resources/ui_resources.gyp:ui_resources', |
1062 '../ui/strings/ui_strings.gyp:ui_strings', | 1063 '../ui/strings/ui_strings.gyp:ui_strings', |
1063 '../ui/views/controls/webview/webview.gyp:webview', | 1064 '../ui/views/controls/webview/webview.gyp:webview', |
1064 '../ui/views/views.gyp:views', | 1065 '../ui/views/views.gyp:views', |
1065 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 1066 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
1066 '../url/url.gyp:url_lib', | 1067 '../url/url.gyp:url_lib', |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1349 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1350 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1350 ], | 1351 ], |
1351 } | 1352 } |
1352 ], | 1353 ], |
1353 ], | 1354 ], |
1354 }, | 1355 }, |
1355 ], | 1356 ], |
1356 }], | 1357 }], |
1357 ], | 1358 ], |
1358 } | 1359 } |
OLD | NEW |