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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
472 'views_test_support_sources': [ | 472 'views_test_support_sources': [ |
473 'animation/test/ink_drop_animation_test_api.cc', | 473 'animation/test/ink_drop_animation_test_api.cc', |
474 'animation/test/ink_drop_animation_test_api.h', | 474 'animation/test/ink_drop_animation_test_api.h', |
475 'animation/test/test_ink_drop_host.cc', | 475 'animation/test/test_ink_drop_host.cc', |
476 'animation/test/test_ink_drop_host.h', | 476 'animation/test/test_ink_drop_host.h', |
477 'controls/textfield/textfield_test_api.cc', | 477 'controls/textfield/textfield_test_api.cc', |
478 'controls/textfield/textfield_test_api.h', | 478 'controls/textfield/textfield_test_api.h', |
479 'test/capture_tracking_view.cc', | 479 'test/capture_tracking_view.cc', |
480 'test/capture_tracking_view.h', | 480 'test/capture_tracking_view.h', |
481 'test/combobox_test_api.cc', | 481 'test/combobox_test_api.cc', |
482 'test/combobox_tesa_api.h', | 482 'test/combobox_test_api.h', |
483 'test/desktop_test_views_delegate.h', | 483 'test/desktop_test_views_delegate.h', |
484 'test/desktop_test_views_delegate_mac.mm', | 484 'test/desktop_test_views_delegate_mac.mm', |
485 'test/event_generator_delegate_mac.h', | 485 'test/event_generator_delegate_mac.h', |
486 'test/event_generator_delegate_mac.mm', | 486 'test/event_generator_delegate_mac.mm', |
487 'test/focus_manager_test.cc', | 487 'test/focus_manager_test.cc', |
488 'test/focus_manager_test.h', | 488 'test/focus_manager_test.h', |
489 'test/menu_runner_test_api.cc', | 489 'test/menu_runner_test_api.cc', |
490 'test/menu_runner_test_api.h', | 490 'test/menu_runner_test_api.h', |
491 'test/slider_test_api.cc', | 491 'test/slider_test_api.cc', |
492 'test/slider_test_api.h', | 492 'test/slider_test_api.h', |
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
954 '../aura/aura.gyp:aura', | 954 '../aura/aura.gyp:aura', |
955 '../wm/wm.gyp:wm', | 955 '../wm/wm.gyp:wm', |
956 ], | 956 ], |
957 }], | 957 }], |
958 ], | 958 ], |
959 }, # target_name: macviews_interactive_ui_tests | 959 }, # target_name: macviews_interactive_ui_tests |
960 ], # targets | 960 ], # targets |
961 }], | 961 }], |
962 ], # conditions | 962 ], # conditions |
963 } | 963 } |
OLD | NEW |