Chromium Code Reviews| 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_ripple.cc', | 19 'animation/ink_drop_ripple.cc', |
| 20 'animation/ink_drop_ripple.h', | 20 'animation/ink_drop_ripple.h', |
| 21 'animation/ink_drop_animation_controller.h', | 21 'animation/ink_drop.h', |
|
tdanderson
2016/05/04 14:19:24
Any changes needed for GN?
bruthig
2016/05/04 17:55:13
Negative, the gn scripts pull this list from the .
| |
| 22 'animation/ink_drop_animation_controller_factory.cc', | 22 'animation/ink_drop_factory.cc', |
| 23 'animation/ink_drop_animation_controller_factory.h', | 23 'animation/ink_drop_factory.h', |
| 24 'animation/ink_drop_animation_controller_impl.cc', | 24 'animation/ink_drop_impl.cc', |
| 25 'animation/ink_drop_animation_controller_impl.h', | 25 'animation/ink_drop_impl.h', |
| 26 'animation/ink_drop_animation_ended_reason.cc', | 26 'animation/ink_drop_animation_ended_reason.cc', |
| 27 'animation/ink_drop_animation_ended_reason.h', | 27 'animation/ink_drop_animation_ended_reason.h', |
| 28 'animation/ink_drop_ripple_observer.h', | 28 'animation/ink_drop_ripple_observer.h', |
| 29 'animation/ink_drop_delegate.h', | 29 'animation/ink_drop_delegate.h', |
| 30 'animation/ink_drop_host.h', | 30 'animation/ink_drop_host.h', |
| 31 'animation/ink_drop_host_view.cc', | 31 'animation/ink_drop_host_view.cc', |
| 32 'animation/ink_drop_host_view.h', | 32 'animation/ink_drop_host_view.h', |
| 33 'animation/ink_drop_hover.cc', | 33 'animation/ink_drop_hover.cc', |
| 34 'animation/ink_drop_hover.h', | 34 'animation/ink_drop_hover.h', |
| 35 'animation/ink_drop_hover_observer.h', | 35 'animation/ink_drop_hover_observer.h', |
| (...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 488 'widget/desktop_aura/desktop_factory_ozone.cc', | 488 'widget/desktop_aura/desktop_factory_ozone.cc', |
| 489 'widget/desktop_aura/desktop_factory_ozone.h', | 489 'widget/desktop_aura/desktop_factory_ozone.h', |
| 490 'widget/desktop_aura/desktop_screen_ozone.cc', | 490 'widget/desktop_aura/desktop_screen_ozone.cc', |
| 491 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', | 491 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', |
| 492 ], | 492 ], |
| 493 'views_test_support_sources': [ | 493 'views_test_support_sources': [ |
| 494 'animation/test/flood_fill_ink_drop_ripple_test_api.cc', | 494 'animation/test/flood_fill_ink_drop_ripple_test_api.cc', |
| 495 'animation/test/flood_fill_ink_drop_ripple_test_api.h', | 495 'animation/test/flood_fill_ink_drop_ripple_test_api.h', |
| 496 'animation/test/ink_drop_ripple_test_api.cc', | 496 'animation/test/ink_drop_ripple_test_api.cc', |
| 497 'animation/test/ink_drop_ripple_test_api.h', | 497 'animation/test/ink_drop_ripple_test_api.h', |
| 498 'animation/test/ink_drop_animation_controller_impl_test_api.cc', | 498 'animation/test/ink_drop_impl_test_api.cc', |
| 499 'animation/test/ink_drop_animation_controller_impl_test_api.h', | 499 'animation/test/ink_drop_impl_test_api.h', |
| 500 'animation/test/ink_drop_hover_test_api.cc', | 500 'animation/test/ink_drop_hover_test_api.cc', |
| 501 'animation/test/ink_drop_hover_test_api.h', | 501 'animation/test/ink_drop_hover_test_api.h', |
| 502 'animation/test/square_ink_drop_ripple_test_api.cc', | 502 'animation/test/square_ink_drop_ripple_test_api.cc', |
| 503 'animation/test/square_ink_drop_ripple_test_api.h', | 503 'animation/test/square_ink_drop_ripple_test_api.h', |
| 504 'animation/test/test_ink_drop_ripple_observer.cc', | 504 'animation/test/test_ink_drop_ripple_observer.cc', |
| 505 'animation/test/test_ink_drop_ripple_observer.h', | 505 'animation/test/test_ink_drop_ripple_observer.h', |
| 506 'animation/test/test_ink_drop_animation_observer_helper.h', | 506 'animation/test/test_ink_drop_animation_observer_helper.h', |
| 507 'animation/test/test_ink_drop_host.cc', | 507 'animation/test/test_ink_drop_host.cc', |
| 508 'animation/test/test_ink_drop_host.h', | 508 'animation/test/test_ink_drop_host.h', |
| 509 'animation/test/test_ink_drop_hover_observer.cc', | 509 'animation/test/test_ink_drop_hover_observer.cc', |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 563 'test/desktop_screen_x11_test_api.h', | 563 'test/desktop_screen_x11_test_api.h', |
| 564 'test/desktop_screen_x11_test_api.cc', | 564 'test/desktop_screen_x11_test_api.cc', |
| 565 'test/ui_controls_factory_desktop_aurax11.cc', | 565 'test/ui_controls_factory_desktop_aurax11.cc', |
| 566 'test/ui_controls_factory_desktop_aurax11.h', | 566 'test/ui_controls_factory_desktop_aurax11.h', |
| 567 ], | 567 ], |
| 568 'views_unittests_sources': [ | 568 'views_unittests_sources': [ |
| 569 'accessibility/native_view_accessibility_unittest.cc', | 569 'accessibility/native_view_accessibility_unittest.cc', |
| 570 'accessibility/native_view_accessibility_win_unittest.cc', | 570 'accessibility/native_view_accessibility_win_unittest.cc', |
| 571 'accessible_pane_view_unittest.cc', | 571 'accessible_pane_view_unittest.cc', |
| 572 'animation/bounds_animator_unittest.cc', | 572 'animation/bounds_animator_unittest.cc', |
| 573 'animation/ink_drop_animation_controller_factory_unittest.cc', | 573 'animation/ink_drop_factory_unittest.cc', |
| 574 'animation/ink_drop_animation_controller_impl_unittest.cc', | 574 'animation/ink_drop_impl_unittest.cc', |
| 575 'animation/ink_drop_ripple_unittest.cc', | 575 'animation/ink_drop_ripple_unittest.cc', |
| 576 'animation/ink_drop_hover_unittest.cc', | 576 'animation/ink_drop_hover_unittest.cc', |
| 577 'animation/square_ink_drop_ripple_unittest.cc', | 577 'animation/square_ink_drop_ripple_unittest.cc', |
| 578 'bubble/bubble_border_unittest.cc', | 578 'bubble/bubble_border_unittest.cc', |
| 579 'bubble/bubble_dialog_delegate_unittest.cc', | 579 'bubble/bubble_dialog_delegate_unittest.cc', |
| 580 'bubble/bubble_frame_view_unittest.cc', | 580 'bubble/bubble_frame_view_unittest.cc', |
| 581 'bubble/bubble_window_targeter_unittest.cc', | 581 'bubble/bubble_window_targeter_unittest.cc', |
| 582 'cocoa/bridged_native_widget_unittest.mm', | 582 'cocoa/bridged_native_widget_unittest.mm', |
| 583 'cocoa/cocoa_mouse_capture_unittest.mm', | 583 'cocoa/cocoa_mouse_capture_unittest.mm', |
| 584 'controls/button/blue_button_unittest.cc', | 584 'controls/button/blue_button_unittest.cc', |
| (...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1038 '../aura/aura.gyp:aura', | 1038 '../aura/aura.gyp:aura', |
| 1039 '../wm/wm.gyp:wm', | 1039 '../wm/wm.gyp:wm', |
| 1040 ], | 1040 ], |
| 1041 }], | 1041 }], |
| 1042 ], | 1042 ], |
| 1043 }, # target_name: macviews_interactive_ui_tests | 1043 }, # target_name: macviews_interactive_ui_tests |
| 1044 ], # targets | 1044 ], # targets |
| 1045 }], | 1045 }], |
| 1046 ], # conditions | 1046 ], # conditions |
| 1047 } | 1047 } |
| OLD | NEW |