| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 'output/render_surface_filters.cc', | 307 'output/render_surface_filters.cc', |
| 308 'output/render_surface_filters.h', | 308 'output/render_surface_filters.h', |
| 309 'output/renderer.cc', | 309 'output/renderer.cc', |
| 310 'output/renderer.h', | 310 'output/renderer.h', |
| 311 'output/renderer_capabilities.cc', | 311 'output/renderer_capabilities.cc', |
| 312 'output/renderer_capabilities.h', | 312 'output/renderer_capabilities.h', |
| 313 'output/renderer_settings.cc', | 313 'output/renderer_settings.cc', |
| 314 'output/renderer_settings.h', | 314 'output/renderer_settings.h', |
| 315 'output/shader.cc', | 315 'output/shader.cc', |
| 316 'output/shader.h', | 316 'output/shader.h', |
| 317 'output/skia_renderer.cc', |
| 318 'output/skia_renderer.h', |
| 317 'output/software_output_device.cc', | 319 'output/software_output_device.cc', |
| 318 'output/software_output_device.h', | 320 'output/software_output_device.h', |
| 319 'output/software_renderer.cc', | 321 'output/software_renderer.cc', |
| 320 'output/software_renderer.h', | 322 'output/software_renderer.h', |
| 321 'output/static_geometry_binding.cc', | 323 'output/static_geometry_binding.cc', |
| 322 'output/static_geometry_binding.h', | 324 'output/static_geometry_binding.h', |
| 323 'output/swap_promise.h', | 325 'output/swap_promise.h', |
| 324 'output/texture_mailbox_deleter.cc', | 326 'output/texture_mailbox_deleter.cc', |
| 325 'output/texture_mailbox_deleter.h', | 327 'output/texture_mailbox_deleter.h', |
| 326 'output/vulkan_context_provider.h', | 328 'output/vulkan_context_provider.h', |
| (...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 697 'surfaces/surface_resource_holder.h', | 699 'surfaces/surface_resource_holder.h', |
| 698 'surfaces/surface_sequence.h', | 700 'surfaces/surface_sequence.h', |
| 699 'surfaces/surfaces_export.h', | 701 'surfaces/surfaces_export.h', |
| 700 ], | 702 ], |
| 701 'includes': [ | 703 'includes': [ |
| 702 '../build/android/increase_size_for_speed.gypi', | 704 '../build/android/increase_size_for_speed.gypi', |
| 703 ], | 705 ], |
| 704 }, | 706 }, |
| 705 ], | 707 ], |
| 706 } | 708 } |
| OLD | NEW |