| 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 891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 902 'targets': [ | 902 'targets': [ |
| 903 { | 903 { |
| 904 # GN version: //ui/views:macviews_interactive_ui_tests | 904 # GN version: //ui/views:macviews_interactive_ui_tests |
| 905 'target_name': 'macviews_interactive_ui_tests', | 905 'target_name': 'macviews_interactive_ui_tests', |
| 906 'type': 'executable', | 906 'type': 'executable', |
| 907 'dependencies': [ | 907 'dependencies': [ |
| 908 '../../base/base.gyp:base', | 908 '../../base/base.gyp:base', |
| 909 '../../base/base.gyp:test_support_base', | 909 '../../base/base.gyp:test_support_base', |
| 910 '../../skia/skia.gyp:skia', | 910 '../../skia/skia.gyp:skia', |
| 911 '../../testing/gtest.gyp:gtest', | 911 '../../testing/gtest.gyp:gtest', |
| 912 '../base/ui_base.gyp:ui_base_test_support', |
| 912 '../compositor/compositor.gyp:compositor_test_support', | 913 '../compositor/compositor.gyp:compositor_test_support', |
| 913 '../resources/ui_resources.gyp:ui_resources', | 914 '../resources/ui_resources.gyp:ui_resources', |
| 914 '../resources/ui_resources.gyp:ui_test_pak', | 915 '../resources/ui_resources.gyp:ui_test_pak', |
| 915 '../strings/ui_strings.gyp:ui_strings', | 916 '../strings/ui_strings.gyp:ui_strings', |
| 916 'views', | 917 'views', |
| 917 'views_test_support', | 918 'views_test_support', |
| 918 ], | 919 ], |
| 919 'sources': [ | 920 'sources': [ |
| 920 'cocoa/bridged_native_widget_interactive_uitest.mm', | 921 'cocoa/bridged_native_widget_interactive_uitest.mm', |
| 921 'run_all_unittests.cc', | 922 'run_all_unittests.cc', |
| 922 'widget/native_widget_mac_interactive_uitest.mm', | 923 'widget/native_widget_mac_interactive_uitest.mm', |
| 923 ], | 924 ], |
| 924 'conditions': [ | 925 'conditions': [ |
| 925 ['use_aura == 1', { | 926 ['use_aura == 1', { |
| 926 'dependencies': [ | 927 'dependencies': [ |
| 927 '../aura/aura.gyp:aura', | 928 '../aura/aura.gyp:aura', |
| 928 '../wm/wm.gyp:wm', | 929 '../wm/wm.gyp:wm', |
| 929 ], | 930 ], |
| 930 }], | 931 }], |
| 931 ], | 932 ], |
| 932 }, # target_name: macviews_interactive_ui_tests | 933 }, # target_name: macviews_interactive_ui_tests |
| 933 ], # targets | 934 ], # targets |
| 934 }], | 935 }], |
| 935 ], # conditions | 936 ], # conditions |
| 936 } | 937 } |
| OLD | NEW |