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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 'common/database_messages.h', | 207 'common/database_messages.h', |
208 'common/date_time_suggestion.h', | 208 'common/date_time_suggestion.h', |
209 'common/device_sensors/device_light_data.h', | 209 'common/device_sensors/device_light_data.h', |
210 'common/device_sensors/device_light_hardware_buffer.h', | 210 'common/device_sensors/device_light_hardware_buffer.h', |
211 'common/device_sensors/device_light_messages.h', | 211 'common/device_sensors/device_light_messages.h', |
212 'common/device_sensors/device_motion_hardware_buffer.h', | 212 'common/device_sensors/device_motion_hardware_buffer.h', |
213 'common/device_sensors/device_motion_messages.h', | 213 'common/device_sensors/device_motion_messages.h', |
214 'common/device_sensors/device_orientation_hardware_buffer.h', | 214 'common/device_sensors/device_orientation_hardware_buffer.h', |
215 'common/device_sensors/device_orientation_messages.h', | 215 'common/device_sensors/device_orientation_messages.h', |
216 'common/devtools_messages.h', | 216 'common/devtools_messages.h', |
| 217 'common/discardable_shared_memory_heap.cc', |
| 218 'common/discardable_shared_memory_heap.h', |
217 'common/dom_storage/dom_storage_map.cc', | 219 'common/dom_storage/dom_storage_map.cc', |
218 'common/dom_storage/dom_storage_map.h', | 220 'common/dom_storage/dom_storage_map.h', |
219 'common/dom_storage/dom_storage_messages.h', | 221 'common/dom_storage/dom_storage_messages.h', |
220 'common/drag_event_source_info.h', | 222 'common/drag_event_source_info.h', |
221 'common/drag_messages.h', | 223 'common/drag_messages.h', |
222 'common/drag_traits.h', | 224 'common/drag_traits.h', |
223 'common/dwrite_font_platform_win.cc', | 225 'common/dwrite_font_platform_win.cc', |
224 'common/edit_command.h', | 226 'common/edit_command.h', |
225 'common/file_utilities_messages.h', | 227 'common/file_utilities_messages.h', |
226 'common/fileapi/file_system_messages.h', | 228 'common/fileapi/file_system_messages.h', |
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
932 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 934 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
933 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 935 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
934 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 936 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
935 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 937 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
936 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 938 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
937 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 939 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
938 ], | 940 ], |
939 }], | 941 }], |
940 ], | 942 ], |
941 } | 943 } |
OLD | NEW |