| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 'output/overlay_processor.cc', | 290 'output/overlay_processor.cc', |
| 291 'output/overlay_processor.h', | 291 'output/overlay_processor.h', |
| 292 'output/overlay_strategy_single_on_top.cc', | 292 'output/overlay_strategy_single_on_top.cc', |
| 293 'output/overlay_strategy_single_on_top.h', | 293 'output/overlay_strategy_single_on_top.h', |
| 294 'output/program_binding.cc', | 294 'output/program_binding.cc', |
| 295 'output/program_binding.h', | 295 'output/program_binding.h', |
| 296 'output/render_surface_filters.cc', | 296 'output/render_surface_filters.cc', |
| 297 'output/render_surface_filters.h', | 297 'output/render_surface_filters.h', |
| 298 'output/renderer.cc', | 298 'output/renderer.cc', |
| 299 'output/renderer.h', | 299 'output/renderer.h', |
| 300 'output/renderer_settings.cc', |
| 301 'output/renderer_settings.h', |
| 300 'output/shader.cc', | 302 'output/shader.cc', |
| 301 'output/shader.h', | 303 'output/shader.h', |
| 302 'output/software_frame_data.cc', | 304 'output/software_frame_data.cc', |
| 303 'output/software_frame_data.h', | 305 'output/software_frame_data.h', |
| 304 'output/software_output_device.cc', | 306 'output/software_output_device.cc', |
| 305 'output/software_output_device.h', | 307 'output/software_output_device.h', |
| 306 'output/software_renderer.cc', | 308 'output/software_renderer.cc', |
| 307 'output/software_renderer.h', | 309 'output/software_renderer.h', |
| 308 'output/viewport_selection_bound.cc', | 310 'output/viewport_selection_bound.cc', |
| 309 'output/viewport_selection_bound.h', | 311 'output/viewport_selection_bound.h', |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 'surfaces/surface_resource_holder.cc', | 546 'surfaces/surface_resource_holder.cc', |
| 545 'surfaces/surface_resource_holder.h', | 547 'surfaces/surface_resource_holder.h', |
| 546 'surfaces/surfaces_export.h', | 548 'surfaces/surfaces_export.h', |
| 547 ], | 549 ], |
| 548 'includes': [ | 550 'includes': [ |
| 549 '../build/android/increase_size_for_speed.gypi', | 551 '../build/android/increase_size_for_speed.gypi', |
| 550 ], | 552 ], |
| 551 }, | 553 }, |
| 552 ], | 554 ], |
| 553 } | 555 } |
| OLD | NEW |