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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
(...skipping 26 matching lines...) Expand all Loading... |
37 '../ui/accessibility/accessibility.gyp:ax_gen', | 37 '../ui/accessibility/accessibility.gyp:ax_gen', |
38 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 38 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
39 '../ui/base/ui_base.gyp:ui_base', | 39 '../ui/base/ui_base.gyp:ui_base', |
40 '../ui/events/events.gyp:events_ipc', | 40 '../ui/events/events.gyp:events_ipc', |
41 '../ui/gfx/gfx.gyp:gfx', | 41 '../ui/gfx/gfx.gyp:gfx', |
42 '../ui/gfx/gfx.gyp:gfx_geometry', | 42 '../ui/gfx/gfx.gyp:gfx_geometry', |
43 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', | 43 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', |
44 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 44 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
45 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', | 45 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', |
46 '../ui/gl/gl.gyp:gl', | 46 '../ui/gl/gl.gyp:gl', |
| 47 '../ui/gl/init/gl_init.gyp:gl_init', |
47 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 48 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
48 '../url/url.gyp:url_lib', | 49 '../url/url.gyp:url_lib', |
49 '../url/ipc/url_ipc.gyp:url_ipc', | 50 '../url/ipc/url_ipc.gyp:url_ipc', |
50 'content.gyp:common_features', | 51 'content.gyp:common_features', |
51 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 52 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
52 ], | 53 ], |
53 'include_dirs': [ | 54 'include_dirs': [ |
54 '..', | 55 '..', |
55 ], | 56 ], |
56 'actions': [ | 57 'actions': [ |
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 'sources!': [ | 665 'sources!': [ |
665 'common/cursors/webcursor_ozone.cc', | 666 'common/cursors/webcursor_ozone.cc', |
666 'common/font_list_ozone.cc', | 667 'common/font_list_ozone.cc', |
667 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 668 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
668 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 669 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
669 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 670 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
670 ], | 671 ], |
671 }], | 672 }], |
672 ], | 673 ], |
673 } | 674 } |
OLD | NEW |