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/components.gyp:permissions_mojo_bindings', |
9 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 11 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
11 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 12 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
12 '../gpu/gpu.gyp:command_buffer_service', | 13 '../gpu/gpu.gyp:command_buffer_service', |
13 '../gpu/gpu.gyp:gles2_c_lib', | 14 '../gpu/gpu.gyp:gles2_c_lib', |
14 '../gpu/gpu.gyp:gles2_implementation', | 15 '../gpu/gpu.gyp:gles2_implementation', |
15 '../gpu/gpu.gyp:gpu', | 16 '../gpu/gpu.gyp:gpu', |
16 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 17 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
17 '../ipc/ipc.gyp:ipc', | 18 '../ipc/ipc.gyp:ipc', |
18 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', | 19 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', |
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
668 'sources!': [ | 669 'sources!': [ |
669 'common/cursors/webcursor_ozone.cc', | 670 'common/cursors/webcursor_ozone.cc', |
670 'common/font_list_ozone.cc', | 671 'common/font_list_ozone.cc', |
671 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 672 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
672 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 673 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
673 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 674 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
674 ], | 675 ], |
675 }], | 676 }], |
676 ], | 677 ], |
677 } | 678 } |
OLD | NEW |