| 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/button_ink_drop_delegate.cc', | 17 'animation/button_ink_drop_delegate.cc', |
| 18 'animation/button_ink_drop_delegate.h', | 18 'animation/button_ink_drop_delegate.h', |
| 19 'animation/ink_drop_animation.cc', | 19 'animation/ink_drop_animation.cc', |
| 20 'animation/ink_drop_animation.h', | 20 'animation/ink_drop_animation.h', |
| 21 'animation/ink_drop_animation_controller.h', | 21 'animation/ink_drop_animation_controller.h', |
| 22 'animation/ink_drop_animation_controller_factory.cc', | 22 'animation/ink_drop_animation_controller_factory.cc', |
| 23 'animation/ink_drop_animation_controller_factory.h', | 23 'animation/ink_drop_animation_controller_factory.h', |
| 24 'animation/ink_drop_animation_controller_impl.cc', | 24 'animation/ink_drop_animation_controller_impl.cc', |
| 25 'animation/ink_drop_animation_controller_impl.h', | 25 'animation/ink_drop_animation_controller_impl.h', |
| 26 'animation/ink_drop_animation_observer.cc', | 26 'animation/ink_drop_animation_ended_reason.cc', |
| 27 'animation/ink_drop_animation_ended_reason.h', |
| 27 'animation/ink_drop_animation_observer.h', | 28 'animation/ink_drop_animation_observer.h', |
| 28 'animation/ink_drop_delegate.h', | 29 'animation/ink_drop_delegate.h', |
| 29 'animation/ink_drop_host.h', | 30 'animation/ink_drop_host.h', |
| 30 'animation/ink_drop_host_view.cc', | 31 'animation/ink_drop_host_view.cc', |
| 31 'animation/ink_drop_host_view.h', | 32 'animation/ink_drop_host_view.h', |
| 32 'animation/ink_drop_hover.cc', | 33 'animation/ink_drop_hover.cc', |
| 33 'animation/ink_drop_hover.h', | 34 'animation/ink_drop_hover.h', |
| 34 'animation/ink_drop_painted_layer_delegates.cc', | 35 'animation/ink_drop_painted_layer_delegates.cc', |
| 35 'animation/ink_drop_painted_layer_delegates.h', | 36 'animation/ink_drop_painted_layer_delegates.h', |
| 36 'animation/ink_drop_state.cc', | 37 'animation/ink_drop_state.cc', |
| (...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 489 ], | 490 ], |
| 490 'views_test_support_sources': [ | 491 'views_test_support_sources': [ |
| 491 'animation/test/flood_fill_ink_drop_animation_test_api.cc', | 492 'animation/test/flood_fill_ink_drop_animation_test_api.cc', |
| 492 'animation/test/flood_fill_ink_drop_animation_test_api.h', | 493 'animation/test/flood_fill_ink_drop_animation_test_api.h', |
| 493 'animation/test/ink_drop_animation_test_api.cc', | 494 'animation/test/ink_drop_animation_test_api.cc', |
| 494 'animation/test/ink_drop_animation_test_api.h', | 495 'animation/test/ink_drop_animation_test_api.h', |
| 495 'animation/test/square_ink_drop_animation_test_api.cc', | 496 'animation/test/square_ink_drop_animation_test_api.cc', |
| 496 'animation/test/square_ink_drop_animation_test_api.h', | 497 'animation/test/square_ink_drop_animation_test_api.h', |
| 497 'animation/test/test_ink_drop_animation_observer.cc', | 498 'animation/test/test_ink_drop_animation_observer.cc', |
| 498 'animation/test/test_ink_drop_animation_observer.h', | 499 'animation/test/test_ink_drop_animation_observer.h', |
| 500 'animation/test/test_ink_drop_animation_observer_helper.h', |
| 499 'animation/test/test_ink_drop_host.cc', | 501 'animation/test/test_ink_drop_host.cc', |
| 500 'animation/test/test_ink_drop_host.h', | 502 'animation/test/test_ink_drop_host.h', |
| 501 'animation/test/test_ink_drop_delegate.cc', | 503 'animation/test/test_ink_drop_delegate.cc', |
| 502 'animation/test/test_ink_drop_delegate.h', | 504 'animation/test/test_ink_drop_delegate.h', |
| 503 'controls/textfield/textfield_test_api.cc', | 505 'controls/textfield/textfield_test_api.cc', |
| 504 'controls/textfield/textfield_test_api.h', | 506 'controls/textfield/textfield_test_api.h', |
| 505 'test/capture_tracking_view.cc', | 507 'test/capture_tracking_view.cc', |
| 506 'test/capture_tracking_view.h', | 508 'test/capture_tracking_view.h', |
| 507 'test/combobox_test_api.cc', | 509 'test/combobox_test_api.cc', |
| 508 'test/combobox_test_api.h', | 510 'test/combobox_test_api.h', |
| (...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1021 '../aura/aura.gyp:aura', | 1023 '../aura/aura.gyp:aura', |
| 1022 '../wm/wm.gyp:wm', | 1024 '../wm/wm.gyp:wm', |
| 1023 ], | 1025 ], |
| 1024 }], | 1026 }], |
| 1025 ], | 1027 ], |
| 1026 }, # target_name: macviews_interactive_ui_tests | 1028 }, # target_name: macviews_interactive_ui_tests |
| 1027 ], # targets | 1029 ], # targets |
| 1028 }], | 1030 }], |
| 1029 ], # conditions | 1031 ], # conditions |
| 1030 } | 1032 } |
| OLD | NEW |