| 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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 '../webkit/support/webkit_support.gyp:webkit_media', | 510 '../webkit/support/webkit_support.gyp:webkit_media', |
| 511 '../webkit/support/webkit_support.gyp:webkit_storage', | 511 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 512 '../webkit/webkit.gyp:test_shell_test_support', | 512 '../webkit/webkit.gyp:test_shell_test_support', |
| 513 ], | 513 ], |
| 514 }], | 514 }], |
| 515 ['enable_plugins==0', { | 515 ['enable_plugins==0', { |
| 516 'sources/': [ | 516 'sources/': [ |
| 517 ['exclude', '^renderer/pepper/'], | 517 ['exclude', '^renderer/pepper/'], |
| 518 ['exclude', '^browser/renderer_host/pepper/'], | 518 ['exclude', '^browser/renderer_host/pepper/'], |
| 519 ], | 519 ], |
| 520 'sources!': [ |
| 521 'browser/plugin_loader_posix_unittest.cc', |
| 522 ], |
| 520 }], | 523 }], |
| 521 ['enable_webrtc==1', { | 524 ['enable_webrtc==1', { |
| 522 'sources': [ | 525 'sources': [ |
| 523 'browser/renderer_host/p2p/socket_host_test_utils.h', | 526 'browser/renderer_host/p2p/socket_host_test_utils.h', |
| 524 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', | 527 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', |
| 525 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', | 528 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', |
| 526 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', | 529 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', |
| 527 'renderer/media/media_stream_dependency_factory_unittest.cc', | 530 'renderer/media/media_stream_dependency_factory_unittest.cc', |
| 528 'renderer/media/media_stream_dispatcher_unittest.cc', | 531 'renderer/media/media_stream_dispatcher_unittest.cc', |
| 529 'renderer/media/media_stream_impl_unittest.cc', | 532 'renderer/media/media_stream_impl_unittest.cc', |
| (...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 949 'resource_dir': '../res', | 952 'resource_dir': '../res', |
| 950 'additional_src_dirs': ['../content/public/android/javatests/'], | 953 'additional_src_dirs': ['../content/public/android/javatests/'], |
| 951 'is_test_apk': 1, | 954 'is_test_apk': 1, |
| 952 }, | 955 }, |
| 953 'includes': [ '../build/java_apk.gypi' ], | 956 'includes': [ '../build/java_apk.gypi' ], |
| 954 }, | 957 }, |
| 955 ], | 958 ], |
| 956 }], | 959 }], |
| 957 ], | 960 ], |
| 958 } | 961 } |
| OLD | NEW |