| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 'output/bsp_walk_action.cc', | 253 'output/bsp_walk_action.cc', |
| 254 'output/bsp_walk_action.h', | 254 'output/bsp_walk_action.h', |
| 255 'output/ca_layer_overlay.cc', | 255 'output/ca_layer_overlay.cc', |
| 256 'output/ca_layer_overlay.h', | 256 'output/ca_layer_overlay.h', |
| 257 'output/compositor_frame.cc', | 257 'output/compositor_frame.cc', |
| 258 'output/compositor_frame.h', | 258 'output/compositor_frame.h', |
| 259 'output/compositor_frame_ack.cc', | 259 'output/compositor_frame_ack.cc', |
| 260 'output/compositor_frame_ack.h', | 260 'output/compositor_frame_ack.h', |
| 261 'output/compositor_frame_metadata.cc', | 261 'output/compositor_frame_metadata.cc', |
| 262 'output/compositor_frame_metadata.h', | 262 'output/compositor_frame_metadata.h', |
| 263 'output/context_provider.cc', | |
| 264 'output/context_provider.h', | 263 'output/context_provider.h', |
| 265 'output/copy_output_request.cc', | 264 'output/copy_output_request.cc', |
| 266 'output/copy_output_request.h', | 265 'output/copy_output_request.h', |
| 267 'output/copy_output_result.cc', | 266 'output/copy_output_result.cc', |
| 268 'output/copy_output_result.h', | 267 'output/copy_output_result.h', |
| 269 'output/delegated_frame_data.cc', | 268 'output/delegated_frame_data.cc', |
| 270 'output/delegated_frame_data.h', | 269 'output/delegated_frame_data.h', |
| 271 'output/delegating_renderer.cc', | 270 'output/delegating_renderer.cc', |
| 272 'output/delegating_renderer.h', | 271 'output/delegating_renderer.h', |
| 273 'output/direct_renderer.cc', | 272 'output/direct_renderer.cc', |
| (...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 696 'surfaces/surface_resource_holder.cc', | 695 'surfaces/surface_resource_holder.cc', |
| 697 'surfaces/surface_resource_holder.h', | 696 'surfaces/surface_resource_holder.h', |
| 698 'surfaces/surfaces_export.h', | 697 'surfaces/surfaces_export.h', |
| 699 ], | 698 ], |
| 700 'includes': [ | 699 'includes': [ |
| 701 '../build/android/increase_size_for_speed.gypi', | 700 '../build/android/increase_size_for_speed.gypi', |
| 702 ], | 701 ], |
| 703 }, | 702 }, |
| 704 ], | 703 ], |
| 705 } | 704 } |
| OLD | NEW |