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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
535 'layout/box_layout_unittest.cc', | 535 'layout/box_layout_unittest.cc', |
536 'layout/grid_layout_unittest.cc', | 536 'layout/grid_layout_unittest.cc', |
537 'rect_based_targeting_utils_unittest.cc', | 537 'rect_based_targeting_utils_unittest.cc', |
538 'run_all_unittests.cc', | 538 'run_all_unittests.cc', |
539 'view_model_unittest.cc', | 539 'view_model_unittest.cc', |
540 'view_model_utils_unittest.cc', | 540 'view_model_utils_unittest.cc', |
541 'view_targeter_unittest.cc', | 541 'view_targeter_unittest.cc', |
542 'view_unittest.cc', | 542 'view_unittest.cc', |
543 'view_unittest_aura.cc', | 543 'view_unittest_aura.cc', |
544 'widget/native_widget_aura_unittest.cc', | 544 'widget/native_widget_aura_unittest.cc', |
| 545 'widget/native_widget_mac_unittest.mm', |
545 'widget/native_widget_unittest.cc', | 546 'widget/native_widget_unittest.cc', |
546 'widget/root_view_unittest.cc', | 547 'widget/root_view_unittest.cc', |
547 'widget/widget_unittest.cc', | 548 'widget/widget_unittest.cc', |
548 'widget/window_reorderer_unittest.cc', | 549 'widget/window_reorderer_unittest.cc', |
549 'window/custom_frame_view_unittest.cc', | 550 'window/custom_frame_view_unittest.cc', |
550 'window/dialog_client_view_unittest.cc', | 551 'window/dialog_client_view_unittest.cc', |
551 'window/dialog_delegate_unittest.cc', | 552 'window/dialog_delegate_unittest.cc', |
552 ], | 553 ], |
553 'views_unittests_aura_sources': [ | 554 'views_unittests_aura_sources': [ |
554 'corewm/capture_controller_unittest.cc', | 555 'corewm/capture_controller_unittest.cc', |
(...skipping 28 matching lines...) Expand all Loading... |
583 '../base/ui_base.gyp:ui_base', | 584 '../base/ui_base.gyp:ui_base', |
584 '../compositor/compositor.gyp:compositor', | 585 '../compositor/compositor.gyp:compositor', |
585 '../events/events.gyp:events', | 586 '../events/events.gyp:events', |
586 '../events/events.gyp:events_base', | 587 '../events/events.gyp:events_base', |
587 '../events/platform/events_platform.gyp:events_platform', | 588 '../events/platform/events_platform.gyp:events_platform', |
588 '../gfx/gfx.gyp:gfx', | 589 '../gfx/gfx.gyp:gfx', |
589 '../gfx/gfx.gyp:gfx_geometry', | 590 '../gfx/gfx.gyp:gfx_geometry', |
590 '../native_theme/native_theme.gyp:native_theme', | 591 '../native_theme/native_theme.gyp:native_theme', |
591 '../resources/ui_resources.gyp:ui_resources', | 592 '../resources/ui_resources.gyp:ui_resources', |
592 '../strings/ui_strings.gyp:ui_strings', | 593 '../strings/ui_strings.gyp:ui_strings', |
| 594 |
| 595 '../../cc/cc.gyp:cc', #FIXME |
| 596 '../../content/content.gyp:content', #FIXME |
593 ], | 597 ], |
594 'export_dependent_settings': [ | 598 'export_dependent_settings': [ |
595 '../accessibility/accessibility.gyp:ax_gen', | 599 '../accessibility/accessibility.gyp:ax_gen', |
596 ], | 600 ], |
597 'defines': [ | 601 'defines': [ |
598 'VIEWS_IMPLEMENTATION', | 602 'VIEWS_IMPLEMENTATION', |
599 ], | 603 ], |
600 'sources': [ | 604 'sources': [ |
601 '<@(views_sources)', | 605 '<@(views_sources)', |
602 ], | 606 ], |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
877 '../aura/aura.gyp:aura', | 881 '../aura/aura.gyp:aura', |
878 '../wm/wm.gyp:wm', | 882 '../wm/wm.gyp:wm', |
879 ], | 883 ], |
880 }], | 884 }], |
881 ], | 885 ], |
882 }, # target_name: macviews_interactive_ui_tests | 886 }, # target_name: macviews_interactive_ui_tests |
883 ], # targets | 887 ], # targets |
884 }], | 888 }], |
885 ], # conditions | 889 ], # conditions |
886 } | 890 } |
OLD | NEW |