| 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 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 ['OS != "android" and OS != "ios"', { | 688 ['OS != "android" and OS != "ios"', { |
| 689 'dependencies': [ | 689 'dependencies': [ |
| 690 '../third_party/libvpx/libvpx.gyp:libvpx', | 690 '../third_party/libvpx/libvpx.gyp:libvpx', |
| 691 ], | 691 ], |
| 692 }], | 692 }], |
| 693 ['OS == "android" and gtest_target_type == "shared_library"', { | 693 ['OS == "android" and gtest_target_type == "shared_library"', { |
| 694 'dependencies': [ | 694 'dependencies': [ |
| 695 '../testing/android/native_test.gyp:native_test_native_code', | 695 '../testing/android/native_test.gyp:native_test_native_code', |
| 696 ], | 696 ], |
| 697 }], | 697 }], |
| 698 ['enable_webrtc==1 and google_tv==1', { |
| 699 'sources': [ |
| 700 'renderer/media/rtc_video_decoder_factory_tv_unittest.cc', |
| 701 ], |
| 702 }], |
| 698 ], | 703 ], |
| 699 }, | 704 }, |
| 700 ], | 705 ], |
| 701 'conditions': [ | 706 'conditions': [ |
| 702 ['OS!="ios"', { | 707 ['OS!="ios"', { |
| 703 'targets': [ | 708 'targets': [ |
| 704 { | 709 { |
| 705 'target_name': 'content_browsertests', | 710 'target_name': 'content_browsertests', |
| 706 'type': '<(gtest_target_type)', | 711 'type': '<(gtest_target_type)', |
| 707 'defines!': ['CONTENT_IMPLEMENTATION'], | 712 'defines!': ['CONTENT_IMPLEMENTATION'], |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1109 'resource_dir': 'shell/android/shell_apk/res', | 1114 'resource_dir': 'shell/android/shell_apk/res', |
| 1110 'additional_src_dirs': ['public/android/javatests/',], | 1115 'additional_src_dirs': ['public/android/javatests/',], |
| 1111 'is_test_apk': 1, | 1116 'is_test_apk': 1, |
| 1112 }, | 1117 }, |
| 1113 'includes': [ '../build/java_apk.gypi' ], | 1118 'includes': [ '../build/java_apk.gypi' ], |
| 1114 }, | 1119 }, |
| 1115 ], | 1120 ], |
| 1116 }], | 1121 }], |
| 1117 ], | 1122 ], |
| 1118 } | 1123 } |
| OLD | NEW |