OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'layouttest_support_content', | 8 'target_name': 'layouttest_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
815 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 815 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
816 }], | 816 }], |
817 ['chromeos==1', { | 817 ['chromeos==1', { |
818 'sources/': [ | 818 'sources/': [ |
819 ['exclude', '^browser/geolocation/wifi_data_provider_linux_unittest.
cc'], | 819 ['exclude', '^browser/geolocation/wifi_data_provider_linux_unittest.
cc'], |
820 ], | 820 ], |
821 }], | 821 }], |
822 ['use_aura==1', { | 822 ['use_aura==1', { |
823 'dependencies': [ | 823 'dependencies': [ |
824 '../ui/aura/aura.gyp:aura', | 824 '../ui/aura/aura.gyp:aura', |
825 ] | 825 '../ui/keyboard/keyboard.gyp:keyboard', |
| 826 ], |
826 }], | 827 }], |
827 ['use_aura==1 or toolkit_views==1', { | 828 ['use_aura==1 or toolkit_views==1', { |
828 'dependencies': [ | 829 'dependencies': [ |
829 '../ui/events/events.gyp:events_test_support', | 830 '../ui/events/events.gyp:events_test_support', |
830 ], | 831 ], |
831 }], | 832 }], |
832 ['use_aura!=1 and OS!="mac"', { | 833 ['use_aura!=1 and OS!="mac"', { |
833 'sources/': [ | 834 'sources/': [ |
834 ['exclude', '^browser/compositor/'], | 835 ['exclude', '^browser/compositor/'], |
835 ], | 836 ], |
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1790 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1791 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1791 }, | 1792 }, |
1792 ], | 1793 ], |
1793 }], | 1794 }], |
1794 ], | 1795 ], |
1795 }, | 1796 }, |
1796 ], | 1797 ], |
1797 }], | 1798 }], |
1798 ], | 1799 ], |
1799 } | 1800 } |
OLD | NEW |