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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 '../base/ui_base.gyp:ui_base', | 578 '../base/ui_base.gyp:ui_base', |
579 '../compositor/compositor.gyp:compositor', | 579 '../compositor/compositor.gyp:compositor', |
580 '../events/events.gyp:events', | 580 '../events/events.gyp:events', |
581 '../events/events.gyp:events_base', | 581 '../events/events.gyp:events_base', |
582 '../events/platform/events_platform.gyp:events_platform', | 582 '../events/platform/events_platform.gyp:events_platform', |
583 '../gfx/gfx.gyp:gfx', | 583 '../gfx/gfx.gyp:gfx', |
584 '../gfx/gfx.gyp:gfx_geometry', | 584 '../gfx/gfx.gyp:gfx_geometry', |
585 '../native_theme/native_theme.gyp:native_theme', | 585 '../native_theme/native_theme.gyp:native_theme', |
586 '../resources/ui_resources.gyp:ui_resources', | 586 '../resources/ui_resources.gyp:ui_resources', |
587 '../strings/ui_strings.gyp:ui_strings', | 587 '../strings/ui_strings.gyp:ui_strings', |
| 588 |
| 589 '../../cc/cc.gyp:cc', #FIXME |
| 590 '../../content/content.gyp:content', #FIXME |
588 ], | 591 ], |
589 'export_dependent_settings': [ | 592 'export_dependent_settings': [ |
590 '../accessibility/accessibility.gyp:ax_gen', | 593 '../accessibility/accessibility.gyp:ax_gen', |
591 ], | 594 ], |
592 'defines': [ | 595 'defines': [ |
593 'VIEWS_IMPLEMENTATION', | 596 'VIEWS_IMPLEMENTATION', |
594 ], | 597 ], |
595 'sources': [ | 598 'sources': [ |
596 '<@(views_sources)', | 599 '<@(views_sources)', |
597 ], | 600 ], |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
871 '../aura/aura.gyp:aura', | 874 '../aura/aura.gyp:aura', |
872 '../wm/wm.gyp:wm', | 875 '../wm/wm.gyp:wm', |
873 ], | 876 ], |
874 }], | 877 }], |
875 ], | 878 ], |
876 }, # target_name: macviews_interactive_ui_tests | 879 }, # target_name: macviews_interactive_ui_tests |
877 ], # targets | 880 ], # targets |
878 }], | 881 }], |
879 ], # conditions | 882 ], # conditions |
880 } | 883 } |
OLD | NEW |