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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 'common/image_messages.h', | 248 'common/image_messages.h', |
249 'common/indexed_db/indexed_db_key.cc', | 249 'common/indexed_db/indexed_db_key.cc', |
250 'common/indexed_db/indexed_db_key.h', | 250 'common/indexed_db/indexed_db_key.h', |
251 'common/indexed_db/indexed_db_key_path.cc', | 251 'common/indexed_db/indexed_db_key_path.cc', |
252 'common/indexed_db/indexed_db_key_path.h', | 252 'common/indexed_db/indexed_db_key_path.h', |
253 'common/indexed_db/indexed_db_key_range.cc', | 253 'common/indexed_db/indexed_db_key_range.cc', |
254 'common/indexed_db/indexed_db_key_range.h', | 254 'common/indexed_db/indexed_db_key_range.h', |
255 'common/indexed_db/indexed_db_messages.h', | 255 'common/indexed_db/indexed_db_messages.h', |
256 'common/indexed_db/indexed_db_param_traits.cc', | 256 'common/indexed_db/indexed_db_param_traits.cc', |
257 'common/indexed_db/indexed_db_param_traits.h', | 257 'common/indexed_db/indexed_db_param_traits.h', |
| 258 'common/input/generic_event.cc', |
| 259 'common/input/generic_event.h', |
| 260 'common/input/input_event.cc', |
| 261 'common/input/input_event.h', |
| 262 'common/input/input_event_state.h', |
| 263 'common/input/input_param_traits.cc', |
| 264 'common/input/input_param_traits.h', |
| 265 'common/input/input_param_traits_macros.h', |
| 266 'common/input/web_event.cc', |
| 267 'common/input/web_event.h', |
258 'common/input_messages.h', | 268 'common/input_messages.h', |
259 'common/inter_process_time_ticks_converter.cc', | 269 'common/inter_process_time_ticks_converter.cc', |
260 'common/inter_process_time_ticks_converter.h', | 270 'common/inter_process_time_ticks_converter.h', |
261 'common/java_bridge_messages.h', | 271 'common/java_bridge_messages.h', |
262 'common/mac/attributed_string_coder.h', | 272 'common/mac/attributed_string_coder.h', |
263 'common/mac/attributed_string_coder.mm', | 273 'common/mac/attributed_string_coder.mm', |
264 'common/mac/font_descriptor.h', | 274 'common/mac/font_descriptor.h', |
265 'common/mac/font_descriptor.mm', | 275 'common/mac/font_descriptor.mm', |
266 'common/mac/font_loader.h', | 276 'common/mac/font_loader.h', |
267 'common/mac/font_loader.mm', | 277 'common/mac/font_loader.mm', |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 580 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
571 '<(output)', | 581 '<(output)', |
572 '<(PRODUCT_DIR)', | 582 '<(PRODUCT_DIR)', |
573 ], | 583 ], |
574 'msvs_cygwin_shell': 1, | 584 'msvs_cygwin_shell': 1, |
575 }, | 585 }, |
576 ] | 586 ] |
577 }], | 587 }], |
578 ], | 588 ], |
579 } | 589 } |
OLD | NEW |