| 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 880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 891 ['use_x11==1', { | 891 ['use_x11==1', { |
| 892 'dependencies': [ | 892 'dependencies': [ |
| 893 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 893 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
| 894 ], | 894 ], |
| 895 }], | 895 }], |
| 896 ['OS=="mac"', { | 896 ['OS=="mac"', { |
| 897 # views_unittests not yet compiling on Mac. http://crbug.com/378134 | 897 # views_unittests not yet compiling on Mac. http://crbug.com/378134 |
| 898 'sources!': [ | 898 'sources!': [ |
| 899 'bubble/bubble_window_targeter_unittest.cc', | 899 'bubble/bubble_window_targeter_unittest.cc', |
| 900 'controls/native/native_view_host_unittest.cc', | 900 'controls/native/native_view_host_unittest.cc', |
| 901 'ime/input_method_bridge_unittest.cc', | |
| 902 'widget/window_reorderer_unittest.cc', | 901 'widget/window_reorderer_unittest.cc', |
| 903 ] | 902 ] |
| 904 }], | 903 }], |
| 905 ], | 904 ], |
| 906 }, # target_name: views_unittests | 905 }, # target_name: views_unittests |
| 907 ], # targets | 906 ], # targets |
| 908 'conditions': [ | 907 'conditions': [ |
| 909 ['OS=="mac"', { | 908 ['OS=="mac"', { |
| 910 'targets': [ | 909 'targets': [ |
| 911 { | 910 { |
| (...skipping 24 matching lines...) Expand all Loading... |
| 936 '../aura/aura.gyp:aura', | 935 '../aura/aura.gyp:aura', |
| 937 '../wm/wm.gyp:wm', | 936 '../wm/wm.gyp:wm', |
| 938 ], | 937 ], |
| 939 }], | 938 }], |
| 940 ], | 939 ], |
| 941 }, # target_name: macviews_interactive_ui_tests | 940 }, # target_name: macviews_interactive_ui_tests |
| 942 ], # targets | 941 ], # targets |
| 943 }], | 942 }], |
| 944 ], # conditions | 943 ], # conditions |
| 945 } | 944 } |
| OLD | NEW |