| 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 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 833 '../accessibility/accessibility.gyp:accessibility', | 833 '../accessibility/accessibility.gyp:accessibility', |
| 834 '../base/ime/ui_base_ime.gyp:ui_base_ime', | 834 '../base/ime/ui_base_ime.gyp:ui_base_ime', |
| 835 '../base/ui_base.gyp:ui_base', | 835 '../base/ui_base.gyp:ui_base', |
| 836 '../base/ui_base.gyp:ui_base_test_support', | 836 '../base/ui_base.gyp:ui_base_test_support', |
| 837 '../compositor/compositor.gyp:compositor', | 837 '../compositor/compositor.gyp:compositor', |
| 838 '../events/events.gyp:events', | 838 '../events/events.gyp:events', |
| 839 '../events/events.gyp:events_base', | 839 '../events/events.gyp:events_base', |
| 840 '../events/events.gyp:events_test_support', | 840 '../events/events.gyp:events_test_support', |
| 841 '../gfx/gfx.gyp:gfx', | 841 '../gfx/gfx.gyp:gfx', |
| 842 '../gfx/gfx.gyp:gfx_geometry', | 842 '../gfx/gfx.gyp:gfx_geometry', |
| 843 '../native_theme/native_theme.gyp:native_theme', |
| 843 '../resources/ui_resources.gyp:ui_resources', | 844 '../resources/ui_resources.gyp:ui_resources', |
| 844 '../resources/ui_resources.gyp:ui_test_pak', | 845 '../resources/ui_resources.gyp:ui_test_pak', |
| 845 '../strings/ui_strings.gyp:ui_strings', | 846 '../strings/ui_strings.gyp:ui_strings', |
| 846 'resources/views_resources.gyp:views_resources', | 847 'resources/views_resources.gyp:views_resources', |
| 847 'views', | 848 'views', |
| 848 'views_test_support', | 849 'views_test_support', |
| 849 ], | 850 ], |
| 850 'include_dirs': [ | 851 'include_dirs': [ |
| 851 '..', | 852 '..', |
| 852 ], | 853 ], |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 965 '../aura/aura.gyp:aura', | 966 '../aura/aura.gyp:aura', |
| 966 '../wm/wm.gyp:wm', | 967 '../wm/wm.gyp:wm', |
| 967 ], | 968 ], |
| 968 }], | 969 }], |
| 969 ], | 970 ], |
| 970 }, # target_name: macviews_interactive_ui_tests | 971 }, # target_name: macviews_interactive_ui_tests |
| 971 ], # targets | 972 ], # targets |
| 972 }], | 973 }], |
| 973 ], # conditions | 974 ], # conditions |
| 974 } | 975 } |
| OLD | NEW |