| 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 'output/overlay_processor.cc', | 304 'output/overlay_processor.cc', |
| 305 'output/overlay_processor.h', | 305 'output/overlay_processor.h', |
| 306 'output/overlay_strategy_single_on_top.cc', | 306 'output/overlay_strategy_single_on_top.cc', |
| 307 'output/overlay_strategy_single_on_top.h', | 307 'output/overlay_strategy_single_on_top.h', |
| 308 'output/program_binding.cc', | 308 'output/program_binding.cc', |
| 309 'output/program_binding.h', | 309 'output/program_binding.h', |
| 310 'output/render_surface_filters.cc', | 310 'output/render_surface_filters.cc', |
| 311 'output/render_surface_filters.h', | 311 'output/render_surface_filters.h', |
| 312 'output/renderer.cc', | 312 'output/renderer.cc', |
| 313 'output/renderer.h', | 313 'output/renderer.h', |
| 314 'output/renderer_capabilities.cc', |
| 315 'output/renderer_capabilities.h', |
| 314 'output/renderer_settings.cc', | 316 'output/renderer_settings.cc', |
| 315 'output/renderer_settings.h', | 317 'output/renderer_settings.h', |
| 316 'output/shader.cc', | 318 'output/shader.cc', |
| 317 'output/shader.h', | 319 'output/shader.h', |
| 318 'output/software_frame_data.cc', | 320 'output/software_frame_data.cc', |
| 319 'output/software_frame_data.h', | 321 'output/software_frame_data.h', |
| 320 'output/software_output_device.cc', | 322 'output/software_output_device.cc', |
| 321 'output/software_output_device.h', | 323 'output/software_output_device.h', |
| 322 'output/software_renderer.cc', | 324 'output/software_renderer.cc', |
| 323 'output/software_renderer.h', | 325 'output/software_renderer.h', |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 'surfaces/surface_resource_holder.cc', | 615 'surfaces/surface_resource_holder.cc', |
| 614 'surfaces/surface_resource_holder.h', | 616 'surfaces/surface_resource_holder.h', |
| 615 'surfaces/surfaces_export.h', | 617 'surfaces/surfaces_export.h', |
| 616 ], | 618 ], |
| 617 'includes': [ | 619 'includes': [ |
| 618 '../build/android/increase_size_for_speed.gypi', | 620 '../build/android/increase_size_for_speed.gypi', |
| 619 ], | 621 ], |
| 620 }, | 622 }, |
| 621 ], | 623 ], |
| 622 } | 624 } |
| OLD | NEW |