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

Side by Side Diff: content/content_tests.gypi

Issue 11507017: Add PluginServiceStub for builds with enable_plugins==0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 '../webkit/support/webkit_support.gyp:webkit_media', 512 '../webkit/support/webkit_support.gyp:webkit_media',
513 '../webkit/support/webkit_support.gyp:webkit_storage', 513 '../webkit/support/webkit_support.gyp:webkit_storage',
514 '../webkit/webkit.gyp:test_shell_test_support', 514 '../webkit/webkit.gyp:test_shell_test_support',
515 ], 515 ],
516 }], 516 }],
517 ['enable_plugins==0', { 517 ['enable_plugins==0', {
518 'sources/': [ 518 'sources/': [
519 ['exclude', '^renderer/pepper/'], 519 ['exclude', '^renderer/pepper/'],
520 ['exclude', '^browser/renderer_host/pepper/'], 520 ['exclude', '^browser/renderer_host/pepper/'],
521 ], 521 ],
522 'sources!': [
523 'browser/plugin_loader_posix_unittest.cc',
524 ],
522 }], 525 }],
523 ['enable_webrtc==1', { 526 ['enable_webrtc==1', {
524 'sources': [ 527 'sources': [
525 'browser/renderer_host/p2p/socket_host_test_utils.h', 528 'browser/renderer_host/p2p/socket_host_test_utils.h',
526 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', 529 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc',
527 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', 530 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
528 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', 531 'browser/renderer_host/p2p/socket_host_udp_unittest.cc',
529 'renderer/media/media_stream_dependency_factory_unittest.cc', 532 'renderer/media/media_stream_dependency_factory_unittest.cc',
530 'renderer/media/media_stream_dispatcher_unittest.cc', 533 'renderer/media/media_stream_dispatcher_unittest.cc',
531 'renderer/media/media_stream_impl_unittest.cc', 534 'renderer/media/media_stream_impl_unittest.cc',
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 'resource_dir': '../res', 953 'resource_dir': '../res',
951 'additional_src_dirs': ['../content/public/android/javatests/'], 954 'additional_src_dirs': ['../content/public/android/javatests/'],
952 'is_test_apk': 1, 955 'is_test_apk': 1,
953 }, 956 },
954 'includes': [ '../build/java_apk.gypi' ], 957 'includes': [ '../build/java_apk.gypi' ],
955 }, 958 },
956 ], 959 ],
957 }], 960 }],
958 ], 961 ],
959 } 962 }
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