| 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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 655 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 655 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 656 '../../skia/skia.gyp:skia', | 656 '../../skia/skia.gyp:skia', |
| 657 '../../third_party/icu/icu.gyp:icui18n', | 657 '../../third_party/icu/icu.gyp:icui18n', |
| 658 '../../third_party/icu/icu.gyp:icuuc', | 658 '../../third_party/icu/icu.gyp:icuuc', |
| 659 '../../url/url.gyp:url_lib', | 659 '../../url/url.gyp:url_lib', |
| 660 '../accessibility/accessibility.gyp:accessibility', | 660 '../accessibility/accessibility.gyp:accessibility', |
| 661 '../accessibility/accessibility.gyp:ax_gen', | 661 '../accessibility/accessibility.gyp:ax_gen', |
| 662 '../base/ime/ui_base_ime.gyp:ui_base_ime', | 662 '../base/ime/ui_base_ime.gyp:ui_base_ime', |
| 663 '../base/ui_base.gyp:ui_base', | 663 '../base/ui_base.gyp:ui_base', |
| 664 '../compositor/compositor.gyp:compositor', | 664 '../compositor/compositor.gyp:compositor', |
| 665 '../display/display.gyp:display', | |
| 666 '../events/events.gyp:events', | 665 '../events/events.gyp:events', |
| 667 '../events/events.gyp:events_base', | 666 '../events/events.gyp:events_base', |
| 668 '../events/platform/events_platform.gyp:events_platform', | 667 '../events/platform/events_platform.gyp:events_platform', |
| 669 '../gfx/gfx.gyp:gfx', | 668 '../gfx/gfx.gyp:gfx', |
| 670 '../gfx/gfx.gyp:gfx_geometry', | 669 '../gfx/gfx.gyp:gfx_geometry', |
| 671 '../gfx/gfx.gyp:gfx_vector_icons', | 670 '../gfx/gfx.gyp:gfx_vector_icons', |
| 672 '../native_theme/native_theme.gyp:native_theme', | 671 '../native_theme/native_theme.gyp:native_theme', |
| 673 '../resources/ui_resources.gyp:ui_resources', | 672 '../resources/ui_resources.gyp:ui_resources', |
| 674 '../strings/ui_strings.gyp:ui_strings', | 673 '../strings/ui_strings.gyp:ui_strings', |
| 675 'resources/views_resources.gyp:views_resources', | 674 'resources/views_resources.gyp:views_resources', |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1018 '../aura/aura.gyp:aura', | 1017 '../aura/aura.gyp:aura', |
| 1019 '../wm/wm.gyp:wm', | 1018 '../wm/wm.gyp:wm', |
| 1020 ], | 1019 ], |
| 1021 }], | 1020 }], |
| 1022 ], | 1021 ], |
| 1023 }, # target_name: macviews_interactive_ui_tests | 1022 }, # target_name: macviews_interactive_ui_tests |
| 1024 ], # targets | 1023 ], # targets |
| 1025 }], | 1024 }], |
| 1026 ], # conditions | 1025 ], # conditions |
| 1027 } | 1026 } |
| OLD | NEW |