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

Side by Side Diff: content/content_tests.gypi

Issue 12281018: Make all content tests build on Win64 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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 | « no previous file | 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 918 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 'dependencies': [ 929 'dependencies': [
930 '../base/allocator/allocator.gyp:allocator', 930 '../base/allocator/allocator.gyp:allocator',
931 ], 931 ],
932 }], 932 }],
933 ['target_arch != "arm" and (OS=="linux" or chromeos == 1)', { 933 ['target_arch != "arm" and (OS=="linux" or chromeos == 1)', {
934 'include_dirs': [ 934 'include_dirs': [
935 '<(DEPTH)/third_party/libva', 935 '<(DEPTH)/third_party/libva',
936 ], 936 ],
937 }], 937 }],
938 ], 938 ],
939 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
940 'msvs_disabled_warnings': [ 4267, ],
939 }, 941 },
940 ] 942 ]
941 }], 943 }],
942 ['chromeos == 1 or OS == "linux"', { 944 ['chromeos == 1 or OS == "linux"', {
943 'targets': [ 945 'targets': [
944 { 946 {
945 'target_name': 'h264_parser_unittest', 947 'target_name': 'h264_parser_unittest',
946 'type': 'executable', 948 'type': 'executable',
947 'dependencies': [ 949 'dependencies': [
948 'content_common', 950 'content_common',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 'additional_src_dirs': ['../content/public/android/javatests/',], 1036 'additional_src_dirs': ['../content/public/android/javatests/',],
1035 'resource_dir': '../shell_apk/res', 1037 'resource_dir': '../shell_apk/res',
1036 'is_test_apk': 1, 1038 'is_test_apk': 1,
1037 }, 1039 },
1038 'includes': [ '../build/java_apk.gypi' ], 1040 'includes': [ '../build/java_apk.gypi' ],
1039 }, 1041 },
1040 ], 1042 ],
1041 }], 1043 }],
1042 ], 1044 ],
1043 } 1045 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698