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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
782 'browser/plugin_browsertest.cc', | 782 'browser/plugin_browsertest.cc', |
783 ], | 783 ], |
784 }], | 784 }], |
785 ['target_arch!="arm"', { | 785 ['target_arch!="arm"', { |
786 'dependencies': [ | 786 'dependencies': [ |
787 # Runtime dependencies | 787 # Runtime dependencies |
788 '../webkit/webkit.gyp:copy_npapi_test_plugin', | 788 '../webkit/webkit.gyp:copy_npapi_test_plugin', |
789 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', | 789 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', |
790 ], | 790 ], |
791 }], | 791 }], |
| 792 ['enable_webrtc==1', { |
| 793 'sources': [ |
| 794 'browser/webrtc_getusermedia_browsertest.cc', |
| 795 ], |
| 796 }], |
792 ], | 797 ], |
793 }, | 798 }, |
794 ], | 799 ], |
795 }], | 800 }], |
796 ['chromeos==1 or OS=="linux" or OS=="win" or OS=="mac"', { | 801 ['chromeos==1 or OS=="linux" or OS=="win" or OS=="mac"', { |
797 'targets': [ | 802 'targets': [ |
798 { | 803 { |
799 'target_name': 'video_decode_accelerator_unittest', | 804 'target_name': 'video_decode_accelerator_unittest', |
800 'type': 'executable', | 805 'type': 'executable', |
801 'dependencies': [ | 806 'dependencies': [ |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
928 'resource_dir': '../res', | 933 'resource_dir': '../res', |
929 'additional_src_dirs': ['../content/public/android/javatests/'], | 934 'additional_src_dirs': ['../content/public/android/javatests/'], |
930 'is_test_apk': 1, | 935 'is_test_apk': 1, |
931 }, | 936 }, |
932 'includes': [ '../build/java_apk.gypi' ], | 937 'includes': [ '../build/java_apk.gypi' ], |
933 }, | 938 }, |
934 ], | 939 ], |
935 }], | 940 }], |
936 ], | 941 ], |
937 } | 942 } |
OLD | NEW |