| 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 # Sources lists shared with GN build. | 7 # Sources lists shared with GN build. |
| 8 'views_sources': [ | 8 'views_sources': [ |
| 9 'accessibility/native_view_accessibility.cc', | 9 'accessibility/native_view_accessibility.cc', |
| 10 'accessibility/native_view_accessibility.h', | 10 'accessibility/native_view_accessibility.h', |
| 11 'accessibility/native_view_accessibility_win.cc', | 11 'accessibility/native_view_accessibility_win.cc', |
| 12 'accessibility/native_view_accessibility_win.h', | 12 'accessibility/native_view_accessibility_win.h', |
| 13 'accessible_pane_view.cc', | 13 'accessible_pane_view.cc', |
| 14 'accessible_pane_view.h', | 14 'accessible_pane_view.h', |
| 15 'animation/bounds_animator.cc', | 15 'animation/bounds_animator.cc', |
| 16 'animation/bounds_animator.h', | 16 'animation/bounds_animator.h', |
| 17 'animation/ink_drop_animation.cc', | 17 'animation/ink_drop_animation.cc', |
| 18 'animation/ink_drop_animation.h', | 18 'animation/ink_drop_animation.h', |
| 19 'animation/ink_drop_animation_controller.h', | 19 'animation/ink_drop_animation_controller.h', |
| 20 'animation/ink_drop_animation_controller_factory.cc', | 20 'animation/ink_drop_animation_controller_factory.cc', |
| 21 'animation/ink_drop_animation_controller_factory.h', | 21 'animation/ink_drop_animation_controller_factory.h', |
| 22 'animation/ink_drop_animation_controller_impl.cc', | 22 'animation/ink_drop_animation_controller_impl.cc', |
| 23 'animation/ink_drop_animation_controller_impl.h', | 23 'animation/ink_drop_animation_controller_impl.h', |
| 24 'animation/ink_drop_animation_observer.cc', | 24 'animation/ink_drop_animation_observer.cc', |
| 25 'animation/ink_drop_animation_observer.h', | 25 'animation/ink_drop_animation_observer.h', |
| 26 'animation/ink_drop_delegate.h', |
| 26 'animation/ink_drop_host.h', | 27 'animation/ink_drop_host.h', |
| 27 'animation/ink_drop_painted_layer_delegates.cc', | 28 'animation/ink_drop_painted_layer_delegates.cc', |
| 28 'animation/ink_drop_painted_layer_delegates.h', | 29 'animation/ink_drop_painted_layer_delegates.h', |
| 29 'animation/ink_drop_state.cc', | 30 'animation/ink_drop_state.cc', |
| 30 'animation/ink_drop_state.h', | 31 'animation/ink_drop_state.h', |
| 31 'animation/scroll_animator.cc', | 32 'animation/scroll_animator.cc', |
| 32 'animation/scroll_animator.h', | 33 'animation/scroll_animator.h', |
| 34 'animation/toolbar_ink_drop_delegate.cc', |
| 35 'animation/toolbar_ink_drop_delegate.h', |
| 33 'background.cc', | 36 'background.cc', |
| 34 'background.h', | 37 'background.h', |
| 35 'border.cc', | 38 'border.cc', |
| 36 'border.h', | 39 'border.h', |
| 37 'bubble/bubble_border.cc', | 40 'bubble/bubble_border.cc', |
| 38 'bubble/bubble_border.h', | 41 'bubble/bubble_border.h', |
| 39 'bubble/bubble_delegate.cc', | 42 'bubble/bubble_delegate.cc', |
| 40 'bubble/bubble_delegate.h', | 43 'bubble/bubble_delegate.h', |
| 41 'bubble/bubble_frame_view.cc', | 44 'bubble/bubble_frame_view.cc', |
| 42 'bubble/bubble_frame_view.h', | 45 'bubble/bubble_frame_view.h', |
| (...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 965 '../aura/aura.gyp:aura', | 968 '../aura/aura.gyp:aura', |
| 966 '../wm/wm.gyp:wm', | 969 '../wm/wm.gyp:wm', |
| 967 ], | 970 ], |
| 968 }], | 971 }], |
| 969 ], | 972 ], |
| 970 }, # target_name: macviews_interactive_ui_tests | 973 }, # target_name: macviews_interactive_ui_tests |
| 971 ], # targets | 974 ], # targets |
| 972 }], | 975 }], |
| 973 ], # conditions | 976 ], # conditions |
| 974 } | 977 } |
| OLD | NEW |