| 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 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
| (...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 751 ['branding=="Chrome"', { | 751 ['branding=="Chrome"', { |
| 752 'sources!': [ | 752 'sources!': [ |
| 753 # These tests depend on single process mode, which is disabled in | 753 # These tests depend on single process mode, which is disabled in |
| 754 # official builds. | 754 # official builds. |
| 755 'renderer/dom_serializer_browsertest.cc', | 755 'renderer/dom_serializer_browsertest.cc', |
| 756 'renderer/resource_fetcher_browsertest.cc', | 756 'renderer/resource_fetcher_browsertest.cc', |
| 757 'renderer/savable_resources_browsertest.cc', | 757 'renderer/savable_resources_browsertest.cc', |
| 758 ], | 758 ], |
| 759 }], | 759 }], |
| 760 ['OS == "android"', { | 760 ['OS == "android"', { |
| 761 'sources': [ |
| 762 'browser/renderer_host/java/jni_helper_unittest.cc', |
| 763 ], |
| 761 'sources!': [ | 764 'sources!': [ |
| 762 'browser/geolocation/gps_location_provider_unittest_linux.cc', | 765 'browser/geolocation/gps_location_provider_unittest_linux.cc', |
| 763 'browser/geolocation/network_location_provider_unittest.cc', | 766 'browser/geolocation/network_location_provider_unittest.cc', |
| 764 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', | 767 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', |
| 765 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 768 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 766 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 769 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 767 'browser/renderer_host/input/tap_suppression_controller_unittest.cc'
, | 770 'browser/renderer_host/input/tap_suppression_controller_unittest.cc'
, |
| 768 ], | 771 ], |
| 769 }], | 772 }], |
| 770 ['OS != "android" and OS != "ios"', { | 773 ['OS != "android" and OS != "ios"', { |
| (...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1494 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1497 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1495 }, | 1498 }, |
| 1496 ], | 1499 ], |
| 1497 }], | 1500 }], |
| 1498 ], | 1501 ], |
| 1499 }, | 1502 }, |
| 1500 ], | 1503 ], |
| 1501 }], | 1504 }], |
| 1502 ], | 1505 ], |
| 1503 } | 1506 } |
| OLD | NEW |