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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 'common/indexed_db/indexed_db_key.cc', | 244 'common/indexed_db/indexed_db_key.cc', |
245 'common/indexed_db/indexed_db_key.h', | 245 'common/indexed_db/indexed_db_key.h', |
246 'common/indexed_db/indexed_db_key_path.cc', | 246 'common/indexed_db/indexed_db_key_path.cc', |
247 'common/indexed_db/indexed_db_key_path.h', | 247 'common/indexed_db/indexed_db_key_path.h', |
248 'common/indexed_db/indexed_db_key_range.cc', | 248 'common/indexed_db/indexed_db_key_range.cc', |
249 'common/indexed_db/indexed_db_key_range.h', | 249 'common/indexed_db/indexed_db_key_range.h', |
250 'common/indexed_db/indexed_db_messages.h', | 250 'common/indexed_db/indexed_db_messages.h', |
251 'common/indexed_db/indexed_db_param_traits.cc', | 251 'common/indexed_db/indexed_db_param_traits.cc', |
252 'common/indexed_db/indexed_db_param_traits.h', | 252 'common/indexed_db/indexed_db_param_traits.h', |
253 'common/input_messages.h', | 253 'common/input_messages.h', |
| 254 'common/input/event_packet.cc', |
| 255 'common/input/event_packet.h', |
| 256 'common/input/input_event.cc', |
| 257 'common/input/input_event.h', |
| 258 'common/input/input_event_state.h', |
| 259 'common/input/input_event_type.h', |
| 260 'common/input/input_event_utils.h', |
| 261 'common/input/input_event_utils.cc', |
254 'common/inter_process_time_ticks_converter.cc', | 262 'common/inter_process_time_ticks_converter.cc', |
255 'common/inter_process_time_ticks_converter.h', | 263 'common/inter_process_time_ticks_converter.h', |
256 'common/java_bridge_messages.h', | 264 'common/java_bridge_messages.h', |
257 'common/mac/attributed_string_coder.h', | 265 'common/mac/attributed_string_coder.h', |
258 'common/mac/attributed_string_coder.mm', | 266 'common/mac/attributed_string_coder.mm', |
259 'common/mac/font_descriptor.h', | 267 'common/mac/font_descriptor.h', |
260 'common/mac/font_descriptor.mm', | 268 'common/mac/font_descriptor.mm', |
261 'common/mac/font_loader.h', | 269 'common/mac/font_loader.h', |
262 'common/mac/font_loader.mm', | 270 'common/mac/font_loader.mm', |
263 'common/media/audio_messages.h', | 271 'common/media/audio_messages.h', |
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
564 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 572 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
565 '<(output)', | 573 '<(output)', |
566 '<(PRODUCT_DIR)', | 574 '<(PRODUCT_DIR)', |
567 ], | 575 ], |
568 'msvs_cygwin_shell': 1, | 576 'msvs_cygwin_shell': 1, |
569 }, | 577 }, |
570 ] | 578 ] |
571 }], | 579 }], |
572 ], | 580 ], |
573 } | 581 } |
OLD | NEW |