| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 'output/bsp_walk_action.cc', | 258 'output/bsp_walk_action.cc', |
| 259 'output/bsp_walk_action.h', | 259 'output/bsp_walk_action.h', |
| 260 'output/ca_layer_overlay.cc', | 260 'output/ca_layer_overlay.cc', |
| 261 'output/ca_layer_overlay.h', | 261 'output/ca_layer_overlay.h', |
| 262 'output/compositor_frame.cc', | 262 'output/compositor_frame.cc', |
| 263 'output/compositor_frame.h', | 263 'output/compositor_frame.h', |
| 264 'output/compositor_frame_ack.cc', | 264 'output/compositor_frame_ack.cc', |
| 265 'output/compositor_frame_ack.h', | 265 'output/compositor_frame_ack.h', |
| 266 'output/compositor_frame_metadata.cc', | 266 'output/compositor_frame_metadata.cc', |
| 267 'output/compositor_frame_metadata.h', | 267 'output/compositor_frame_metadata.h', |
| 268 'output/context_provider.cc', | |
| 269 'output/context_provider.h', | 268 'output/context_provider.h', |
| 270 'output/copy_output_request.cc', | 269 'output/copy_output_request.cc', |
| 271 'output/copy_output_request.h', | 270 'output/copy_output_request.h', |
| 272 'output/copy_output_result.cc', | 271 'output/copy_output_result.cc', |
| 273 'output/copy_output_result.h', | 272 'output/copy_output_result.h', |
| 274 'output/delegated_frame_data.cc', | 273 'output/delegated_frame_data.cc', |
| 275 'output/delegated_frame_data.h', | 274 'output/delegated_frame_data.h', |
| 276 'output/delegating_renderer.cc', | 275 'output/delegating_renderer.cc', |
| 277 'output/delegating_renderer.h', | 276 'output/delegating_renderer.h', |
| 278 'output/direct_renderer.cc', | 277 'output/direct_renderer.cc', |
| (...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 700 'surfaces/surface_resource_holder.cc', | 699 'surfaces/surface_resource_holder.cc', |
| 701 'surfaces/surface_resource_holder.h', | 700 'surfaces/surface_resource_holder.h', |
| 702 'surfaces/surfaces_export.h', | 701 'surfaces/surfaces_export.h', |
| 703 ], | 702 ], |
| 704 'includes': [ | 703 'includes': [ |
| 705 '../build/android/increase_size_for_speed.gypi', | 704 '../build/android/increase_size_for_speed.gypi', |
| 706 ], | 705 ], |
| 707 }, | 706 }, |
| 708 ], | 707 ], |
| 709 } | 708 } |
| OLD | NEW |