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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 'common/input/synthetic_web_input_event_builders.cc', | 391 'common/input/synthetic_web_input_event_builders.cc', |
392 'common/input/synthetic_web_input_event_builders.h', | 392 'common/input/synthetic_web_input_event_builders.h', |
393 'common/input/touch_event_stream_validator.cc', | 393 'common/input/touch_event_stream_validator.cc', |
394 'common/input/touch_event_stream_validator.h', | 394 'common/input/touch_event_stream_validator.h', |
395 'common/input/web_input_event_queue.h', | 395 'common/input/web_input_event_queue.h', |
396 'common/input/web_touch_event_traits.cc', | 396 'common/input/web_touch_event_traits.cc', |
397 'common/input/web_touch_event_traits.h', | 397 'common/input/web_touch_event_traits.h', |
398 'common/input_messages.h', | 398 'common/input_messages.h', |
399 'common/inter_process_time_ticks_converter.cc', | 399 'common/inter_process_time_ticks_converter.cc', |
400 'common/inter_process_time_ticks_converter.h', | 400 'common/inter_process_time_ticks_converter.h', |
| 401 'common/layer_tree_settings_factory.cc', |
| 402 'common/layer_tree_settings_factory.h', |
401 'common/mac/attributed_string_coder.h', | 403 'common/mac/attributed_string_coder.h', |
402 'common/mac/attributed_string_coder.mm', | 404 'common/mac/attributed_string_coder.mm', |
403 'common/mac/font_descriptor.h', | 405 'common/mac/font_descriptor.h', |
404 'common/mac/font_descriptor.mm', | 406 'common/mac/font_descriptor.mm', |
405 'common/mac/font_loader.h', | 407 'common/mac/font_loader.h', |
406 'common/mac/font_loader.mm', | 408 'common/mac/font_loader.mm', |
407 'common/manifest_manager_messages.h', | 409 'common/manifest_manager_messages.h', |
408 'common/media/aec_dump_messages.h', | 410 'common/media/aec_dump_messages.h', |
409 'common/media/audio_messages.h', | 411 'common/media/audio_messages.h', |
410 'common/media/cdm_info.cc', | 412 'common/media/cdm_info.cc', |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 ], | 651 ], |
650 }], | 652 }], |
651 ['enable_ipc_fuzzer==1', { | 653 ['enable_ipc_fuzzer==1', { |
652 'sources': [ | 654 'sources': [ |
653 'common/external_ipc_dumper.cc', | 655 'common/external_ipc_dumper.cc', |
654 'common/external_ipc_dumper.h', | 656 'common/external_ipc_dumper.h', |
655 ], | 657 ], |
656 }], | 658 }], |
657 ], | 659 ], |
658 } | 660 } |
OLD | NEW |