| 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 684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 695 'surfaces/surface_factory_client.h', | 695 'surfaces/surface_factory_client.h', |
| 696 'surfaces/surface_hittest.cc', | 696 'surfaces/surface_hittest.cc', |
| 697 'surfaces/surface_hittest.h', | 697 'surfaces/surface_hittest.h', |
| 698 'surfaces/surface_id.h', | 698 'surfaces/surface_id.h', |
| 699 'surfaces/surface_id_allocator.cc', | 699 'surfaces/surface_id_allocator.cc', |
| 700 'surfaces/surface_id_allocator.h', | 700 'surfaces/surface_id_allocator.h', |
| 701 'surfaces/surface_manager.cc', | 701 'surfaces/surface_manager.cc', |
| 702 'surfaces/surface_manager.h', | 702 'surfaces/surface_manager.h', |
| 703 'surfaces/surface_resource_holder.cc', | 703 'surfaces/surface_resource_holder.cc', |
| 704 'surfaces/surface_resource_holder.h', | 704 'surfaces/surface_resource_holder.h', |
| 705 'surfaces/surface_sequence.h', |
| 705 'surfaces/surfaces_export.h', | 706 'surfaces/surfaces_export.h', |
| 706 ], | 707 ], |
| 707 'includes': [ | 708 'includes': [ |
| 708 '../build/android/increase_size_for_speed.gypi', | 709 '../build/android/increase_size_for_speed.gypi', |
| 709 ], | 710 ], |
| 710 }, | 711 }, |
| 711 ], | 712 ], |
| 712 } | 713 } |
| OLD | NEW |