OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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:gles2_implementation', | 9 '../gpu/gpu.gyp:gles2_implementation', |
10 '../gpu/gpu.gyp:gpu_ipc', | 10 '../gpu/gpu.gyp:gpu_ipc', |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 'common/file_system/webfilesystem_impl.h', | 128 'common/file_system/webfilesystem_impl.h', |
129 'common/file_system/webfilewriter_impl.cc', | 129 'common/file_system/webfilewriter_impl.cc', |
130 'common/file_system/webfilewriter_impl.h', | 130 'common/file_system/webfilewriter_impl.h', |
131 'common/file_system_messages.h', | 131 'common/file_system_messages.h', |
132 'common/file_utilities_messages.h', | 132 'common/file_utilities_messages.h', |
133 'common/font_cache_dispatcher_win.cc', | 133 'common/font_cache_dispatcher_win.cc', |
134 'common/font_cache_dispatcher_win.h', | 134 'common/font_cache_dispatcher_win.h', |
135 'common/font_config_ipc_linux.cc', | 135 'common/font_config_ipc_linux.cc', |
136 'common/font_config_ipc_linux.h', | 136 'common/font_config_ipc_linux.h', |
137 'common/font_list.h', | 137 'common/font_list.h', |
| 138 'common/font_list_android.cc', |
138 'common/font_list_mac.mm', | 139 'common/font_list_mac.mm', |
139 'common/font_list_win.cc', | 140 'common/font_list_win.cc', |
140 'common/font_list_x11.cc', | 141 'common/font_list_x11.cc', |
141 'common/gamepad_hardware_buffer.h', | 142 'common/gamepad_hardware_buffer.h', |
142 'common/gamepad_messages.h', | 143 'common/gamepad_messages.h', |
143 'common/gamepad_seqlock.cc', | 144 'common/gamepad_seqlock.cc', |
144 'common/gamepad_seqlock.h', | 145 'common/gamepad_seqlock.h', |
145 'common/geolocation_messages.h', | 146 'common/geolocation_messages.h', |
146 'common/geoposition.cc', | 147 'common/geoposition.cc', |
147 'common/geoposition.h', | 148 'common/geoposition.h', |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 '../build/extract_from_cab.py', | 396 '../build/extract_from_cab.py', |
396 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 397 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
397 '<(output)', | 398 '<(output)', |
398 '<(PRODUCT_DIR)', | 399 '<(PRODUCT_DIR)', |
399 ], | 400 ], |
400 }, | 401 }, |
401 ] | 402 ] |
402 }] | 403 }] |
403 ], | 404 ], |
404 } | 405 } |
OLD | NEW |