| 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 796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |