| 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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 'test/desktop_test_views_delegate.h', | 474 'test/desktop_test_views_delegate.h', |
| 475 'test/desktop_test_views_delegate_mac.mm', | 475 'test/desktop_test_views_delegate_mac.mm', |
| 476 'test/event_generator_delegate_mac.h', | 476 'test/event_generator_delegate_mac.h', |
| 477 'test/event_generator_delegate_mac.mm', | 477 'test/event_generator_delegate_mac.mm', |
| 478 'test/focus_manager_test.cc', | 478 'test/focus_manager_test.cc', |
| 479 'test/focus_manager_test.h', | 479 'test/focus_manager_test.h', |
| 480 'test/menu_runner_test_api.cc', | 480 'test/menu_runner_test_api.cc', |
| 481 'test/menu_runner_test_api.h', | 481 'test/menu_runner_test_api.h', |
| 482 'test/slider_test_api.cc', | 482 'test/slider_test_api.cc', |
| 483 'test/slider_test_api.h', | 483 'test/slider_test_api.h', |
| 484 'test/scoped_views_test_helper.cc', |
| 485 'test/scoped_views_test_helper.h', |
| 484 'test/test_views.cc', | 486 'test/test_views.cc', |
| 485 'test/test_views.h', | 487 'test/test_views.h', |
| 486 'test/test_views_delegate.h', | 488 'test/test_views_delegate.h', |
| 487 'test/test_views_delegate_mac.mm', | 489 'test/test_views_delegate_mac.mm', |
| 488 'test/test_widget_observer.cc', | 490 'test/test_widget_observer.cc', |
| 489 'test/test_widget_observer.h', | 491 'test/test_widget_observer.h', |
| 490 'test/views_test_base.cc', | 492 'test/views_test_base.cc', |
| 491 'test/views_test_base.h', | 493 'test/views_test_base.h', |
| 492 'test/views_test_helper.cc', | 494 'test/views_test_helper.cc', |
| 493 'test/views_test_helper.h', | 495 'test/views_test_helper.h', |
| (...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 '../aura/aura.gyp:aura', | 934 '../aura/aura.gyp:aura', |
| 933 '../wm/wm.gyp:wm', | 935 '../wm/wm.gyp:wm', |
| 934 ], | 936 ], |
| 935 }], | 937 }], |
| 936 ], | 938 ], |
| 937 }, # target_name: macviews_interactive_ui_tests | 939 }, # target_name: macviews_interactive_ui_tests |
| 938 ], # targets | 940 ], # targets |
| 939 }], | 941 }], |
| 940 ], # conditions | 942 ], # conditions |
| 941 } | 943 } |
| OLD | NEW |