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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 231733005: Delete the GTK+ port of Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remerge to ToT Created 6 years, 8 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
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': 'renderer', 8 'target_name': 'renderer',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 ], 410 ],
411 'dependencies!': [ 411 'dependencies!': [
412 '../third_party/hunspell/hunspell.gyp:hunspell', 412 '../third_party/hunspell/hunspell.gyp:hunspell',
413 ], 413 ],
414 }], 414 }],
415 ['OS=="mac"', { 415 ['OS=="mac"', {
416 'dependencies': [ 416 'dependencies': [
417 '../third_party/mach_override/mach_override.gyp:mach_override', 417 '../third_party/mach_override/mach_override.gyp:mach_override',
418 ], 418 ],
419 }], 419 }],
420 ['toolkit_uses_gtk == 1', {
421 'dependencies': [
422 '../build/linux/system.gyp:gtk',
423 '../sandbox/sandbox.gyp:sandbox',
424 ],
425 }],
426 ['enable_printing==0', { 420 ['enable_printing==0', {
427 'sources/': [ 421 'sources/': [
428 ['exclude', '^renderer/printing/'] 422 ['exclude', '^renderer/printing/']
429 ] 423 ]
430 }], 424 }],
431 ['OS=="android"', { 425 ['OS=="android"', {
432 'sources!': [ 426 'sources!': [
433 'renderer/prerender/prerender_media_load_deferrer.cc', 427 'renderer/prerender/prerender_media_load_deferrer.cc',
434 'renderer/prerender/prerender_media_load_deferrer.h', 428 'renderer/prerender/prerender_media_load_deferrer.h',
435 'renderer/extensions/api_definitions_natives.cc', 429 'renderer/extensions/api_definitions_natives.cc',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 }], 474 }],
481 ['enable_printing!=0', { 475 ['enable_printing!=0', {
482 'dependencies': [ 476 'dependencies': [
483 '../printing/printing.gyp:printing', 477 '../printing/printing.gyp:printing',
484 ], 478 ],
485 }], 479 }],
486 ], 480 ],
487 }, 481 },
488 ], 482 ],
489 } 483 }
OLDNEW
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/chrome_tests.gypi » ('j') | ui/base/webui/web_ui_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698