| 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', |
| (...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 'widget/desktop_aura/desktop_factory_ozone.cc', | 486 'widget/desktop_aura/desktop_factory_ozone.cc', |
| 487 'widget/desktop_aura/desktop_factory_ozone.h', | 487 'widget/desktop_aura/desktop_factory_ozone.h', |
| 488 'widget/desktop_aura/desktop_screen_ozone.cc', | 488 'widget/desktop_aura/desktop_screen_ozone.cc', |
| 489 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', | 489 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', |
| 490 ], | 490 ], |
| 491 'views_test_support_sources': [ | 491 'views_test_support_sources': [ |
| 492 'animation/test/flood_fill_ink_drop_animation_test_api.cc', | 492 'animation/test/flood_fill_ink_drop_animation_test_api.cc', |
| 493 'animation/test/flood_fill_ink_drop_animation_test_api.h', | 493 'animation/test/flood_fill_ink_drop_animation_test_api.h', |
| 494 'animation/test/ink_drop_animation_test_api.cc', | 494 'animation/test/ink_drop_animation_test_api.cc', |
| 495 'animation/test/ink_drop_animation_test_api.h', | 495 'animation/test/ink_drop_animation_test_api.h', |
| 496 'animation/test/ink_drop_animation_controller_impl_test_api.cc', |
| 497 'animation/test/ink_drop_animation_controller_impl_test_api.h', |
| 498 'animation/test/ink_drop_hover_test_api.cc', |
| 499 'animation/test/ink_drop_hover_test_api.h', |
| 496 'animation/test/square_ink_drop_animation_test_api.cc', | 500 'animation/test/square_ink_drop_animation_test_api.cc', |
| 497 'animation/test/square_ink_drop_animation_test_api.h', | 501 'animation/test/square_ink_drop_animation_test_api.h', |
| 498 'animation/test/test_ink_drop_animation_observer.cc', | 502 'animation/test/test_ink_drop_animation_observer.cc', |
| 499 'animation/test/test_ink_drop_animation_observer.h', | 503 'animation/test/test_ink_drop_animation_observer.h', |
| 500 'animation/test/test_ink_drop_animation_observer_helper.h', | 504 'animation/test/test_ink_drop_animation_observer_helper.h', |
| 501 'animation/test/test_ink_drop_host.cc', | 505 'animation/test/test_ink_drop_host.cc', |
| 502 'animation/test/test_ink_drop_host.h', | 506 'animation/test/test_ink_drop_host.h', |
| 503 'animation/test/test_ink_drop_delegate.cc', | 507 'animation/test/test_ink_drop_delegate.cc', |
| 504 'animation/test/test_ink_drop_delegate.h', | 508 'animation/test/test_ink_drop_delegate.h', |
| 505 'controls/textfield/textfield_test_api.cc', | 509 'controls/textfield/textfield_test_api.cc', |
| (...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1023 '../aura/aura.gyp:aura', | 1027 '../aura/aura.gyp:aura', |
| 1024 '../wm/wm.gyp:wm', | 1028 '../wm/wm.gyp:wm', |
| 1025 ], | 1029 ], |
| 1026 }], | 1030 }], |
| 1027 ], | 1031 ], |
| 1028 }, # target_name: macviews_interactive_ui_tests | 1032 }, # target_name: macviews_interactive_ui_tests |
| 1029 ], # targets | 1033 ], # targets |
| 1030 }], | 1034 }], |
| 1031 ], # conditions | 1035 ], # conditions |
| 1032 } | 1036 } |
| OLD | NEW |