| 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 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 587 'target_name': 'cc_proto', | 587 'target_name': 'cc_proto', |
| 588 'type': '<(component)', | 588 'type': '<(component)', |
| 589 'sources': [ | 589 'sources': [ |
| 590 'proto/compositor_message.proto', | 590 'proto/compositor_message.proto', |
| 591 'proto/display_item.proto', | 591 'proto/display_item.proto', |
| 592 'proto/layer.proto', | 592 'proto/layer.proto', |
| 593 'proto/layer_position_constraint.proto', | 593 'proto/layer_position_constraint.proto', |
| 594 'proto/point.proto', | 594 'proto/point.proto', |
| 595 'proto/point3f.proto', | 595 'proto/point3f.proto', |
| 596 'proto/pointf.proto', | 596 'proto/pointf.proto', |
| 597 'proto/property_tree.proto', |
| 597 'proto/rect.proto', | 598 'proto/rect.proto', |
| 598 'proto/rectf.proto', | 599 'proto/rectf.proto', |
| 599 'proto/region.proto', | 600 'proto/region.proto', |
| 600 'proto/scroll_offset.proto', | 601 'proto/scroll_offset.proto', |
| 601 'proto/size.proto', | 602 'proto/size.proto', |
| 602 'proto/sizef.proto', | 603 'proto/sizef.proto', |
| 603 'proto/skregion.proto', | 604 'proto/skregion.proto', |
| 604 'proto/skrrect.proto', | 605 'proto/skrrect.proto', |
| 605 'proto/skxfermode.proto', | 606 'proto/skxfermode.proto', |
| 606 'proto/transform.proto', | 607 'proto/transform.proto', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 664 'surfaces/surface_resource_holder.cc', | 665 'surfaces/surface_resource_holder.cc', |
| 665 'surfaces/surface_resource_holder.h', | 666 'surfaces/surface_resource_holder.h', |
| 666 'surfaces/surfaces_export.h', | 667 'surfaces/surfaces_export.h', |
| 667 ], | 668 ], |
| 668 'includes': [ | 669 'includes': [ |
| 669 '../build/android/increase_size_for_speed.gypi', | 670 '../build/android/increase_size_for_speed.gypi', |
| 670 ], | 671 ], |
| 671 }, | 672 }, |
| 672 ], | 673 ], |
| 673 } | 674 } |
| OLD | NEW |