| 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_controller.cc', | 17 'animation/ink_drop_animation_controller.cc', |
| 18 'animation/ink_drop_animation_controller.h', | 18 'animation/ink_drop_animation_controller.h', |
| 19 'animation/ink_drop_host.h', |
| 20 'animation/ink_drop_delegate.cc', |
| 21 'animation/ink_drop_delegate.h', |
| 19 'animation/scroll_animator.cc', | 22 'animation/scroll_animator.cc', |
| 20 'animation/scroll_animator.h', | 23 'animation/scroll_animator.h', |
| 21 'background.cc', | 24 'background.cc', |
| 22 'background.h', | 25 'background.h', |
| 23 'border.cc', | 26 'border.cc', |
| 24 'border.h', | 27 'border.h', |
| 25 'bubble/bubble_border.cc', | 28 'bubble/bubble_border.cc', |
| 26 'bubble/bubble_border.h', | 29 'bubble/bubble_border.h', |
| 27 'bubble/bubble_delegate.cc', | 30 'bubble/bubble_delegate.cc', |
| 28 'bubble/bubble_delegate.h', | 31 'bubble/bubble_delegate.h', |
| (...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 939 '../aura/aura.gyp:aura', | 942 '../aura/aura.gyp:aura', |
| 940 '../wm/wm.gyp:wm', | 943 '../wm/wm.gyp:wm', |
| 941 ], | 944 ], |
| 942 }], | 945 }], |
| 943 ], | 946 ], |
| 944 }, # target_name: macviews_interactive_ui_tests | 947 }, # target_name: macviews_interactive_ui_tests |
| 945 ], # targets | 948 ], # targets |
| 946 }], | 949 }], |
| 947 ], # conditions | 950 ], # conditions |
| 948 } | 951 } |
| OLD | NEW |