| 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 'common/gpu/gpu_config.h', | 264 'common/gpu/gpu_config.h', |
| 265 'common/gpu/gpu_memory_manager.cc', | 265 'common/gpu/gpu_memory_manager.cc', |
| 266 'common/gpu/gpu_memory_manager.h', | 266 'common/gpu/gpu_memory_manager.h', |
| 267 'common/gpu/gpu_memory_manager_client.cc', | 267 'common/gpu/gpu_memory_manager_client.cc', |
| 268 'common/gpu/gpu_memory_manager_client.h', | 268 'common/gpu/gpu_memory_manager_client.h', |
| 269 'common/gpu/gpu_memory_tracking.cc', | 269 'common/gpu/gpu_memory_tracking.cc', |
| 270 'common/gpu/gpu_memory_tracking.h', | 270 'common/gpu/gpu_memory_tracking.h', |
| 271 'common/gpu/gpu_memory_uma_stats.h', | 271 'common/gpu/gpu_memory_uma_stats.h', |
| 272 'common/gpu/gpu_messages.h', | 272 'common/gpu/gpu_messages.h', |
| 273 'common/gpu/gpu_process_launch_causes.h', | 273 'common/gpu/gpu_process_launch_causes.h', |
| 274 'common/gpu/gpu_result_codes.h', |
| 274 'common/gpu/gpu_surface_lookup.cc', | 275 'common/gpu/gpu_surface_lookup.cc', |
| 275 'common/gpu/gpu_surface_lookup.h', | 276 'common/gpu/gpu_surface_lookup.h', |
| 276 'common/gpu/gpu_watchdog.h', | 277 'common/gpu/gpu_watchdog.h', |
| 277 'common/gpu/image_transport_surface.cc', | 278 'common/gpu/image_transport_surface.cc', |
| 278 'common/gpu/image_transport_surface.h', | 279 'common/gpu/image_transport_surface.h', |
| 279 'common/gpu/image_transport_surface_android.cc', | 280 'common/gpu/image_transport_surface_android.cc', |
| 280 'common/gpu/image_transport_surface_fbo_mac.cc', | 281 'common/gpu/image_transport_surface_fbo_mac.cc', |
| 281 'common/gpu/image_transport_surface_fbo_mac.h', | 282 'common/gpu/image_transport_surface_fbo_mac.h', |
| 282 'common/gpu/image_transport_surface_linux.cc', | 283 'common/gpu/image_transport_surface_linux.cc', |
| 283 'common/gpu/image_transport_surface_mac.mm', | 284 'common/gpu/image_transport_surface_mac.mm', |
| (...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 798 }, { | 799 }, { |
| 799 'defines': ['USE_SECCOMP_BPF'], | 800 'defines': ['USE_SECCOMP_BPF'], |
| 800 }], | 801 }], |
| 801 ['use_ozone==1', { | 802 ['use_ozone==1', { |
| 802 'dependencies': [ | 803 'dependencies': [ |
| 803 '../ui/ozone/ozone.gyp:ozone', | 804 '../ui/ozone/ozone.gyp:ozone', |
| 804 ], | 805 ], |
| 805 }], | 806 }], |
| 806 ], | 807 ], |
| 807 } | 808 } |
| OLD | NEW |