| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 'common/font_list_android.cc', | 231 'common/font_list_android.cc', |
| 232 'common/font_list_mac.mm', | 232 'common/font_list_mac.mm', |
| 233 'common/font_list_ozone.cc', | 233 'common/font_list_ozone.cc', |
| 234 'common/font_list_pango.cc', | 234 'common/font_list_pango.cc', |
| 235 'common/font_list_win.cc', | 235 'common/font_list_win.cc', |
| 236 'common/frame_message_enums.h', | 236 'common/frame_message_enums.h', |
| 237 'common/frame_messages.h', | 237 'common/frame_messages.h', |
| 238 'common/frame_param.cc', | 238 'common/frame_param.cc', |
| 239 'common/frame_param.h', | 239 'common/frame_param.h', |
| 240 'common/frame_param_macros.h', | 240 'common/frame_param_macros.h', |
| 241 'common/frame_replication_state.cc', |
| 242 'common/frame_replication_state.h', |
| 241 'common/gamepad_hardware_buffer.h', | 243 'common/gamepad_hardware_buffer.h', |
| 242 'common/gamepad_messages.h', | 244 'common/gamepad_messages.h', |
| 243 'common/gamepad_param_traits.cc', | 245 'common/gamepad_param_traits.cc', |
| 244 'common/gamepad_param_traits.h', | 246 'common/gamepad_param_traits.h', |
| 245 'common/gamepad_user_gesture.cc', | 247 'common/gamepad_user_gesture.cc', |
| 246 'common/gamepad_user_gesture.h', | 248 'common/gamepad_user_gesture.h', |
| 247 'common/geofencing_messages.h', | 249 'common/geofencing_messages.h', |
| 248 'common/geofencing_status.cc', | 250 'common/geofencing_status.cc', |
| 249 'common/geofencing_status.h', | 251 'common/geofencing_status.h', |
| 250 'common/gin_java_bridge_messages.h', | 252 'common/gin_java_bridge_messages.h', |
| (...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 922 'common/cursors/webcursor_ozone.cc', | 924 'common/cursors/webcursor_ozone.cc', |
| 923 'common/font_list_ozone.cc', | 925 'common/font_list_ozone.cc', |
| 924 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 926 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 925 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 927 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
| 926 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 928 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
| 927 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 929 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 928 ], | 930 ], |
| 929 }], | 931 }], |
| 930 ], | 932 ], |
| 931 } | 933 } |
| OLD | NEW |