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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 'common/devtools_messages.h', | 304 'common/devtools_messages.h', |
305 'common/discardable_shared_memory_heap.cc', | 305 'common/discardable_shared_memory_heap.cc', |
306 'common/discardable_shared_memory_heap.h', | 306 'common/discardable_shared_memory_heap.h', |
307 'common/dom_storage/dom_storage_map.cc', | 307 'common/dom_storage/dom_storage_map.cc', |
308 'common/dom_storage/dom_storage_map.h', | 308 'common/dom_storage/dom_storage_map.h', |
309 'common/dom_storage/dom_storage_messages.h', | 309 'common/dom_storage/dom_storage_messages.h', |
310 'common/drag_event_source_info.h', | 310 'common/drag_event_source_info.h', |
311 'common/drag_messages.h', | 311 'common/drag_messages.h', |
312 'common/drag_traits.h', | 312 'common/drag_traits.h', |
313 'common/dwrite_font_proxy_messages.h', | 313 'common/dwrite_font_proxy_messages.h', |
314 'common/dwrite_text_analysis_source_win.cc', | |
315 'common/dwrite_text_analysis_source_win.h', | |
316 'common/edit_command.h', | 314 'common/edit_command.h', |
317 'common/establish_channel_params.cc', | 315 'common/establish_channel_params.cc', |
318 'common/establish_channel_params.h', | 316 'common/establish_channel_params.h', |
319 'common/file_utilities_messages.h', | 317 'common/file_utilities_messages.h', |
320 'common/fileapi/file_system_messages.h', | 318 'common/fileapi/file_system_messages.h', |
321 'common/font_cache_dispatcher_win.cc', | 319 'common/font_cache_dispatcher_win.cc', |
322 'common/font_cache_dispatcher_win.h', | 320 'common/font_cache_dispatcher_win.h', |
323 'common/font_config_ipc_linux.cc', | 321 'common/font_config_ipc_linux.cc', |
324 'common/font_config_ipc_linux.h', | 322 'common/font_config_ipc_linux.h', |
325 'common/font_list.cc', | 323 'common/font_list.cc', |
(...skipping 342 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 |