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': 'test_support_content', | 8 'target_name': 'test_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
786 ['use_aura!=1 and OS!="win" and OS!="android"', { | 786 ['use_aura!=1 and OS!="win" and OS!="android"', { |
787 'sources!': [ | 787 'sources!': [ |
788 'browser/renderer_host/input/tap_suppression_controller_unittest.cc'
, | 788 'browser/renderer_host/input/tap_suppression_controller_unittest.cc'
, |
789 ], | 789 ], |
790 }], | 790 }], |
791 ['enable_webrtc==1 and google_tv==1', { | 791 ['enable_webrtc==1 and google_tv==1', { |
792 'sources': [ | 792 'sources': [ |
793 'renderer/media/rtc_video_decoder_factory_tv_unittest.cc', | 793 'renderer/media/rtc_video_decoder_factory_tv_unittest.cc', |
794 ], | 794 ], |
795 }], | 795 }], |
| 796 ['use_dbus==0', { |
| 797 'sources!': [ |
| 798 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 799 ], |
| 800 }], |
796 ], | 801 ], |
797 }, | 802 }, |
798 ], | 803 ], |
799 'conditions': [ | 804 'conditions': [ |
800 ['test_isolation_mode != "noop"', { | 805 ['test_isolation_mode != "noop"', { |
801 'targets': [ | 806 'targets': [ |
802 { | 807 { |
803 'target_name': 'content_unittests_run', | 808 'target_name': 'content_unittests_run', |
804 'type': 'none', | 809 'type': 'none', |
805 'dependencies': [ | 810 'dependencies': [ |
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1600 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1605 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1601 }, | 1606 }, |
1602 ], | 1607 ], |
1603 }], | 1608 }], |
1604 ], | 1609 ], |
1605 }, | 1610 }, |
1606 ], | 1611 ], |
1607 }], | 1612 }], |
1608 ], | 1613 ], |
1609 } | 1614 } |
OLD | NEW |