| OLD | NEW |
| 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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 '../webkit/support/webkit_support.gyp:webkit_media', | 511 '../webkit/support/webkit_support.gyp:webkit_media', |
| 512 '../webkit/support/webkit_support.gyp:webkit_storage', | 512 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 513 '../webkit/webkit.gyp:test_shell_test_support', | 513 '../webkit/webkit.gyp:test_shell_test_support', |
| 514 ], | 514 ], |
| 515 }], | 515 }], |
| 516 ['enable_plugins==0', { | 516 ['enable_plugins==0', { |
| 517 'sources/': [ | 517 'sources/': [ |
| 518 ['exclude', '^renderer/pepper/'], | 518 ['exclude', '^renderer/pepper/'], |
| 519 ['exclude', '^browser/renderer_host/pepper/'], | 519 ['exclude', '^browser/renderer_host/pepper/'], |
| 520 ], | 520 ], |
| 521 'sources!': [ |
| 522 'browser/plugin_loader_posix_unittest.cc', |
| 523 ], |
| 521 }], | 524 }], |
| 522 ['enable_webrtc==1', { | 525 ['enable_webrtc==1', { |
| 523 'sources': [ | 526 'sources': [ |
| 524 'browser/renderer_host/p2p/socket_host_test_utils.h', | 527 'browser/renderer_host/p2p/socket_host_test_utils.h', |
| 525 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', | 528 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', |
| 526 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', | 529 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', |
| 527 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', | 530 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', |
| 528 'renderer/media/media_stream_dependency_factory_unittest.cc', | 531 'renderer/media/media_stream_dependency_factory_unittest.cc', |
| 529 'renderer/media/media_stream_dispatcher_unittest.cc', | 532 'renderer/media/media_stream_dispatcher_unittest.cc', |
| 530 'renderer/media/media_stream_impl_unittest.cc', | 533 'renderer/media/media_stream_impl_unittest.cc', |
| (...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |