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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 'common/file_system_messages.h', | 123 'common/file_system_messages.h', |
124 'common/file_utilities_messages.h', | 124 'common/file_utilities_messages.h', |
125 'common/font_config_ipc_linux.cc', | 125 'common/font_config_ipc_linux.cc', |
126 'common/font_config_ipc_linux.h', | 126 'common/font_config_ipc_linux.h', |
127 'common/font_list.h', | 127 'common/font_list.h', |
128 'common/font_list_mac.mm', | 128 'common/font_list_mac.mm', |
129 'common/font_list_win.cc', | 129 'common/font_list_win.cc', |
130 'common/font_list_x11.cc', | 130 'common/font_list_x11.cc', |
131 'common/gamepad_hardware_buffer.h', | 131 'common/gamepad_hardware_buffer.h', |
132 'common/gamepad_messages.h', | 132 'common/gamepad_messages.h', |
| 133 'common/gamepad_seqlock.cc', |
| 134 'common/gamepad_seqlock.h', |
133 'common/geolocation_messages.h', | 135 'common/geolocation_messages.h', |
134 'common/geoposition.cc', | 136 'common/geoposition.cc', |
135 'common/geoposition.h', | 137 'common/geoposition.h', |
136 'common/gpu/gpu_channel.cc', | 138 'common/gpu/gpu_channel.cc', |
137 'common/gpu/gpu_channel.h', | 139 'common/gpu/gpu_channel.h', |
138 'common/gpu/gpu_channel_manager.cc', | 140 'common/gpu/gpu_channel_manager.cc', |
139 'common/gpu/gpu_channel_manager.h', | 141 'common/gpu/gpu_channel_manager.h', |
140 'common/gpu/gpu_command_buffer_stub.cc', | 142 'common/gpu/gpu_command_buffer_stub.cc', |
141 'common/gpu/gpu_command_buffer_stub.h', | 143 'common/gpu/gpu_command_buffer_stub.h', |
142 'common/gpu/gpu_config.h', | 144 'common/gpu/gpu_config.h', |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 ], | 323 ], |
322 'link_settings': { | 324 'link_settings': { |
323 'libraries': [ | 325 'libraries': [ |
324 '-lEGL', | 326 '-lEGL', |
325 '-lGLESv2', | 327 '-lGLESv2', |
326 ], | 328 ], |
327 }, | 329 }, |
328 }], | 330 }], |
329 ], | 331 ], |
330 } | 332 } |
OLD | NEW |