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

Side by Side Diff: content/content_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 'dependencies': [ 6 'dependencies': [
7 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../gin/gin.gyp:gin', 8 '../gin/gin.gyp:gin',
9 '../jingle/jingle.gyp:jingle_glue', 9 '../jingle/jingle.gyp:jingle_glue',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 'renderer/notification_provider.cc', 554 'renderer/notification_provider.cc',
555 'renderer/active_notification_tracker.cc', 555 'renderer/active_notification_tracker.cc',
556 ], 556 ],
557 }], 557 }],
558 ['input_speech==0', { 558 ['input_speech==0', {
559 'sources!': [ 559 'sources!': [
560 'renderer/input_tag_speech_dispatcher.cc', 560 'renderer/input_tag_speech_dispatcher.cc',
561 'renderer/input_tag_speech_dispatcher.h', 561 'renderer/input_tag_speech_dispatcher.h',
562 ] 562 ]
563 }], 563 }],
564 ['toolkit_uses_gtk == 1', {
565 'dependencies': [
566 '../build/linux/system.gyp:gtk',
567 ],
568 }],
569 ['OS=="mac"', { 564 ['OS=="mac"', {
570 'sources!': [ 565 'sources!': [
571 'common/process_watcher_posix.cc', 566 'common/process_watcher_posix.cc',
572 'renderer/webscrollbarbehavior_impl_gtkoraura.cc', 567 'renderer/webscrollbarbehavior_impl_gtkoraura.cc',
573 'renderer/webscrollbarbehavior_impl_gtkoraura.h', 568 'renderer/webscrollbarbehavior_impl_gtkoraura.h',
574 ], 569 ],
575 'sources': [ 570 'sources': [
576 'renderer/external_popup_menu.cc', 571 'renderer/external_popup_menu.cc',
577 'renderer/external_popup_menu.h', 572 'renderer/external_popup_menu.h',
578 ], 573 ],
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 }], 778 }],
784 ], 779 ],
785 'target_conditions': [ 780 'target_conditions': [
786 ['OS=="android"', { 781 ['OS=="android"', {
787 'sources/': [ 782 'sources/': [
788 ['include', '^renderer/render_view_linux\\.cc$'], 783 ['include', '^renderer/render_view_linux\\.cc$'],
789 ], 784 ],
790 }], 785 }],
791 ], 786 ],
792 } 787 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698