| 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 ], | 770 ], |
| 768 }], | 771 }], |
| 769 ['OS != "android" and OS != "ios"', { | 772 ['OS != "android" and OS != "ios"', { |
| 770 'dependencies': [ | 773 'dependencies': [ |
| (...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1488 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1491 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1489 }, | 1492 }, |
| 1490 ], | 1493 ], |
| 1491 }], | 1494 }], |
| 1492 ], | 1495 ], |
| 1493 }, | 1496 }, |
| 1494 ], | 1497 ], |
| 1495 }], | 1498 }], |
| 1496 ], | 1499 ], |
| 1497 } | 1500 } |
| OLD | NEW |