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

Side by Side Diff: content/content_shell.gypi

Issue 12254051: Make content_shell 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 | content/shell/shell_javascript_dialog_win.cc » ('j') | 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 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 ], 156 ],
157 'configurations': { 157 'configurations': {
158 'Debug_Base': { 158 'Debug_Base': {
159 'msvs_settings': { 159 'msvs_settings': {
160 'VCLinkerTool': { 160 'VCLinkerTool': {
161 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 161 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
162 }, 162 },
163 }, 163 },
164 }, 164 },
165 }, 165 },
166 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
167 'msvs_disabled_warnings': [ 4267, ],
166 }], # OS=="win" 168 }], # OS=="win"
167 ['OS=="linux"', { 169 ['OS=="linux"', {
168 'dependencies': [ 170 'dependencies': [
169 '../build/linux/system.gyp:fontconfig', 171 '../build/linux/system.gyp:fontconfig',
170 ], 172 ],
171 }], 173 }],
172 ['OS=="android"', { 174 ['OS=="android"', {
173 'dependencies': [ 175 'dependencies': [
174 'content_shell_jni_headers', 176 'content_shell_jni_headers',
175 ], 177 ],
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'], 668 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'],
667 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 669 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
668 'asset_location': '<(ant_build_out)/content_shell/assets', 670 'asset_location': '<(ant_build_out)/content_shell/assets',
669 }, 671 },
670 'includes': [ '../build/java_apk.gypi' ], 672 'includes': [ '../build/java_apk.gypi' ],
671 }, 673 },
672 ], 674 ],
673 }], # OS=="android" 675 }], # OS=="android"
674 ] 676 ]
675 } 677 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/shell_javascript_dialog_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698