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