OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 '../build/temp_gyp/googleurl.gyp:googleurl', | 8 '../build/temp_gyp/googleurl.gyp:googleurl', |
9 '../gpu/gpu.gyp:gpu_ipc', | 9 '../gpu/gpu.gyp:gpu_ipc', |
10 '../ipc/ipc.gyp:ipc', | 10 '../ipc/ipc.gyp:ipc', |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 'common/file_system_messages.h', | 127 'common/file_system_messages.h', |
128 'common/file_utilities_messages.h', | 128 'common/file_utilities_messages.h', |
129 'common/font_config_ipc_linux.cc', | 129 'common/font_config_ipc_linux.cc', |
130 'common/font_config_ipc_linux.h', | 130 'common/font_config_ipc_linux.h', |
131 'common/font_list.h', | 131 'common/font_list.h', |
132 'common/font_list_mac.mm', | 132 'common/font_list_mac.mm', |
133 'common/font_list_win.cc', | 133 'common/font_list_win.cc', |
134 'common/font_list_x11.cc', | 134 'common/font_list_x11.cc', |
135 'common/gamepad_hardware_buffer.h', | 135 'common/gamepad_hardware_buffer.h', |
136 'common/gamepad_messages.h', | 136 'common/gamepad_messages.h', |
| 137 'common/gamepad_seqlock.cc', |
| 138 'common/gamepad_seqlock.h', |
137 'common/geolocation_messages.h', | 139 'common/geolocation_messages.h', |
138 'common/geoposition.cc', | 140 'common/geoposition.cc', |
139 'common/geoposition.h', | 141 'common/geoposition.h', |
140 'common/gpu/gpu_channel.cc', | 142 'common/gpu/gpu_channel.cc', |
141 'common/gpu/gpu_channel.h', | 143 'common/gpu/gpu_channel.h', |
142 'common/gpu/gpu_channel_manager.cc', | 144 'common/gpu/gpu_channel_manager.cc', |
143 'common/gpu/gpu_channel_manager.h', | 145 'common/gpu/gpu_channel_manager.h', |
144 'common/gpu/gpu_command_buffer_stub.cc', | 146 'common/gpu/gpu_command_buffer_stub.cc', |
145 'common/gpu/gpu_command_buffer_stub.h', | 147 'common/gpu/gpu_command_buffer_stub.h', |
146 'common/gpu/gpu_config.h', | 148 'common/gpu/gpu_config.h', |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 ], | 315 ], |
314 'link_settings': { | 316 'link_settings': { |
315 'libraries': [ | 317 'libraries': [ |
316 '-lEGL', | 318 '-lEGL', |
317 '-lGLESv2', | 319 '-lGLESv2', |
318 ], | 320 ], |
319 }, | 321 }, |
320 }], | 322 }], |
321 ], | 323 ], |
322 } | 324 } |
OLD | NEW |