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

Side by Side Diff: content/content_tests.gypi

Issue 12301003: Make 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 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 ], 796 ],
797 'configurations': { 797 'configurations': {
798 'Debug_Base': { 798 'Debug_Base': {
799 'msvs_settings': { 799 'msvs_settings': {
800 'VCLinkerTool': { 800 'VCLinkerTool': {
801 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 801 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
802 }, 802 },
803 }, 803 },
804 }, 804 },
805 }, 805 },
806 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
807 'msvs_disabled_warnings': [ 4267, ],
806 }, { # OS!="win" 808 }, { # OS!="win"
807 'sources!': [ 809 'sources!': [
808 'browser/renderer_host/render_widget_host_view_win_browsertest.c c', 810 'browser/renderer_host/render_widget_host_view_win_browsertest.c c',
809 ], 811 ],
810 }], 812 }],
811 ['OS=="win" and win_use_allocator_shim==1', { 813 ['OS=="win" and win_use_allocator_shim==1', {
812 'dependencies': [ 814 'dependencies': [
813 '../base/allocator/allocator.gyp:allocator', 815 '../base/allocator/allocator.gyp:allocator',
814 ], 816 ],
815 }], 817 }],
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 'additional_src_dirs': ['../content/public/android/javatests/',], 1038 'additional_src_dirs': ['../content/public/android/javatests/',],
1037 'resource_dir': '../shell_apk/res', 1039 'resource_dir': '../shell_apk/res',
1038 'is_test_apk': 1, 1040 'is_test_apk': 1,
1039 }, 1041 },
1040 'includes': [ '../build/java_apk.gypi' ], 1042 'includes': [ '../build/java_apk.gypi' ],
1041 }, 1043 },
1042 ], 1044 ],
1043 }], 1045 }],
1044 ], 1046 ],
1045 } 1047 }
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