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

Side by Side Diff: content/content_tests.gypi

Issue 11785041: Add content browser tests for PeerConnection DataChannels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved to content/browser/media and added OWNERS files. Created 7 years, 11 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 | « content/browser/webrtc_browsertest.cc ('k') | content/test/data/media/OWNERS » ('j') | 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 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 }], 807 }],
808 ['target_arch!="arm"', { 808 ['target_arch!="arm"', {
809 'dependencies': [ 809 'dependencies': [
810 # Runtime dependencies 810 # Runtime dependencies
811 '../webkit/webkit.gyp:copy_npapi_test_plugin', 811 '../webkit/webkit.gyp:copy_npapi_test_plugin',
812 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', 812 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
813 ], 813 ],
814 }], 814 }],
815 ['enable_webrtc==1', { 815 ['enable_webrtc==1', {
816 'sources': [ 816 'sources': [
817 'browser/webrtc_browsertest.cc', 817 'browser/media/webrtc_browsertest.cc',
818 ], 818 ],
819 }], 819 }],
820 ], 820 ],
821 }, 821 },
822 ], 822 ],
823 }], 823 }],
824 ['chromeos==1 or OS=="win" or OS=="mac"', { 824 ['chromeos==1 or OS=="win" or OS=="mac"', {
825 'targets': [ 825 'targets': [
826 { 826 {
827 'target_name': 'video_decode_accelerator_unittest', 827 'target_name': 'video_decode_accelerator_unittest',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 'resource_dir': '../res', 956 'resource_dir': '../res',
957 'additional_src_dirs': ['../content/public/android/javatests/'], 957 'additional_src_dirs': ['../content/public/android/javatests/'],
958 'is_test_apk': 1, 958 'is_test_apk': 1,
959 }, 959 },
960 'includes': [ '../build/java_apk.gypi' ], 960 'includes': [ '../build/java_apk.gypi' ],
961 }, 961 },
962 ], 962 ],
963 }], 963 }],
964 ], 964 ],
965 } 965 }
OLDNEW
« no previous file with comments | « content/browser/webrtc_browsertest.cc ('k') | content/test/data/media/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698