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

Side by Side Diff: content/content.gyp

Issue 12254004: Make content static and release builds work 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 'variables': { 6 'variables': {
7 'chromium_code': 1, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/ directxsdk)', 8 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/ directxsdk)',
9 'conditions': [ 9 'conditions': [
10 ['inside_chromium_build==0', { 10 ['inside_chromium_build==0', {
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'includes': [ 115 'includes': [
116 'content_common.gypi', 116 'content_common.gypi',
117 ], 117 ],
118 'conditions': [ 118 'conditions': [
119 ['OS != "ios"', { 119 ['OS != "ios"', {
120 'dependencies': [ 120 'dependencies': [
121 'content_resources.gyp:content_resources', 121 'content_resources.gyp:content_resources',
122 ], 122 ],
123 }], 123 }],
124 ], 124 ],
125 # Disable c4267 warnings until we fix size_t to int truncations.
126 'msvs_disabled_warnings': [ 4267, ],
125 }, 127 },
126 ], 128 ],
127 'conditions': [ 129 'conditions': [
128 ['OS != "ios"', { 130 ['OS != "ios"', {
129 'targets': [ 131 'targets': [
130 { 132 {
131 'target_name': 'content_gpu', 133 'target_name': 'content_gpu',
132 'type': 'static_library', 134 'type': 'static_library',
133 'variables': { 'enable_wexit_time_destructors': 1, }, 135 'variables': { 'enable_wexit_time_destructors': 1, },
134 'includes': [ 136 'includes': [
(...skipping 14 matching lines...) Expand all
149 'content_common', 151 'content_common',
150 ], 152 ],
151 }, 153 },
152 { 154 {
153 'target_name': 'content_ppapi_plugin', 155 'target_name': 'content_ppapi_plugin',
154 'type': 'static_library', 156 'type': 'static_library',
155 'variables': { 'enable_wexit_time_destructors': 1, }, 157 'variables': { 'enable_wexit_time_destructors': 1, },
156 'includes': [ 158 'includes': [
157 'content_ppapi_plugin.gypi', 159 'content_ppapi_plugin.gypi',
158 ], 160 ],
161 # Disable c4267 warnings until we fix size_t to int truncations.
162 'msvs_disabled_warnings': [ 4267, ],
159 }, 163 },
160 { 164 {
161 'target_name': 'content_renderer', 165 'target_name': 'content_renderer',
162 'type': 'static_library', 166 'type': 'static_library',
163 'variables': { 'enable_wexit_time_destructors': 1, }, 167 'variables': { 'enable_wexit_time_destructors': 1, },
164 'includes': [ 168 'includes': [
165 'content_renderer.gypi', 169 'content_renderer.gypi',
166 ], 170 ],
167 'dependencies': [ 171 'dependencies': [
168 'content_common', 172 'content_common',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 }, 243 },
240 { 244 {
241 'target_name': 'content_browser', 245 'target_name': 'content_browser',
242 'type': 'none', 246 'type': 'none',
243 'dependencies': ['content'], 247 'dependencies': ['content'],
244 }, 248 },
245 { 249 {
246 'target_name': 'content_common', 250 'target_name': 'content_common',
247 'type': 'none', 251 'type': 'none',
248 'dependencies': ['content', 'content_resources.gyp:content_resources'] , 252 'dependencies': ['content', 'content_resources.gyp:content_resources'] ,
253 # Disable c4267 warnings until we fix size_t to int truncations.
254 'msvs_disabled_warnings': [ 4267, ],
249 }, 255 },
250 { 256 {
251 'target_name': 'content_gpu', 257 'target_name': 'content_gpu',
252 'type': 'none', 258 'type': 'none',
253 'dependencies': ['content'], 259 'dependencies': ['content'],
254 }, 260 },
255 { 261 {
256 'target_name': 'content_plugin', 262 'target_name': 'content_plugin',
257 'type': 'none', 263 'type': 'none',
258 'dependencies': ['content'], 264 'dependencies': ['content'],
259 }, 265 },
260 { 266 {
261 'target_name': 'content_ppapi_plugin', 267 'target_name': 'content_ppapi_plugin',
262 'type': 'none', 268 'type': 'none',
263 'dependencies': ['content'], 269 'dependencies': ['content'],
270 # Disable c4267 warnings until we fix size_t to int truncations.
271 'msvs_disabled_warnings': [ 4267, ],
264 }, 272 },
265 { 273 {
266 'target_name': 'content_renderer', 274 'target_name': 'content_renderer',
267 'type': 'none', 275 'type': 'none',
268 'dependencies': ['content'], 276 'dependencies': ['content'],
269 }, 277 },
270 { 278 {
271 'target_name': 'content_utility', 279 'target_name': 'content_utility',
272 'type': 'none', 280 'type': 'none',
273 'dependencies': ['content'], 281 'dependencies': ['content'],
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 'include_dirs': [ 387 'include_dirs': [
380 '<(SHARED_INTERMEDIATE_DIR)/content', 388 '<(SHARED_INTERMEDIATE_DIR)/content',
381 ], 389 ],
382 }, 390 },
383 'includes': [ 'content_jni.gypi' ], 391 'includes': [ 'content_jni.gypi' ],
384 }, 392 },
385 ], 393 ],
386 }], # OS == "android" 394 }], # OS == "android"
387 ], 395 ],
388 } 396 }
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