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 'includes': [ | 9 'includes': [ |
10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 'base/accessibility/accessible_text_utils.cc', | 54 'base/accessibility/accessible_text_utils.cc', |
55 'base/accessibility/accessible_text_utils.h', | 55 'base/accessibility/accessible_text_utils.h', |
56 'base/accessibility/accessible_view_state.cc', | 56 'base/accessibility/accessible_view_state.cc', |
57 'base/accessibility/accessible_view_state.h', | 57 'base/accessibility/accessible_view_state.h', |
58 'base/animation/animation.cc', | 58 'base/animation/animation.cc', |
59 'base/animation/animation.h', | 59 'base/animation/animation.h', |
60 'base/animation/animation_container.cc', | 60 'base/animation/animation_container.cc', |
61 'base/animation/animation_container.h', | 61 'base/animation/animation_container.h', |
62 'base/animation/animation_container_element.h', | 62 'base/animation/animation_container_element.h', |
63 'base/animation/animation_container_observer.h', | 63 'base/animation/animation_container_observer.h', |
| 64 'base/animation/animation_container_test_helper.cc', |
| 65 'base/animation/animation_container_test_helper.h', |
64 'base/animation/animation_delegate.h', | 66 'base/animation/animation_delegate.h', |
65 'base/animation/linear_animation.cc', | 67 'base/animation/linear_animation.cc', |
66 'base/animation/linear_animation.h', | 68 'base/animation/linear_animation.h', |
67 'base/animation/multi_animation.cc', | 69 'base/animation/multi_animation.cc', |
68 'base/animation/multi_animation.h', | 70 'base/animation/multi_animation.h', |
69 'base/animation/slide_animation.cc', | 71 'base/animation/slide_animation.cc', |
70 'base/animation/slide_animation.h', | 72 'base/animation/slide_animation.h', |
71 'base/animation/throb_animation.cc', | 73 'base/animation/throb_animation.cc', |
72 'base/animation/throb_animation.h', | 74 'base/animation/throb_animation.h', |
73 'base/animation/tween.cc', | 75 'base/animation/tween.cc', |
(...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
888 }, | 890 }, |
889 'dependencies': [ | 891 'dependencies': [ |
890 '../base/base.gyp:base_java', | 892 '../base/base.gyp:base_java', |
891 ], | 893 ], |
892 'includes': [ '../build/java.gypi' ], | 894 'includes': [ '../build/java.gypi' ], |
893 }, | 895 }, |
894 ], | 896 ], |
895 }], | 897 }], |
896 ], | 898 ], |
897 } | 899 } |
OLD | NEW |