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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 'public/common/content_constants.h', | 50 'public/common/content_constants.h', |
51 'public/common/content_descriptors.h', | 51 'public/common/content_descriptors.h', |
52 'public/common/content_ipc_logging.h', | 52 'public/common/content_ipc_logging.h', |
53 'public/common/content_paths.h', | 53 'public/common/content_paths.h', |
54 'public/common/content_switches.cc', | 54 'public/common/content_switches.cc', |
55 'public/common/content_switches.h', | 55 'public/common/content_switches.h', |
56 'public/common/context_menu_params.cc', | 56 'public/common/context_menu_params.cc', |
57 'public/common/context_menu_params.h', | 57 'public/common/context_menu_params.h', |
58 'public/common/drop_data.cc', | 58 'public/common/drop_data.cc', |
59 'public/common/drop_data.h', | 59 'public/common/drop_data.h', |
60 'public/common/dwrite_font_cache_win.h', | 60 'public/common/dwrite_font_platform_win.h', |
61 'public/common/favicon_url.cc', | 61 'public/common/favicon_url.cc', |
62 'public/common/favicon_url.h', | 62 'public/common/favicon_url.h', |
63 'public/common/file_chooser_file_info.cc', | 63 'public/common/file_chooser_file_info.cc', |
64 'public/common/file_chooser_file_info.h', | 64 'public/common/file_chooser_file_info.h', |
65 'public/common/file_chooser_params.cc', | 65 'public/common/file_chooser_params.cc', |
66 'public/common/file_chooser_params.h', | 66 'public/common/file_chooser_params.h', |
67 'public/common/frame_navigate_params.cc', | 67 'public/common/frame_navigate_params.cc', |
68 'public/common/frame_navigate_params.h', | 68 'public/common/frame_navigate_params.h', |
69 'public/common/geoposition.cc', | 69 'public/common/geoposition.cc', |
70 'public/common/geoposition.h', | 70 'public/common/geoposition.h', |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 'common/device_sensors/device_orientation_hardware_buffer.h', | 211 'common/device_sensors/device_orientation_hardware_buffer.h', |
212 'common/device_sensors/device_orientation_messages.h', | 212 'common/device_sensors/device_orientation_messages.h', |
213 'common/devtools_messages.h', | 213 'common/devtools_messages.h', |
214 'common/dom_storage/dom_storage_map.cc', | 214 'common/dom_storage/dom_storage_map.cc', |
215 'common/dom_storage/dom_storage_map.h', | 215 'common/dom_storage/dom_storage_map.h', |
216 'common/dom_storage/dom_storage_messages.h', | 216 'common/dom_storage/dom_storage_messages.h', |
217 'common/drag_event_source_info.h', | 217 'common/drag_event_source_info.h', |
218 'common/drag_messages.h', | 218 'common/drag_messages.h', |
219 'common/drag_traits.h', | 219 'common/drag_traits.h', |
220 'common/dwrite_font_platform_win.cc', | 220 'common/dwrite_font_platform_win.cc', |
221 'common/dwrite_font_platform_win.h', | |
222 'common/edit_command.h', | 221 'common/edit_command.h', |
223 'common/file_utilities_messages.h', | 222 'common/file_utilities_messages.h', |
224 'common/fileapi/file_system_messages.h', | 223 'common/fileapi/file_system_messages.h', |
225 'common/fileapi/webblob_messages.h', | 224 'common/fileapi/webblob_messages.h', |
226 'common/font_cache_dispatcher_win.cc', | 225 'common/font_cache_dispatcher_win.cc', |
227 'common/font_cache_dispatcher_win.h', | 226 'common/font_cache_dispatcher_win.h', |
228 'common/font_config_ipc_linux.cc', | 227 'common/font_config_ipc_linux.cc', |
229 'common/font_config_ipc_linux.h', | 228 'common/font_config_ipc_linux.h', |
230 'common/font_list.cc', | 229 'common/font_list.cc', |
231 'common/font_list.h', | 230 'common/font_list.h', |
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
920 'sources': [ | 919 'sources': [ |
921 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 920 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
922 ], | 921 ], |
923 'sources!': [ | 922 'sources!': [ |
924 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 923 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
925 'common/gpu/gpu_memory_buffer_factory_linux.cc', | 924 'common/gpu/gpu_memory_buffer_factory_linux.cc', |
926 ], | 925 ], |
927 }], | 926 }], |
928 ], | 927 ], |
929 } | 928 } |
OLD | NEW |