| 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 'layers/ui_resource_layer.h', | 248 'layers/ui_resource_layer.h', |
| 249 'layers/ui_resource_layer_impl.cc', | 249 'layers/ui_resource_layer_impl.cc', |
| 250 'layers/ui_resource_layer_impl.h', | 250 'layers/ui_resource_layer_impl.h', |
| 251 'layers/video_frame_provider.h', | 251 'layers/video_frame_provider.h', |
| 252 'layers/video_frame_provider_client_impl.cc', | 252 'layers/video_frame_provider_client_impl.cc', |
| 253 'layers/video_frame_provider_client_impl.h', | 253 'layers/video_frame_provider_client_impl.h', |
| 254 'layers/video_layer.cc', | 254 'layers/video_layer.cc', |
| 255 'layers/video_layer.h', | 255 'layers/video_layer.h', |
| 256 'layers/video_layer_impl.cc', | 256 'layers/video_layer_impl.cc', |
| 257 'layers/video_layer_impl.h', | 257 'layers/video_layer_impl.h', |
| 258 'layers/viewport.cc', |
| 259 'layers/viewport.h', |
| 258 'output/begin_frame_args.cc', | 260 'output/begin_frame_args.cc', |
| 259 'output/begin_frame_args.h', | 261 'output/begin_frame_args.h', |
| 260 'output/bsp_tree.cc', | 262 'output/bsp_tree.cc', |
| 261 'output/bsp_tree.h', | 263 'output/bsp_tree.h', |
| 262 'output/bsp_walk_action.cc', | 264 'output/bsp_walk_action.cc', |
| 263 'output/bsp_walk_action.h', | 265 'output/bsp_walk_action.h', |
| 264 'output/compositor_frame.cc', | 266 'output/compositor_frame.cc', |
| 265 'output/compositor_frame.h', | 267 'output/compositor_frame.h', |
| 266 'output/compositor_frame_ack.cc', | 268 'output/compositor_frame_ack.cc', |
| 267 'output/compositor_frame_ack.h', | 269 'output/compositor_frame_ack.h', |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 'surfaces/surface_resource_holder.cc', | 610 'surfaces/surface_resource_holder.cc', |
| 609 'surfaces/surface_resource_holder.h', | 611 'surfaces/surface_resource_holder.h', |
| 610 'surfaces/surfaces_export.h', | 612 'surfaces/surfaces_export.h', |
| 611 ], | 613 ], |
| 612 'includes': [ | 614 'includes': [ |
| 613 '../build/android/increase_size_for_speed.gypi', | 615 '../build/android/increase_size_for_speed.gypi', |
| 614 ], | 616 ], |
| 615 }, | 617 }, |
| 616 ], | 618 ], |
| 617 } | 619 } |
| OLD | NEW |