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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 'common/gpu/image_transport_surface_win.cc', | 179 'common/gpu/image_transport_surface_win.cc', |
180 'common/gpu/media/gpu_video_decode_accelerator.cc', | 180 'common/gpu/media/gpu_video_decode_accelerator.cc', |
181 'common/gpu/media/gpu_video_decode_accelerator.h', | 181 'common/gpu/media/gpu_video_decode_accelerator.h', |
182 'common/handle_enumerator_win.cc', | 182 'common/handle_enumerator_win.cc', |
183 'common/handle_enumerator_win.h', | 183 'common/handle_enumerator_win.h', |
184 'common/hi_res_timer_manager_posix.cc', | 184 'common/hi_res_timer_manager_posix.cc', |
185 'common/hi_res_timer_manager_win.cc', | 185 'common/hi_res_timer_manager_win.cc', |
186 'common/hi_res_timer_manager.h', | 186 'common/hi_res_timer_manager.h', |
187 'common/indexed_db/indexed_db_key.cc', | 187 'common/indexed_db/indexed_db_key.cc', |
188 'common/indexed_db/indexed_db_key.h', | 188 'common/indexed_db/indexed_db_key.h', |
| 189 'common/indexed_db/indexed_db_key_range.cc', |
| 190 'common/indexed_db/indexed_db_key_range.h', |
189 'common/indexed_db/indexed_db_messages.h', | 191 'common/indexed_db/indexed_db_messages.h', |
190 'common/indexed_db/indexed_db_param_traits.cc', | 192 'common/indexed_db/indexed_db_param_traits.cc', |
191 'common/indexed_db/indexed_db_param_traits.h', | 193 'common/indexed_db/indexed_db_param_traits.h', |
192 'common/inter_process_time_ticks_converter.cc', | 194 'common/inter_process_time_ticks_converter.cc', |
193 'common/inter_process_time_ticks_converter.h', | 195 'common/inter_process_time_ticks_converter.h', |
194 'common/intents_messages.h', | 196 'common/intents_messages.h', |
195 'common/java_bridge_messages.h', | 197 'common/java_bridge_messages.h', |
196 'common/mac/attributed_string_coder.h', | 198 'common/mac/attributed_string_coder.h', |
197 'common/mac/attributed_string_coder.mm', | 199 'common/mac/attributed_string_coder.mm', |
198 'common/mac/font_descriptor.h', | 200 'common/mac/font_descriptor.h', |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 '../build/extract_from_cab.py', | 398 '../build/extract_from_cab.py', |
397 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 399 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
398 '<(output)', | 400 '<(output)', |
399 '<(PRODUCT_DIR)', | 401 '<(PRODUCT_DIR)', |
400 ], | 402 ], |
401 }, | 403 }, |
402 ] | 404 ] |
403 }] | 405 }] |
404 ], | 406 ], |
405 } | 407 } |
OLD | NEW |