| 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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
| 9 '../cc/ipc/cc_ipc.gyp:cc_ipc', | 9 '../cc/ipc/cc_ipc.gyp:cc_ipc', |
| 10 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
| (...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 'common/indexed_db/indexed_db_constants.h', | 355 'common/indexed_db/indexed_db_constants.h', |
| 356 'common/indexed_db/indexed_db_key.cc', | 356 'common/indexed_db/indexed_db_key.cc', |
| 357 'common/indexed_db/indexed_db_key.h', | 357 'common/indexed_db/indexed_db_key.h', |
| 358 'common/indexed_db/indexed_db_key_path.cc', | 358 'common/indexed_db/indexed_db_key_path.cc', |
| 359 'common/indexed_db/indexed_db_key_path.h', | 359 'common/indexed_db/indexed_db_key_path.h', |
| 360 'common/indexed_db/indexed_db_key_range.cc', | 360 'common/indexed_db/indexed_db_key_range.cc', |
| 361 'common/indexed_db/indexed_db_key_range.h', | 361 'common/indexed_db/indexed_db_key_range.h', |
| 362 'common/indexed_db/indexed_db_messages.h', | 362 'common/indexed_db/indexed_db_messages.h', |
| 363 'common/indexed_db/indexed_db_param_traits.cc', | 363 'common/indexed_db/indexed_db_param_traits.cc', |
| 364 'common/indexed_db/indexed_db_param_traits.h', | 364 'common/indexed_db/indexed_db_param_traits.h', |
| 365 'common/input/did_overscroll_params.cc', | |
| 366 'common/input/did_overscroll_params.h', | |
| 367 'common/input/event_with_latency_info.cc', | 365 'common/input/event_with_latency_info.cc', |
| 368 'common/input/event_with_latency_info.h', | 366 'common/input/event_with_latency_info.h', |
| 369 'common/input/gesture_event_stream_validator.cc', | 367 'common/input/gesture_event_stream_validator.cc', |
| 370 'common/input/gesture_event_stream_validator.h', | 368 'common/input/gesture_event_stream_validator.h', |
| 371 'common/input/input_event.cc', | 369 'common/input/input_event.cc', |
| 372 'common/input/input_event.h', | 370 'common/input/input_event.h', |
| 373 'common/input/input_event_ack.cc', | 371 'common/input/input_event_ack.cc', |
| 374 'common/input/input_event_ack.h', | 372 'common/input/input_event_ack.h', |
| 375 'common/input/input_event_dispatch_type.h', | 373 'common/input/input_event_dispatch_type.h', |
| 376 'common/input/input_event_stream_validator.cc', | 374 'common/input/input_event_stream_validator.cc', |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 668 ], | 666 ], |
| 669 }], | 667 }], |
| 670 ['enable_ipc_fuzzer==1', { | 668 ['enable_ipc_fuzzer==1', { |
| 671 'sources': [ | 669 'sources': [ |
| 672 'common/external_ipc_dumper.cc', | 670 'common/external_ipc_dumper.cc', |
| 673 'common/external_ipc_dumper.h', | 671 'common/external_ipc_dumper.h', |
| 674 ], | 672 ], |
| 675 }], | 673 }], |
| 676 ], | 674 ], |
| 677 } | 675 } |
| OLD | NEW |