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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 'common/content_export.h', | 198 'common/content_export.h', |
199 'common/content_ipc_logging.cc', | 199 'common/content_ipc_logging.cc', |
200 'common/content_message_generator.cc', | 200 'common/content_message_generator.cc', |
201 'common/content_message_generator.h', | 201 'common/content_message_generator.h', |
202 'common/content_param_traits.cc', | 202 'common/content_param_traits.cc', |
203 'common/content_param_traits.h', | 203 'common/content_param_traits.h', |
204 'common/content_param_traits_macros.h', | 204 'common/content_param_traits_macros.h', |
205 'common/content_paths.cc', | 205 'common/content_paths.cc', |
206 'common/content_switches_internal.cc', | 206 'common/content_switches_internal.cc', |
207 'common/content_switches_internal.h', | 207 'common/content_switches_internal.h', |
208 'common/cookie_data.cc', | |
209 'common/cookie_data.h', | |
210 'common/cursors/webcursor.cc', | 208 'common/cursors/webcursor.cc', |
211 'common/cursors/webcursor.h', | 209 'common/cursors/webcursor.h', |
212 'common/cursors/webcursor_android.cc', | 210 'common/cursors/webcursor_android.cc', |
213 'common/cursors/webcursor_aura.cc', | 211 'common/cursors/webcursor_aura.cc', |
214 'common/cursors/webcursor_aurawin.cc', | 212 'common/cursors/webcursor_aurawin.cc', |
215 'common/cursors/webcursor_aurax11.cc', | 213 'common/cursors/webcursor_aurax11.cc', |
216 'common/cursors/webcursor_mac.mm', | 214 'common/cursors/webcursor_mac.mm', |
217 'common/cursors/webcursor_ozone.cc', | 215 'common/cursors/webcursor_ozone.cc', |
218 'common/database_messages.h', | 216 'common/database_messages.h', |
219 'common/date_time_suggestion.h', | 217 'common/date_time_suggestion.h', |
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1049 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1047 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1050 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1048 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
1051 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1049 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
1052 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1050 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1053 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1051 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
1054 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1052 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
1055 ], | 1053 ], |
1056 }], | 1054 }], |
1057 ], | 1055 ], |
1058 } | 1056 } |
OLD | NEW |