| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 'common/frame_messages.h', | 230 'common/frame_messages.h', |
| 231 'common/frame_param.cc', | 231 'common/frame_param.cc', |
| 232 'common/frame_param.h', | 232 'common/frame_param.h', |
| 233 'common/frame_param_macros.h', | 233 'common/frame_param_macros.h', |
| 234 'common/gamepad_hardware_buffer.h', | 234 'common/gamepad_hardware_buffer.h', |
| 235 'common/gamepad_messages.h', | 235 'common/gamepad_messages.h', |
| 236 'common/gamepad_param_traits.cc', | 236 'common/gamepad_param_traits.cc', |
| 237 'common/gamepad_param_traits.h', | 237 'common/gamepad_param_traits.h', |
| 238 'common/gamepad_user_gesture.cc', | 238 'common/gamepad_user_gesture.cc', |
| 239 'common/gamepad_user_gesture.h', | 239 'common/gamepad_user_gesture.h', |
| 240 'common/geofencing_messages.h', |
| 241 'common/geofencing_status.cc', |
| 242 'common/geofencing_status.h', |
| 240 'common/geolocation_messages.h', | 243 'common/geolocation_messages.h', |
| 241 'common/gin_java_bridge_messages.h', | 244 'common/gin_java_bridge_messages.h', |
| 242 'common/gpu/client/command_buffer_proxy_impl.cc', | 245 'common/gpu/client/command_buffer_proxy_impl.cc', |
| 243 'common/gpu/client/command_buffer_proxy_impl.h', | 246 'common/gpu/client/command_buffer_proxy_impl.h', |
| 244 'common/gpu/client/context_provider_command_buffer.cc', | 247 'common/gpu/client/context_provider_command_buffer.cc', |
| 245 'common/gpu/client/context_provider_command_buffer.h', | 248 'common/gpu/client/context_provider_command_buffer.h', |
| 246 'common/gpu/client/gl_helper.cc', | 249 'common/gpu/client/gl_helper.cc', |
| 247 'common/gpu/client/gl_helper.h', | 250 'common/gpu/client/gl_helper.h', |
| 248 'common/gpu/client/gl_helper_readback_support.cc', | 251 'common/gpu/client/gl_helper_readback_support.cc', |
| 249 'common/gpu/client/gl_helper_readback_support.h', | 252 'common/gpu/client/gl_helper_readback_support.h', |
| (...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 906 ], | 909 ], |
| 907 'sources': [ | 910 'sources': [ |
| 908 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 911 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 909 ], | 912 ], |
| 910 'sources!': [ | 913 'sources!': [ |
| 911 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 914 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
| 912 ], | 915 ], |
| 913 }], | 916 }], |
| 914 ], | 917 ], |
| 915 } | 918 } |
| OLD | NEW |