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 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
583 'type': '<(component)', | 583 'type': '<(component)', |
584 'sources': [ | 584 'sources': [ |
585 'proto/display_item.proto', | 585 'proto/display_item.proto', |
586 'proto/layer.proto', | 586 'proto/layer.proto', |
587 'proto/layer_position_constraint.proto', | 587 'proto/layer_position_constraint.proto', |
588 'proto/point.proto', | 588 'proto/point.proto', |
589 'proto/point3f.proto', | 589 'proto/point3f.proto', |
590 'proto/pointf.proto', | 590 'proto/pointf.proto', |
591 'proto/rect.proto', | 591 'proto/rect.proto', |
592 'proto/rectf.proto', | 592 'proto/rectf.proto', |
| 593 'proto/region.proto', |
593 'proto/scroll_offset.proto', | 594 'proto/scroll_offset.proto', |
594 'proto/size.proto', | 595 'proto/size.proto', |
595 'proto/sizef.proto', | 596 'proto/sizef.proto', |
596 'proto/skregion.proto', | 597 'proto/skregion.proto', |
597 'proto/skrrect.proto', | 598 'proto/skrrect.proto', |
598 'proto/skxfermode.proto', | 599 'proto/skxfermode.proto', |
599 'proto/transform.proto', | 600 'proto/transform.proto', |
600 'proto/vector2df.proto', | 601 'proto/vector2df.proto', |
601 ], | 602 ], |
602 'defines': [ | 603 'defines': [ |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 'surfaces/surface_resource_holder.cc', | 658 'surfaces/surface_resource_holder.cc', |
658 'surfaces/surface_resource_holder.h', | 659 'surfaces/surface_resource_holder.h', |
659 'surfaces/surfaces_export.h', | 660 'surfaces/surfaces_export.h', |
660 ], | 661 ], |
661 'includes': [ | 662 'includes': [ |
662 '../build/android/increase_size_for_speed.gypi', | 663 '../build/android/increase_size_for_speed.gypi', |
663 ], | 664 ], |
664 }, | 665 }, |
665 ], | 666 ], |
666 } | 667 } |
OLD | NEW |