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