| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 'common/file_system/webfilewriter_impl.cc', | 116 'common/file_system/webfilewriter_impl.cc', |
| 117 'common/file_system/webfilewriter_impl.h', | 117 'common/file_system/webfilewriter_impl.h', |
| 118 'common/file_system_messages.h', | 118 'common/file_system_messages.h', |
| 119 'common/file_utilities_messages.h', | 119 'common/file_utilities_messages.h', |
| 120 'common/font_config_ipc_linux.cc', | 120 'common/font_config_ipc_linux.cc', |
| 121 'common/font_config_ipc_linux.h', | 121 'common/font_config_ipc_linux.h', |
| 122 'common/font_list.h', | 122 'common/font_list.h', |
| 123 'common/font_list_mac.mm', | 123 'common/font_list_mac.mm', |
| 124 'common/font_list_win.cc', | 124 'common/font_list_win.cc', |
| 125 'common/font_list_x11.cc', | 125 'common/font_list_x11.cc', |
| 126 'common/gamepad_hardware_buffer.h', |
| 127 'common/gamepad_messages.h', |
| 126 'common/geolocation_messages.h', | 128 'common/geolocation_messages.h', |
| 127 'common/geoposition.cc', | 129 'common/geoposition.cc', |
| 128 'common/geoposition.h', | 130 'common/geoposition.h', |
| 129 'common/gpu/gpu_channel.cc', | 131 'common/gpu/gpu_channel.cc', |
| 130 'common/gpu/gpu_channel.h', | 132 'common/gpu/gpu_channel.h', |
| 131 'common/gpu/gpu_channel_manager.cc', | 133 'common/gpu/gpu_channel_manager.cc', |
| 132 'common/gpu/gpu_channel_manager.h', | 134 'common/gpu/gpu_channel_manager.h', |
| 133 'common/gpu/gpu_command_buffer_stub.cc', | 135 'common/gpu/gpu_command_buffer_stub.cc', |
| 134 'common/gpu/gpu_command_buffer_stub.h', | 136 'common/gpu/gpu_command_buffer_stub.h', |
| 135 'common/gpu/gpu_config.h', | 137 'common/gpu/gpu_config.h', |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 ], | 331 ], |
| 330 'link_settings': { | 332 'link_settings': { |
| 331 'libraries': [ | 333 'libraries': [ |
| 332 '-lEGL', | 334 '-lEGL', |
| 333 '-lGLESv2', | 335 '-lGLESv2', |
| 334 ], | 336 ], |
| 335 }, | 337 }, |
| 336 }], | 338 }], |
| 337 ], | 339 ], |
| 338 } | 340 } |
| OLD | NEW |