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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 'common/gpu/media/gpu_video_decode_accelerator.h', | 185 'common/gpu/media/gpu_video_decode_accelerator.h', |
186 'common/gpu/texture_image_transport_surface.h', | 186 'common/gpu/texture_image_transport_surface.h', |
187 'common/gpu/texture_image_transport_surface.cc', | 187 'common/gpu/texture_image_transport_surface.cc', |
188 'common/handle_enumerator_win.cc', | 188 'common/handle_enumerator_win.cc', |
189 'common/handle_enumerator_win.h', | 189 'common/handle_enumerator_win.h', |
190 'common/hi_res_timer_manager_posix.cc', | 190 'common/hi_res_timer_manager_posix.cc', |
191 'common/hi_res_timer_manager_win.cc', | 191 'common/hi_res_timer_manager_win.cc', |
192 'common/hi_res_timer_manager.h', | 192 'common/hi_res_timer_manager.h', |
193 'common/indexed_db/indexed_db_key.cc', | 193 'common/indexed_db/indexed_db_key.cc', |
194 'common/indexed_db/indexed_db_key.h', | 194 'common/indexed_db/indexed_db_key.h', |
| 195 'common/indexed_db/indexed_db_key_range.cc', |
| 196 'common/indexed_db/indexed_db_key_range.h', |
195 'common/indexed_db/indexed_db_messages.h', | 197 'common/indexed_db/indexed_db_messages.h', |
196 'common/indexed_db/indexed_db_param_traits.cc', | 198 'common/indexed_db/indexed_db_param_traits.cc', |
197 'common/indexed_db/indexed_db_param_traits.h', | 199 'common/indexed_db/indexed_db_param_traits.h', |
198 'common/indexed_db/indexed_db_dispatcher.cc', | 200 'common/indexed_db/indexed_db_dispatcher.cc', |
199 'common/indexed_db/indexed_db_dispatcher.h', | 201 'common/indexed_db/indexed_db_dispatcher.h', |
200 'common/indexed_db/indexed_db_message_filter.cc', | 202 'common/indexed_db/indexed_db_message_filter.cc', |
201 'common/indexed_db/indexed_db_message_filter.h', | 203 'common/indexed_db/indexed_db_message_filter.h', |
202 'common/indexed_db/proxy_webidbcursor_impl.cc', | 204 'common/indexed_db/proxy_webidbcursor_impl.cc', |
203 'common/indexed_db/proxy_webidbcursor_impl.h', | 205 'common/indexed_db/proxy_webidbcursor_impl.h', |
204 'common/indexed_db/proxy_webidbdatabase_impl.cc', | 206 'common/indexed_db/proxy_webidbdatabase_impl.cc', |
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
420 '../build/extract_from_cab.py', | 422 '../build/extract_from_cab.py', |
421 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 423 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
422 '<(output)', | 424 '<(output)', |
423 '<(PRODUCT_DIR)', | 425 '<(PRODUCT_DIR)', |
424 ], | 426 ], |
425 }, | 427 }, |
426 ] | 428 ] |
427 }] | 429 }] |
428 ], | 430 ], |
429 } | 431 } |
OLD | NEW |