| 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 'common/host_shared_bitmap_manager.h', | 352 'common/host_shared_bitmap_manager.h', |
| 353 'common/in_process_child_thread_params.cc', | 353 'common/in_process_child_thread_params.cc', |
| 354 'common/in_process_child_thread_params.h', | 354 'common/in_process_child_thread_params.h', |
| 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', | |
| 363 'common/indexed_db/indexed_db_param_traits.cc', | 362 'common/indexed_db/indexed_db_param_traits.cc', |
| 364 'common/indexed_db/indexed_db_param_traits.h', | 363 'common/indexed_db/indexed_db_param_traits.h', |
| 365 'common/input/event_with_latency_info.cc', | 364 'common/input/event_with_latency_info.cc', |
| 366 'common/input/event_with_latency_info.h', | 365 'common/input/event_with_latency_info.h', |
| 367 'common/input/gesture_event_stream_validator.cc', | 366 'common/input/gesture_event_stream_validator.cc', |
| 368 'common/input/gesture_event_stream_validator.h', | 367 'common/input/gesture_event_stream_validator.h', |
| 369 'common/input/input_event.cc', | 368 'common/input/input_event.cc', |
| 370 'common/input/input_event.h', | 369 'common/input/input_event.h', |
| 371 'common/input/input_event_ack.cc', | 370 'common/input/input_event_ack.cc', |
| 372 'common/input/input_event_ack.h', | 371 'common/input/input_event_ack.h', |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 659 ], | 658 ], |
| 660 }], | 659 }], |
| 661 ['enable_ipc_fuzzer==1', { | 660 ['enable_ipc_fuzzer==1', { |
| 662 'sources': [ | 661 'sources': [ |
| 663 'common/external_ipc_dumper.cc', | 662 'common/external_ipc_dumper.cc', |
| 664 'common/external_ipc_dumper.h', | 663 'common/external_ipc_dumper.h', |
| 665 ], | 664 ], |
| 666 }], | 665 }], |
| 667 ], | 666 ], |
| 668 } | 667 } |
| OLD | NEW |