Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Side by Side Diff: content/content_tests.gypi

Issue 23835020: Android: cleanup jni_android to minimize external dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small fix for clang Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698