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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 'common/file_system/file_system_dispatcher.cc', | 120 'common/file_system/file_system_dispatcher.cc', |
121 'common/file_system/file_system_dispatcher.h', | 121 'common/file_system/file_system_dispatcher.h', |
122 'common/file_system/webfilesystem_callback_dispatcher.cc', | 122 'common/file_system/webfilesystem_callback_dispatcher.cc', |
123 'common/file_system/webfilesystem_callback_dispatcher.h', | 123 'common/file_system/webfilesystem_callback_dispatcher.h', |
124 'common/file_system/webfilesystem_impl.cc', | 124 'common/file_system/webfilesystem_impl.cc', |
125 'common/file_system/webfilesystem_impl.h', | 125 'common/file_system/webfilesystem_impl.h', |
126 'common/file_system/webfilewriter_impl.cc', | 126 'common/file_system/webfilewriter_impl.cc', |
127 'common/file_system/webfilewriter_impl.h', | 127 'common/file_system/webfilewriter_impl.h', |
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_cache_dispatcher_win.cc', |
| 131 'common/font_cache_dispatcher_win.h', |
130 'common/font_config_ipc_linux.cc', | 132 'common/font_config_ipc_linux.cc', |
131 'common/font_config_ipc_linux.h', | 133 'common/font_config_ipc_linux.h', |
132 'common/font_list.h', | 134 'common/font_list.h', |
133 'common/font_list_mac.mm', | 135 'common/font_list_mac.mm', |
134 'common/font_list_win.cc', | 136 'common/font_list_win.cc', |
135 'common/font_list_x11.cc', | 137 'common/font_list_x11.cc', |
136 'common/gamepad_hardware_buffer.h', | 138 'common/gamepad_hardware_buffer.h', |
137 'common/gamepad_messages.h', | 139 'common/gamepad_messages.h', |
138 'common/gamepad_seqlock.cc', | 140 'common/gamepad_seqlock.cc', |
139 'common/gamepad_seqlock.h', | 141 'common/gamepad_seqlock.h', |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 ], | 318 ], |
317 'link_settings': { | 319 'link_settings': { |
318 'libraries': [ | 320 'libraries': [ |
319 '-lEGL', | 321 '-lEGL', |
320 '-lGLESv2', | 322 '-lGLESv2', |
321 ], | 323 ], |
322 }, | 324 }, |
323 }], | 325 }], |
324 ], | 326 ], |
325 } | 327 } |
OLD | NEW |