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

Side by Side Diff: content/content_tests.gypi

Issue 308703004: Exclude ppapi_tests dep when enable_plugins=0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « no previous file | 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 1275 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 'sources/': [ 1286 'sources/': [
1287 ['exclude', '^renderer/pepper/'], 1287 ['exclude', '^renderer/pepper/'],
1288 ], 1288 ],
1289 'sources!': [ 1289 'sources!': [
1290 'browser/plugin_service_impl_browsertest.cc', 1290 'browser/plugin_service_impl_browsertest.cc',
1291 'browser/plugin_data_remover_impl_browsertest.cc', 1291 'browser/plugin_data_remover_impl_browsertest.cc',
1292 'test/ppapi/ppapi_browsertest.cc', 1292 'test/ppapi/ppapi_browsertest.cc',
1293 'test/ppapi/ppapi_test.cc', 1293 'test/ppapi/ppapi_test.cc',
1294 'test/ppapi/ppapi_test.h', 1294 'test/ppapi/ppapi_test.h',
1295 ], 1295 ],
1296 'dependencies!': [
1297 '../ppapi/ppapi_internal.gyp:ppapi_tests',
1298 ]
1296 }], 1299 }],
1297 ['input_speech==0', { 1300 ['input_speech==0', {
1298 'sources/': [ 1301 'sources/': [
1299 ['exclude', '^browser/speech/'], 1302 ['exclude', '^browser/speech/'],
1300 ] 1303 ]
1301 }], 1304 }],
1302 ['branding=="Chrome"', { 1305 ['branding=="Chrome"', {
1303 'sources!': [ 1306 'sources!': [
1304 # These tests depend on single process mode, which is disabled 1307 # These tests depend on single process mode, which is disabled
1305 # in official builds. 1308 # in official builds.
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
1822 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1825 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1823 }, 1826 },
1824 ], 1827 ],
1825 }], 1828 }],
1826 ], 1829 ],
1827 }, 1830 },
1828 ], 1831 ],
1829 }], 1832 }],
1830 ], 1833 ],
1831 } 1834 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698