| 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 'common/gpu/gpu_config.h', | 280 'common/gpu/gpu_config.h', |
| 281 'common/gpu/gpu_memory_manager.cc', | 281 'common/gpu/gpu_memory_manager.cc', |
| 282 'common/gpu/gpu_memory_manager.h', | 282 'common/gpu/gpu_memory_manager.h', |
| 283 'common/gpu/gpu_memory_manager_client.cc', | 283 'common/gpu/gpu_memory_manager_client.cc', |
| 284 'common/gpu/gpu_memory_manager_client.h', | 284 'common/gpu/gpu_memory_manager_client.h', |
| 285 'common/gpu/gpu_memory_tracking.cc', | 285 'common/gpu/gpu_memory_tracking.cc', |
| 286 'common/gpu/gpu_memory_tracking.h', | 286 'common/gpu/gpu_memory_tracking.h', |
| 287 'common/gpu/gpu_memory_uma_stats.h', | 287 'common/gpu/gpu_memory_uma_stats.h', |
| 288 'common/gpu/gpu_messages.h', | 288 'common/gpu/gpu_messages.h', |
| 289 'common/gpu/gpu_process_launch_causes.h', | 289 'common/gpu/gpu_process_launch_causes.h', |
| 290 'common/gpu/gpu_result_codes.h', |
| 290 'common/gpu/gpu_surface_lookup.cc', | 291 'common/gpu/gpu_surface_lookup.cc', |
| 291 'common/gpu/gpu_surface_lookup.h', | 292 'common/gpu/gpu_surface_lookup.h', |
| 292 'common/gpu/gpu_watchdog.h', | 293 'common/gpu/gpu_watchdog.h', |
| 293 'common/gpu/image_transport_surface.cc', | 294 'common/gpu/image_transport_surface.cc', |
| 294 'common/gpu/image_transport_surface.h', | 295 'common/gpu/image_transport_surface.h', |
| 295 'common/gpu/image_transport_surface_android.cc', | 296 'common/gpu/image_transport_surface_android.cc', |
| 296 'common/gpu/image_transport_surface_calayer_mac.mm', | 297 'common/gpu/image_transport_surface_calayer_mac.mm', |
| 297 'common/gpu/image_transport_surface_calayer_mac.h', | 298 'common/gpu/image_transport_surface_calayer_mac.h', |
| 298 'common/gpu/image_transport_surface_fbo_mac.cc', | 299 'common/gpu/image_transport_surface_fbo_mac.cc', |
| 299 'common/gpu/image_transport_surface_fbo_mac.h', | 300 'common/gpu/image_transport_surface_fbo_mac.h', |
| (...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 868 }, { | 869 }, { |
| 869 'defines': ['USE_SECCOMP_BPF'], | 870 'defines': ['USE_SECCOMP_BPF'], |
| 870 }], | 871 }], |
| 871 ['use_ozone==1', { | 872 ['use_ozone==1', { |
| 872 'dependencies': [ | 873 'dependencies': [ |
| 873 '../ui/ozone/ozone.gyp:ozone', | 874 '../ui/ozone/ozone.gyp:ozone', |
| 874 ], | 875 ], |
| 875 }], | 876 }], |
| 876 ], | 877 ], |
| 877 } | 878 } |
| OLD | NEW |