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