| 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 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 668 'dependencies': [ | 668 'dependencies': [ |
| 669 '../ozone/ozone.gyp:ozone', | 669 '../ozone/ozone.gyp:ozone', |
| 670 ], | 670 ], |
| 671 }], | 671 }], |
| 672 ['use_x11==1', { | 672 ['use_x11==1', { |
| 673 'dependencies': [ | 673 'dependencies': [ |
| 674 '../../build/linux/system.gyp:x11', | 674 '../../build/linux/system.gyp:x11', |
| 675 '../../build/linux/system.gyp:xrandr', | 675 '../../build/linux/system.gyp:xrandr', |
| 676 '../events/devices/events_devices.gyp:events_devices', | 676 '../events/devices/events_devices.gyp:events_devices', |
| 677 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 677 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
| 678 '../gfx/x/gfx_x11.gyp:gfx_x11', |
| 678 ], | 679 ], |
| 679 }], | 680 }], |
| 680 ['use_aura==1', { | 681 ['use_aura==1', { |
| 681 'sources': [ | 682 'sources': [ |
| 682 '<@(views_aura_sources)', | 683 '<@(views_aura_sources)', |
| 683 ], | 684 ], |
| 684 'dependencies': [ | 685 'dependencies': [ |
| 685 '../aura/aura.gyp:aura', | 686 '../aura/aura.gyp:aura', |
| 686 '../wm/wm.gyp:wm', | 687 '../wm/wm.gyp:wm', |
| 687 ], | 688 ], |
| 688 }], | 689 }], |
| 689 ['use_aura and chromeos == 0', { | 690 ['use_aura and chromeos == 0', { |
| 690 'sources': [ '<@(views_desktop_aura_sources)' ], | 691 'sources': [ '<@(views_desktop_aura_sources)' ], |
| 691 'conditions': [ | 692 'conditions': [ |
| 692 ['use_x11 == 1', { | 693 ['use_x11 == 1', { |
| 693 'sources': [ '<@(views_desktop_aura_x11_sources)' ], | 694 'sources': [ '<@(views_desktop_aura_x11_sources)' ], |
| 695 'link_settings': { 'libraries': [ '-lXext' ] }, |
| 694 }], | 696 }], |
| 695 ['OS == "win"', { | 697 ['OS == "win"', { |
| 696 'sources': [ '<@(views_desktop_aura_win_sources)' ], | 698 'sources': [ '<@(views_desktop_aura_win_sources)' ], |
| 697 }], | 699 }], |
| 698 ['use_ozone==1', { | 700 ['use_ozone==1', { |
| 699 'sources': [ '<@(views_desktop_aura_ozone_sources)' ], | 701 'sources': [ '<@(views_desktop_aura_ozone_sources)' ], |
| 700 }], | 702 }], |
| 701 ], | 703 ], |
| 702 }], | 704 }], |
| 703 ['OS=="mac"', { | 705 ['OS=="mac"', { |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 893 '../aura/aura.gyp:aura', | 895 '../aura/aura.gyp:aura', |
| 894 '../wm/wm.gyp:wm', | 896 '../wm/wm.gyp:wm', |
| 895 ], | 897 ], |
| 896 }], | 898 }], |
| 897 ], | 899 ], |
| 898 }, # target_name: macviews_interactive_ui_tests | 900 }, # target_name: macviews_interactive_ui_tests |
| 899 ], # targets | 901 ], # targets |
| 900 }], | 902 }], |
| 901 ], # conditions | 903 ], # conditions |
| 902 } | 904 } |
| OLD | NEW |