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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 ], | 584 ], |
585 'export_dependent_settings': [ | 585 'export_dependent_settings': [ |
586 '../accessibility/accessibility.gyp:ax_gen', | 586 '../accessibility/accessibility.gyp:ax_gen', |
587 ], | 587 ], |
588 'defines': [ | 588 'defines': [ |
589 'VIEWS_IMPLEMENTATION', | 589 'VIEWS_IMPLEMENTATION', |
590 ], | 590 ], |
591 'sources': [ | 591 'sources': [ |
592 '<@(views_sources)', | 592 '<@(views_sources)', |
593 ], | 593 ], |
594 'include_dirs': [ | |
595 '../../third_party/wtl/include', | |
596 ], | |
597 'conditions': [ | 594 'conditions': [ |
598 ['use_ash==0', { | 595 ['use_ash==0', { |
599 'sources!': [ | 596 'sources!': [ |
600 'bubble/tray_bubble_view.cc', | 597 'bubble/tray_bubble_view.cc', |
601 'bubble/tray_bubble_view.h', | 598 'bubble/tray_bubble_view.h', |
602 ], | 599 ], |
603 }], | 600 }], |
604 ['chromeos==0 and use_x11==1', { | 601 ['chromeos==0 and use_x11==1', { |
605 'dependencies': [ | 602 'dependencies': [ |
606 '../display/display.gyp:display_util', | 603 '../display/display.gyp:display_util', |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
870 '../aura/aura.gyp:aura', | 867 '../aura/aura.gyp:aura', |
871 '../wm/wm.gyp:wm', | 868 '../wm/wm.gyp:wm', |
872 ], | 869 ], |
873 }], | 870 }], |
874 ], | 871 ], |
875 }, # target_name: macviews_interactive_ui_tests | 872 }, # target_name: macviews_interactive_ui_tests |
876 ], # targets | 873 ], # targets |
877 }], | 874 }], |
878 ], # conditions | 875 ], # conditions |
879 } | 876 } |
OLD | NEW |