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

Side by Side Diff: content/content_tests.gypi

Issue 11418079: Do not compile third_party/libva on Linux. It's not used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: uploading again Created 8 years, 1 month 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/content_common.gypi ('k') | no next file » | 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 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 'dependencies': [ 787 'dependencies': [
788 # Runtime dependencies 788 # Runtime dependencies
789 '../webkit/webkit.gyp:copy_npapi_test_plugin', 789 '../webkit/webkit.gyp:copy_npapi_test_plugin',
790 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', 790 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
791 ], 791 ],
792 }], 792 }],
793 ], 793 ],
794 }, 794 },
795 ], 795 ],
796 }], 796 }],
797 ['chromeos==1 or OS=="linux" or OS=="win" or OS=="mac"', { 797 ['chromeos==1 or OS=="win" or OS=="mac"', {
798 'targets': [ 798 'targets': [
799 { 799 {
800 'target_name': 'video_decode_accelerator_unittest', 800 'target_name': 'video_decode_accelerator_unittest',
801 'type': 'executable', 801 'type': 'executable',
802 'dependencies': [ 802 'dependencies': [
803 'content', 803 'content',
804 '../base/base.gyp:base', 804 '../base/base.gyp:base',
805 '../testing/gtest.gyp:gtest', 805 '../testing/gtest.gyp:gtest',
806 '../media/media.gyp:media', 806 '../media/media.gyp:media',
807 '../ui/ui.gyp:ui', 807 '../ui/ui.gyp:ui',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 'resource_dir': '../res', 929 'resource_dir': '../res',
930 'additional_src_dirs': ['../content/public/android/javatests/'], 930 'additional_src_dirs': ['../content/public/android/javatests/'],
931 'is_test_apk': 1, 931 'is_test_apk': 1,
932 }, 932 },
933 'includes': [ '../build/java_apk.gypi' ], 933 'includes': [ '../build/java_apk.gypi' ],
934 }, 934 },
935 ], 935 ],
936 }], 936 }],
937 ], 937 ],
938 } 938 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698