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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 'common/handle_enumerator_win.cc', | 166 'common/handle_enumerator_win.cc', |
167 'common/handle_enumerator_win.h', | 167 'common/handle_enumerator_win.h', |
168 'common/hi_res_timer_manager_posix.cc', | 168 'common/hi_res_timer_manager_posix.cc', |
169 'common/hi_res_timer_manager_win.cc', | 169 'common/hi_res_timer_manager_win.cc', |
170 'common/hi_res_timer_manager.h', | 170 'common/hi_res_timer_manager.h', |
171 'common/indexed_db_key.cc', | 171 'common/indexed_db_key.cc', |
172 'common/indexed_db_key.h', | 172 'common/indexed_db_key.h', |
173 'common/indexed_db_messages.h', | 173 'common/indexed_db_messages.h', |
174 'common/indexed_db_param_traits.cc', | 174 'common/indexed_db_param_traits.cc', |
175 'common/indexed_db_param_traits.h', | 175 'common/indexed_db_param_traits.h', |
| 176 'common/inter_process_time_ticks_converter.cc', |
| 177 'common/inter_process_time_ticks_converter.h', |
176 'common/intents_messages.h', | 178 'common/intents_messages.h', |
177 'common/java_bridge_messages.h', | 179 'common/java_bridge_messages.h', |
178 'common/mac/attributed_string_coder.h', | 180 'common/mac/attributed_string_coder.h', |
179 'common/mac/attributed_string_coder.mm', | 181 'common/mac/attributed_string_coder.mm', |
180 'common/mac/font_descriptor.h', | 182 'common/mac/font_descriptor.h', |
181 'common/mac/font_descriptor.mm', | 183 'common/mac/font_descriptor.mm', |
182 'common/mac/font_loader.h', | 184 'common/mac/font_loader.h', |
183 'common/mac/font_loader.mm', | 185 'common/mac/font_loader.mm', |
184 'common/media/audio_messages.h', | 186 'common/media/audio_messages.h', |
185 'common/media/audio_stream_state.h', | 187 'common/media/audio_stream_state.h', |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 '../build/extract_from_cab.py', | 345 '../build/extract_from_cab.py', |
344 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 346 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
345 '<(output)', | 347 '<(output)', |
346 '<(PRODUCT_DIR)', | 348 '<(PRODUCT_DIR)', |
347 ], | 349 ], |
348 }, | 350 }, |
349 ] | 351 ] |
350 }] | 352 }] |
351 ], | 353 ], |
352 } | 354 } |
OLD | NEW |