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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 'common/cursors/webcursor_android.cc', | 285 'common/cursors/webcursor_android.cc', |
286 'common/cursors/webcursor_aura.cc', | 286 'common/cursors/webcursor_aura.cc', |
287 'common/cursors/webcursor_aurawin.cc', | 287 'common/cursors/webcursor_aurawin.cc', |
288 'common/cursors/webcursor_aurax11.cc', | 288 'common/cursors/webcursor_aurax11.cc', |
289 'common/cursors/webcursor_mac.mm', | 289 'common/cursors/webcursor_mac.mm', |
290 'common/cursors/webcursor_ozone.cc', | 290 'common/cursors/webcursor_ozone.cc', |
291 'common/database_messages.h', | 291 'common/database_messages.h', |
292 'common/date_time_suggestion.h', | 292 'common/date_time_suggestion.h', |
293 'common/device_sensors/device_light_data.h', | 293 'common/device_sensors/device_light_data.h', |
294 'common/device_sensors/device_light_hardware_buffer.h', | 294 'common/device_sensors/device_light_hardware_buffer.h', |
295 'common/device_sensors/device_light_messages.h', | |
296 'common/device_sensors/device_motion_hardware_buffer.h', | 295 'common/device_sensors/device_motion_hardware_buffer.h', |
297 'common/device_sensors/device_motion_messages.h', | |
298 'common/device_sensors/device_orientation_hardware_buffer.h', | 296 'common/device_sensors/device_orientation_hardware_buffer.h', |
299 'common/device_sensors/device_orientation_messages.h', | |
300 'common/devtools_messages.h', | 297 'common/devtools_messages.h', |
301 'common/discardable_shared_memory_heap.cc', | 298 'common/discardable_shared_memory_heap.cc', |
302 'common/discardable_shared_memory_heap.h', | 299 'common/discardable_shared_memory_heap.h', |
303 'common/dom_storage/dom_storage_map.cc', | 300 'common/dom_storage/dom_storage_map.cc', |
304 'common/dom_storage/dom_storage_map.h', | 301 'common/dom_storage/dom_storage_map.h', |
305 'common/dom_storage/dom_storage_messages.h', | 302 'common/dom_storage/dom_storage_messages.h', |
306 'common/drag_event_source_info.h', | 303 'common/drag_event_source_info.h', |
307 'common/drag_messages.h', | 304 'common/drag_messages.h', |
308 'common/drag_traits.h', | 305 'common/drag_traits.h', |
309 'common/dwrite_font_proxy_messages.h', | 306 'common/dwrite_font_proxy_messages.h', |
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 ], | 661 ], |
665 }], | 662 }], |
666 ['enable_ipc_fuzzer==1', { | 663 ['enable_ipc_fuzzer==1', { |
667 'sources': [ | 664 'sources': [ |
668 'common/external_ipc_dumper.cc', | 665 'common/external_ipc_dumper.cc', |
669 'common/external_ipc_dumper.h', | 666 'common/external_ipc_dumper.h', |
670 ], | 667 ], |
671 }], | 668 }], |
672 ], | 669 ], |
673 } | 670 } |
OLD | NEW |