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 18 matching lines...) Expand all Loading... |
29 '../skia/skia.gyp:skia', | 29 '../skia/skia.gyp:skia', |
30 '../storage/storage_common.gyp:storage_common', | 30 '../storage/storage_common.gyp:storage_common', |
31 '../third_party/WebKit/public/blink.gyp:blink', | 31 '../third_party/WebKit/public/blink.gyp:blink', |
32 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', | 32 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
33 '../third_party/boringssl/boringssl.gyp:boringssl', | 33 '../third_party/boringssl/boringssl.gyp:boringssl', |
34 '../third_party/icu/icu.gyp:icuuc', | 34 '../third_party/icu/icu.gyp:icuuc', |
35 '../ui/accessibility/accessibility.gyp:accessibility', | 35 '../ui/accessibility/accessibility.gyp:accessibility', |
36 '../ui/accessibility/accessibility.gyp:ax_gen', | 36 '../ui/accessibility/accessibility.gyp:ax_gen', |
37 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 37 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
38 '../ui/base/ui_base.gyp:ui_base', | 38 '../ui/base/ui_base.gyp:ui_base', |
39 '../ui/events/events.gyp:events_ipc', | |
40 '../ui/gfx/gfx.gyp:gfx', | 39 '../ui/gfx/gfx.gyp:gfx', |
41 '../ui/gfx/gfx.gyp:gfx_geometry', | 40 '../ui/gfx/gfx.gyp:gfx_geometry', |
42 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', | 41 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', |
43 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 42 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
44 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', | 43 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', |
45 '../ui/gl/gl.gyp:gl', | 44 '../ui/gl/gl.gyp:gl', |
| 45 '../ui/latency_info/latency_info.gyp:latency_info_ipc', |
46 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 46 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
47 '../url/url.gyp:url_lib', | 47 '../url/url.gyp:url_lib', |
48 '../url/ipc/url_ipc.gyp:url_ipc', | 48 '../url/ipc/url_ipc.gyp:url_ipc', |
49 'content.gyp:common_features', | 49 'content.gyp:common_features', |
50 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 50 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
51 ], | 51 ], |
52 'include_dirs': [ | 52 'include_dirs': [ |
53 '..', | 53 '..', |
54 ], | 54 ], |
55 'actions': [ | 55 'actions': [ |
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
666 'sources!': [ | 666 'sources!': [ |
667 'common/cursors/webcursor_ozone.cc', | 667 'common/cursors/webcursor_ozone.cc', |
668 'common/font_list_ozone.cc', | 668 'common/font_list_ozone.cc', |
669 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 669 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
670 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 670 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
671 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 671 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
672 ], | 672 ], |
673 }], | 673 }], |
674 ], | 674 ], |
675 } | 675 } |
OLD | NEW |