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

Side by Side Diff: trunk/src/content/content.gyp

Issue 183743006: Revert 253994 "[Mac] Remove NSApplication from the renderer." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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 | « trunk/src/content/common/sandbox_mac.mm ('k') | trunk/src/content/renderer/DEPS » ('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 'chromium_code': 1, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 'chromium_enable_vtune_jit_for_v8%': 0, # enable the vtune support for V8 e ngine. 8 'chromium_enable_vtune_jit_for_v8%': 0, # enable the vtune support for V8 e ngine.
9 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/ directxsdk)', 9 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/ directxsdk)',
10 }, 10 },
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 { # component != static_library 250 { # component != static_library
251 'targets': [ 251 'targets': [
252 { 252 {
253 'target_name': 'content', 253 'target_name': 'content',
254 'type': 'shared_library', 254 'type': 'shared_library',
255 'variables': { 'enable_wexit_time_destructors': 1, }, 255 'variables': { 'enable_wexit_time_destructors': 1, },
256 'dependencies': [ 256 'dependencies': [
257 'content_resources.gyp:content_resources', 257 'content_resources.gyp:content_resources',
258 ], 258 ],
259 'conditions': [ 259 'conditions': [
260 ['OS=="mac"', {
261 'dependencies': [
262 '<(DEPTH)/third_party/mach_override/mach_override.gyp:mach_overr ide',
263 ],
264 }],
260 ['chromium_enable_vtune_jit_for_v8==1', { 265 ['chromium_enable_vtune_jit_for_v8==1', {
261 'dependencies': [ 266 'dependencies': [
262 '../v8/src/third_party/vtune/v8vtune.gyp:v8_vtune', 267 '../v8/src/third_party/vtune/v8vtune.gyp:v8_vtune',
263 ], 268 ],
264 }], 269 }],
265 ], 270 ],
266 'includes': [ 271 'includes': [
267 'content_app.gypi', 272 'content_app.gypi',
268 'content_browser.gypi', 273 'content_browser.gypi',
269 'content_child.gypi', 274 'content_child.gypi',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 'dependencies': [ 501 'dependencies': [
497 'java_set_jni_headers', 502 'java_set_jni_headers',
498 'motionevent_jni_headers' 503 'motionevent_jni_headers'
499 ], 504 ],
500 'includes': [ 'content_jni.gypi' ], 505 'includes': [ 'content_jni.gypi' ],
501 }, 506 },
502 ], 507 ],
503 }], # OS == "android" 508 }], # OS == "android"
504 ], 509 ],
505 } 510 }
OLDNEW
« no previous file with comments | « trunk/src/content/common/sandbox_mac.mm ('k') | trunk/src/content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698