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

Side by Side Diff: content/content_renderer.gypi

Issue 175903002: Re-add snap-back behavior (Chrome side) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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 | « no previous file | content/renderer/render_thread_impl.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 'dependencies': [ 6 'dependencies': [
7 '../gin/gin.gyp:gin', 7 '../gin/gin.gyp:gin',
8 '../jingle/jingle.gyp:jingle_glue', 8 '../jingle/jingle.gyp:jingle_glue',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 'renderer/webcrypto/shared_crypto.cc', 529 'renderer/webcrypto/shared_crypto.cc',
530 'renderer/webcrypto/shared_crypto.h', 530 'renderer/webcrypto/shared_crypto.h',
531 'renderer/webcrypto/webcrypto_impl.cc', 531 'renderer/webcrypto/webcrypto_impl.cc',
532 'renderer/webcrypto/webcrypto_impl.h', 532 'renderer/webcrypto/webcrypto_impl.h',
533 'renderer/webcrypto/webcrypto_util.cc', 533 'renderer/webcrypto/webcrypto_util.cc',
534 'renderer/webcrypto/webcrypto_util.h', 534 'renderer/webcrypto/webcrypto_util.h',
535 'renderer/webgraphicscontext3d_provider_impl.cc', 535 'renderer/webgraphicscontext3d_provider_impl.cc',
536 'renderer/webgraphicscontext3d_provider_impl.h', 536 'renderer/webgraphicscontext3d_provider_impl.h',
537 'renderer/webpublicsuffixlist_impl.cc', 537 'renderer/webpublicsuffixlist_impl.cc',
538 'renderer/webpublicsuffixlist_impl.h', 538 'renderer/webpublicsuffixlist_impl.h',
539 'renderer/webscrollbarbehavior_impl_gtkoraura.cc',
540 'renderer/webscrollbarbehavior_impl_gtkoraura.h',
541 'renderer/webscrollbarbehavior_impl_mac.mm',
542 'renderer/webscrollbarbehavior_impl_mac.h',
539 'renderer/websharedworker_proxy.cc', 543 'renderer/websharedworker_proxy.cc',
540 'renderer/websharedworker_proxy.h', 544 'renderer/websharedworker_proxy.h',
541 ], 545 ],
542 'conditions': [ 546 'conditions': [
543 ['notifications==0', { 547 ['notifications==0', {
544 'sources!': [ 548 'sources!': [
545 'renderer/notification_provider.cc', 549 'renderer/notification_provider.cc',
546 'renderer/active_notification_tracker.cc', 550 'renderer/active_notification_tracker.cc',
547 ], 551 ],
548 }], 552 }],
549 ['input_speech==0', { 553 ['input_speech==0', {
550 'sources!': [ 554 'sources!': [
551 'renderer/input_tag_speech_dispatcher.cc', 555 'renderer/input_tag_speech_dispatcher.cc',
552 'renderer/input_tag_speech_dispatcher.h', 556 'renderer/input_tag_speech_dispatcher.h',
553 ] 557 ]
554 }], 558 }],
555 ['toolkit_uses_gtk == 1', { 559 ['toolkit_uses_gtk == 1', {
556 'dependencies': [ 560 'dependencies': [
557 '../build/linux/system.gyp:gtk', 561 '../build/linux/system.gyp:gtk',
558 ], 562 ],
559 }], 563 }],
560 ['OS=="mac"', { 564 ['OS=="mac"', {
561 'sources!': [ 565 'sources!': [
562 'common/process_watcher_posix.cc', 566 'common/process_watcher_posix.cc',
567 'renderer/webscrollbarbehavior_impl_gtkoraura.cc',
568 'renderer/webscrollbarbehavior_impl_gtkoraura.h',
569 ],
570 }, {
571 'sources!': [
572 'renderer/webscrollbarbehavior_impl_mac.mm',
573 'renderer/webscrollbarbehavior_impl_mac.h',
563 ], 574 ],
564 }], 575 }],
565 ['OS=="win" and win_use_allocator_shim==1', { 576 ['OS=="win" and win_use_allocator_shim==1', {
566 'dependencies': [ 577 'dependencies': [
567 '../base/allocator/allocator.gyp:allocator', 578 '../base/allocator/allocator.gyp:allocator',
568 ], 579 ],
569 }], 580 }],
570 ['OS=="android"', { 581 ['OS=="android"', {
571 'sources!': [ 582 'sources!': [
572 'renderer/accessibility/renderer_accessibility_focus_only.cc' 583 'renderer/accessibility/renderer_accessibility_focus_only.cc'
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 }], 790 }],
780 ], 791 ],
781 'target_conditions': [ 792 'target_conditions': [
782 ['OS=="android"', { 793 ['OS=="android"', {
783 'sources/': [ 794 'sources/': [
784 ['include', '^renderer/render_view_linux\\.cc$'], 795 ['include', '^renderer/render_view_linux\\.cc$'],
785 ], 796 ],
786 }], 797 }],
787 ], 798 ],
788 } 799 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698