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

Side by Side Diff: content/content_tests.gypi

Issue 271753006: Linux: Remove some unused NPAPI code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 7 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/common/plugin_list_unittest.cc ('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': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 ['use_aura!=1 and OS!="android"', { 883 ['use_aura!=1 and OS!="android"', {
884 'sources!': [ 884 'sources!': [
885 'browser/renderer_host/input/tap_suppression_controller_unittest.cc' , 885 'browser/renderer_host/input/tap_suppression_controller_unittest.cc' ,
886 ], 886 ],
887 }], 887 }],
888 ['use_dbus==0', { 888 ['use_dbus==0', {
889 'sources!': [ 889 'sources!': [
890 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 890 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
891 ], 891 ],
892 }], 892 }],
893 ['OS!="win" and OS!="mac"', {
894 'sources!': [
895 'common/plugin_list_unittest.cc',
896 ],
897 }],
893 ], 898 ],
894 }, 899 },
895 ], 900 ],
896 'conditions': [ 901 'conditions': [
897 ['test_isolation_mode != "noop"', { 902 ['test_isolation_mode != "noop"', {
898 'targets': [ 903 'targets': [
899 { 904 {
900 'target_name': 'content_unittests_run', 905 'target_name': 'content_unittests_run',
901 'type': 'none', 906 'type': 'none',
902 'dependencies': [ 907 'dependencies': [
(...skipping 915 matching lines...) Expand 10 before | Expand all | Expand 10 after
1818 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1823 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1819 }, 1824 },
1820 ], 1825 ],
1821 }], 1826 }],
1822 ], 1827 ],
1823 }, 1828 },
1824 ], 1829 ],
1825 }], 1830 }],
1826 ], 1831 ],
1827 } 1832 }
OLDNEW
« no previous file with comments | « content/common/plugin_list_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698