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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 'common/file_system_messages.h', | 128 'common/file_system_messages.h', |
129 'common/file_utilities_messages.h', | 129 'common/file_utilities_messages.h', |
130 'common/font_config_ipc_linux.cc', | 130 'common/font_config_ipc_linux.cc', |
131 'common/font_config_ipc_linux.h', | 131 'common/font_config_ipc_linux.h', |
132 'common/font_list.h', | 132 'common/font_list.h', |
133 'common/font_list_mac.mm', | 133 'common/font_list_mac.mm', |
134 'common/font_list_win.cc', | 134 'common/font_list_win.cc', |
135 'common/font_list_x11.cc', | 135 'common/font_list_x11.cc', |
136 'common/gamepad_hardware_buffer.h', | 136 'common/gamepad_hardware_buffer.h', |
137 'common/gamepad_messages.h', | 137 'common/gamepad_messages.h', |
138 'common/gamepad_seqlock.cc', | |
139 'common/gamepad_seqlock.h', | 138 'common/gamepad_seqlock.h', |
140 'common/geolocation_messages.h', | 139 'common/geolocation_messages.h', |
141 'common/geoposition.cc', | 140 'common/geoposition.cc', |
142 'common/geoposition.h', | 141 'common/geoposition.h', |
143 'common/gpu/gpu_channel.cc', | 142 'common/gpu/gpu_channel.cc', |
144 'common/gpu/gpu_channel.h', | 143 'common/gpu/gpu_channel.h', |
145 'common/gpu/gpu_channel_manager.cc', | 144 'common/gpu/gpu_channel_manager.cc', |
146 'common/gpu/gpu_channel_manager.h', | 145 'common/gpu/gpu_channel_manager.h', |
147 'common/gpu/gpu_command_buffer_stub.cc', | 146 'common/gpu/gpu_command_buffer_stub.cc', |
148 'common/gpu/gpu_command_buffer_stub.h', | 147 'common/gpu/gpu_command_buffer_stub.h', |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 ], | 318 ], |
320 'link_settings': { | 319 'link_settings': { |
321 'libraries': [ | 320 'libraries': [ |
322 '-lEGL', | 321 '-lEGL', |
323 '-lGLESv2', | 322 '-lGLESv2', |
324 ], | 323 ], |
325 }, | 324 }, |
326 }], | 325 }], |
327 ], | 326 ], |
328 } | 327 } |
OLD | NEW |