| 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 863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 874 '../accessibility/accessibility.gyp:accessibility', | 874 '../accessibility/accessibility.gyp:accessibility', |
| 875 '../base/ime/ui_base_ime.gyp:ui_base_ime', | 875 '../base/ime/ui_base_ime.gyp:ui_base_ime', |
| 876 '../base/ui_base.gyp:ui_base', | 876 '../base/ui_base.gyp:ui_base', |
| 877 '../base/ui_base.gyp:ui_base_test_support', | 877 '../base/ui_base.gyp:ui_base_test_support', |
| 878 '../compositor/compositor.gyp:compositor', | 878 '../compositor/compositor.gyp:compositor', |
| 879 '../events/events.gyp:events', | 879 '../events/events.gyp:events', |
| 880 '../events/events.gyp:events_base', | 880 '../events/events.gyp:events_base', |
| 881 '../events/events.gyp:events_test_support', | 881 '../events/events.gyp:events_test_support', |
| 882 '../gfx/gfx.gyp:gfx', | 882 '../gfx/gfx.gyp:gfx', |
| 883 '../gfx/gfx.gyp:gfx_geometry', | 883 '../gfx/gfx.gyp:gfx_geometry', |
| 884 '../latency_info/latency_info.gyp:latency_info', |
| 884 '../native_theme/native_theme.gyp:native_theme', | 885 '../native_theme/native_theme.gyp:native_theme', |
| 885 '../resources/ui_resources.gyp:ui_resources', | 886 '../resources/ui_resources.gyp:ui_resources', |
| 886 '../resources/ui_resources.gyp:ui_test_pak', | 887 '../resources/ui_resources.gyp:ui_test_pak', |
| 887 '../strings/ui_strings.gyp:ui_strings', | 888 '../strings/ui_strings.gyp:ui_strings', |
| 888 'resources/views_resources.gyp:views_resources', | 889 'resources/views_resources.gyp:views_resources', |
| 889 'views', | 890 'views', |
| 890 'views_test_support', | 891 'views_test_support', |
| 891 ], | 892 ], |
| 892 'include_dirs': [ | 893 'include_dirs': [ |
| 893 '..', | 894 '..', |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1024 '../aura/aura.gyp:aura', | 1025 '../aura/aura.gyp:aura', |
| 1025 '../wm/wm.gyp:wm', | 1026 '../wm/wm.gyp:wm', |
| 1026 ], | 1027 ], |
| 1027 }], | 1028 }], |
| 1028 ], | 1029 ], |
| 1029 }, # target_name: macviews_interactive_ui_tests | 1030 }, # target_name: macviews_interactive_ui_tests |
| 1030 ], # targets | 1031 ], # targets |
| 1031 }], | 1032 }], |
| 1032 ], # conditions | 1033 ], # conditions |
| 1033 } | 1034 } |
| OLD | NEW |