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

Side by Side Diff: ui/base/ui_base.gyp

Issue 1671313002: MacViews: Overlay Scrollbars with Show/Hide Animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 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
« no previous file with comments | « ui/base/test/scoped_preferred_scroller_style_mac.mm ('k') | ui/native_theme/native_theme_mac.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 'ime/dummy_input_method.cc', 720 'ime/dummy_input_method.cc',
721 'ime/dummy_input_method.h', 721 'ime/dummy_input_method.h',
722 'ime/dummy_text_input_client.cc', 722 'ime/dummy_text_input_client.cc',
723 'ime/dummy_text_input_client.h', 723 'ime/dummy_text_input_client.h',
724 'test/nswindow_fullscreen_notification_waiter.h', 724 'test/nswindow_fullscreen_notification_waiter.h',
725 'test/nswindow_fullscreen_notification_waiter.mm', 725 'test/nswindow_fullscreen_notification_waiter.mm',
726 'test/scoped_fake_nswindow_focus.h', 726 'test/scoped_fake_nswindow_focus.h',
727 'test/scoped_fake_nswindow_focus.mm', 727 'test/scoped_fake_nswindow_focus.mm',
728 'test/scoped_fake_nswindow_fullscreen.h', 728 'test/scoped_fake_nswindow_fullscreen.h',
729 'test/scoped_fake_nswindow_fullscreen.mm', 729 'test/scoped_fake_nswindow_fullscreen.mm',
730 'test/scoped_preferred_scroller_style_legacy_mac.h', 730 'test/scoped_preferred_scroller_style_mac.h',
731 'test/scoped_preferred_scroller_style_legacy_mac.mm', 731 'test/scoped_preferred_scroller_style_mac.mm',
732 'test/windowed_nsnotification_observer.h', 732 'test/windowed_nsnotification_observer.h',
733 'test/windowed_nsnotification_observer.mm', 733 'test/windowed_nsnotification_observer.mm',
734 ], 734 ],
735 }], 735 }],
736 ['use_aura==1', { 736 ['use_aura==1', {
737 'sources!': [ 737 'sources!': [
738 'test/ui_controls_mac.mm', 738 'test/ui_controls_mac.mm',
739 'test/ui_controls_win.cc', 739 'test/ui_controls_win.cc',
740 ], 740 ],
741 }], 741 }],
(...skipping 18 matching lines...) Expand all
760 ], 760 ],
761 'variables': { 761 'variables': {
762 'jni_gen_package': 'ui', 762 'jni_gen_package': 'ui',
763 }, 763 },
764 'includes': [ '../../build/jni_generator.gypi' ], 764 'includes': [ '../../build/jni_generator.gypi' ],
765 }, 765 },
766 ], 766 ],
767 }], 767 }],
768 ], 768 ],
769 } 769 }
OLDNEW
« no previous file with comments | « ui/base/test/scoped_preferred_scroller_style_mac.mm ('k') | ui/native_theme/native_theme_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698