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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 'common/host_shared_bitmap_manager.h', | 347 'common/host_shared_bitmap_manager.h', |
348 'common/in_process_child_thread_params.cc', | 348 'common/in_process_child_thread_params.cc', |
349 'common/in_process_child_thread_params.h', | 349 'common/in_process_child_thread_params.h', |
350 'common/indexed_db/indexed_db_constants.h', | 350 'common/indexed_db/indexed_db_constants.h', |
351 'common/indexed_db/indexed_db_key.cc', | 351 'common/indexed_db/indexed_db_key.cc', |
352 'common/indexed_db/indexed_db_key.h', | 352 'common/indexed_db/indexed_db_key.h', |
353 'common/indexed_db/indexed_db_key_path.cc', | 353 'common/indexed_db/indexed_db_key_path.cc', |
354 'common/indexed_db/indexed_db_key_path.h', | 354 'common/indexed_db/indexed_db_key_path.h', |
355 'common/indexed_db/indexed_db_key_range.cc', | 355 'common/indexed_db/indexed_db_key_range.cc', |
356 'common/indexed_db/indexed_db_key_range.h', | 356 'common/indexed_db/indexed_db_key_range.h', |
357 'common/indexed_db/indexed_db_messages.h', | |
358 'common/indexed_db/indexed_db_param_traits.cc', | 357 'common/indexed_db/indexed_db_param_traits.cc', |
359 'common/indexed_db/indexed_db_param_traits.h', | 358 'common/indexed_db/indexed_db_param_traits.h', |
360 'common/input/did_overscroll_params.cc', | 359 'common/input/did_overscroll_params.cc', |
361 'common/input/did_overscroll_params.h', | 360 'common/input/did_overscroll_params.h', |
362 'common/input/event_with_latency_info.cc', | 361 'common/input/event_with_latency_info.cc', |
363 'common/input/event_with_latency_info.h', | 362 'common/input/event_with_latency_info.h', |
364 'common/input/gesture_event_stream_validator.cc', | 363 'common/input/gesture_event_stream_validator.cc', |
365 'common/input/gesture_event_stream_validator.h', | 364 'common/input/gesture_event_stream_validator.h', |
366 'common/input/input_event.cc', | 365 'common/input/input_event.cc', |
367 'common/input/input_event.h', | 366 'common/input/input_event.h', |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 ], | 660 ], |
662 }], | 661 }], |
663 ['enable_ipc_fuzzer==1', { | 662 ['enable_ipc_fuzzer==1', { |
664 'sources': [ | 663 'sources': [ |
665 'common/external_ipc_dumper.cc', | 664 'common/external_ipc_dumper.cc', |
666 'common/external_ipc_dumper.h', | 665 'common/external_ipc_dumper.h', |
667 ], | 666 ], |
668 }], | 667 }], |
669 ], | 668 ], |
670 } | 669 } |
OLD | NEW |